Not signed in (Sign In)

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

    • CommentAuthorwrm
    • CommentTimeJul 2nd 2008
     permalink
    2008-07-02

    Lyceum 1.0.3, php-4.3.4, mySQL 4-0.15a, Apache, Linux 2.6.6.

    The first problem was with the rewrite rules, I didn't have that enabled for the specific directory, and the wiki doesn't highlight the fact that it needs to be enabled. httpd.conf edited, and things started looking as if they might work, and then the system would start putting out blank html pages, not useful.

    I found that the database didn't have any tables, even though the installation alledged that it had completed succesfully. I enabled "ini_set('display_errors', '1');" in wp-config.php, found that the error lay with the "ENGINE =" statements in wp-admin/upgrade-schema.php. Edited that file, making all statements "TYPE =".

    So, my setup.

    In the document root for the specific domain, symlink blogs->lyceum-1.0.3/src/lyceum.
    In wp-config.php, define('WEBROOT', '/blogs');
    In /etc/httpd/httpd.conf, enable rewrite for www.domain.com/blogs

    Now in testing phase. So far I've found one funny, when I created a new user and logged in it rewrote the portal.php to the http document root instead of blogs/portal.php... but only once... dunno what the problem is/was, yet.