Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] Install Error

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: John Joseph Bachir <jjb AT ibiblio.org>
  • To: Mark Pearson <markp AT earlham.edu>
  • Cc: lyceum-users AT lists.ibiblio.org
  • Subject: Re: [Lyceum-users] Install Error
  • Date: Thu, 8 Feb 2007 01:35:23 -0500 (EST)

thanks for the tips mark.

mark and darrel-- have you seen this page:

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

it might be useful. and please add to or modify it if you have more info.



On Tue, 6 Feb 2007, Mark Pearson wrote:

Darrel,

I noticed that you are using OS X and I may have some info that could
help. This exact same thing (404 error on login) happened with my OS X
server system. What I realised in the end was that the .htaccess was not
being executed. The reason for this is usually that there is no working
"AllowOverride All" in the apache conf file. Here's what to do:

find the apache conf:

$ locate httpd.conf

edit it to add the directive:

$ sudo vi httpd.conf

{stick the absolute path to your lyceum install here}
<Directory "/Library/WebServer/Documents/lyceum/src/lyceum">
AllowOverride All
</Directory>

save & quit

Restart apache:

$ apachectl restart

I'm now stuck at the stage where none of the blogs created are found --
just a blank page :-(

Hope this helps

Mark

lyceum-users-request AT lists.ibiblio.org wrote:
Send Lyceum-users mailing list submissions to
lyceum-users AT lists.ibiblio.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ibiblio.org/mailman/listinfo/lyceum-users
or, via email, send a message with subject or body 'help' to
lyceum-users-request AT lists.ibiblio.org

You can reach the person managing the list
lyceum-users-owner AT lists.ibiblio.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Lyceum-users digest..."


Today's Topics:

1. install error /login 404 (Darrell Kim)


----------------------------------------------------------------------

Message: 1
Date: Mon, 5 Feb 2007 10:37:18 -1000
From: "Darrell Kim" <dakim AT ksbe.edu>
Subject: [Lyceum-users] install error /login 404
To: <lyceum-users AT lists.ibiblio.org>
Message-ID: <763304981A8611488B0625E5E1DDFF31559A3D AT KPEX01.ksbe.edu>
Content-Type: text/plain; charset="us-ascii"

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://lists.ibiblio.org/sympa/arc/lyceum-users/attachments/20070205/2c900620/attachment-0001.htm

------------------------------

_______________________________________________
Lyceum-users mailing list
Lyceum-users AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/lyceum-users


End of Lyceum-users Digest, Vol 12, Issue 5
*******************************************

_______________________________________________
Lyceum-users mailing list
Lyceum-users AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/lyceum-users


--
John Bachir
http://lyceum.ibiblio.org/
http://blog.johnjosephbachir.org/
aim/yim/msn/jabber.org/gtalk: johnjosephbachir
713-494-2704
irc://irc.freenode.net/lyceum




Archive powered by MHonArc 2.6.24.

Top of Page