We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 187
    • 7 Posts
    Hi! All

    I am new to Modx. I try to install a fresh .96 version, but I have these errors that I could no find any help in the forums. Could someone help to get out of these errors? Windows 2003. Thanks

    Warning: fopen(D:/Inetpub/vhosts/xxxxx/httpdocs/cbtmodxsite/manager/media/style//login.html) [function.fopen]: failed to open stream: No such file or directory in D:\Inetpub\vhosts\xxxxxxxxx\httpdocs\cbtmodxsite\manager\includes\accesscontrol.inc.php on line 129

    Warning: filesize() [function.filesize]: Stat failed for D:/Inetpub/vhosts/xxx/httpdocs/cbtmodxsite/manager/media/style//login.html (errno=2 - No such file or directory) in D:\Inetpub\vhosts\xxxxxx\httpdocs\cbtmodxsite\manager\includes\accesscontrol.inc.php on line 130

    Warning: fread(): supplied argument is not a valid stream resource in D:\Inetpub\vhosts\xxx\httpdocs\cbtmodxsite\manager\includes\accesscontrol.inc.php on line 130

    Warning: fclose(): supplied argument is not a valid stream resource in D:\Inetpub\vhosts\xxxx\httpdocs\cbtmodxsite\manager\includes\accesscontrol.inc.php on line 131
    • That means all the files did not successfully upload to the server. The "No such file or directory" bit is what tells you this. (And moving this to the appropriate category)
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 4639
        • 36 Posts
        Hi, maybe you’ll find the solution here: http://modxcms.com/forums/index.php/topic,14827.msg96135.html#msg96135
        I think is all about directory permissions.
          • 187
          • 7 Posts
          Thanks everybody for all your help. The problem was related with permissions. I checked some permission options in my server. What was missing was just the permissions to be done for the site on the server permissions side. Allowing this in Windows 2003 was what needed to have Modx installed without any problems, at least in my case.
          Steps:
          1 - Log in the Server and Go to Programs / Administrative tools/ Internet Information Services (ISS) Manager
          2 - On the Left menu Select Server / Web sites
          3 - Select the web site that you are installing the Modx
          4 - Go to the top menu and Select Action / Permissions
          5 - On the Security Tab see Group or users names
          6 - Give full permissions to (ISERVER\USR
          7 - Give full permissions to (ISERVER\IWAN).
          8 - Reinstall Modx using the upgrade option.

          After these steps, Modx .96 is running nice in my Windows 2003 server. Modx is an incredibly powerful
          system. grin

          A. Moura