Skip to Content.
Sympa Menu

lyceum-users - [Lyceum-users] install error /login 404

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: "Darrell Kim" <dakim AT ksbe.edu>
  • To: <lyceum-users AT lists.ibiblio.org>
  • Subject: [Lyceum-users] install error /login 404
  • Date: Mon, 5 Feb 2007 10:37:18 -1000

I am getting a 404 error after doing a clean install and trying to click on the login link from the portal.php page (which works).
 
My directories are writeable as detailed in the installation.txt, and I have tried both directory structures (move lib, config, installation folders within src/lyceum). Mod_rewrite is installed and loaded per phpinfo. The error logs in /tmp/lyceum_error_log show a lot of "Error: Table 'lyceum.xxxxxxxx' doesn't exist" errors.
The .htaccess file is generated as below:
 
# BEGIN Lyceum
 
        RewriteEngine On
 

        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^profile/? wp-admin/profile.php?%{QUERY_STRING} [L]
        RewriteRule ^login/? wp-login.php?%{QUERY_STRING} [L]
        RewriteRule ^register/? wp-register.php?%{QUERY_STRING} [L]
 
#       RewriteRule ^([^/]+)/wp-comments-post(.*).php wp-comments-post$2.php [L,QSA]
 
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^([^/]+)/admin/?$ wp-admin/index.php?b=$1& [L]
 
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^([^/]+)/admin/?([^/]+php)\??(.*) wp-admin/$2?b=$1&%{QUERY_STRING} [L]
 
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
 
        ### I'm pretty sure we'll never need these -jjb ###
#       RewriteCond %{REQUEST_URI} !^(.+)/admin(.*)
#       RewriteCond %{REQUEST_URI} !^(.+)/index.php(.*)
 
        RewriteRule ^([^/]+)/? /index.php?b=$1 [L,QSA]
 
# END Lyceum
 
I have installed Lyceum 3.4 on OSX running apache 2.2 and php5.1.4. Please let me know if I can provide any additional info that may help troubleshoot...
 
Thanks!
Darrell


  • [Lyceum-users] install error /login 404, Darrell Kim, 02/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page