Not signed in (Sign In)

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    I've followed the instructions to the best of my ability, installing in a subdomain (e.g., blogs.example.com). I'm as sure as I can be that I've got all the settings right in wp-config.php. I've changed the permissions for the /lyceum directory and specified files. But when I go to my browser to run the install, I get this error:

    /chroot/home/example/example.com/html/blogs/lyceum must be writable by the webserver.

    It is writeable. I made it writeable. I quadruple-checked that it was writeable. I tried making its entire contents writeable, since the install instructions weren't clear on whether I should issue the chmod command recursively. I tried adding a .htaccess file and making it writeable. Nothing has changed -- I just keep getting the same error.

    Can anyone give me an idea what might be causing this error and how I can fix it?
    • CommentAuthorjohn
    • CommentTimeNov 26th 2007
     permalink
    I have seen this bug before. It is very strange. If you are still having the problem, please file a ticket with as much information (operating system, php version) as you can:

    http://wiki.lyceum.ibiblio.org/index.php/Trac_Guide

    thanks!
    • CommentAuthornoui
    • CommentTimeJan 9th 2008
     permalink
    I had the same problem when I installed lyceum my localhost which is running Apache, I had set permissions for directory already. Tomorrow, I'll try to uninstall apeache and run IIS instead. Hopefully it helps...

    gglibertine, Are u as same as me? -- install lyceum on apache ?
    • CommentAuthoraprilescom
    • CommentTimeJan 31st 2008
     permalink
    I got this same error a few times before getting it to fix. Try this:

    In wp-config.php, line 47:
    define('USELOGS', true); //If you are having problems installing on windows, make this 'false'

    Change true to false.