Log in with username/password: lyceum/lyceum

Ticket #892 (new defect)

Opened 9 months ago

Last modified 3 months ago

Lyceum 1.0/1.0.1 on shared hosting: unable to upgrade and install using flattened directories

Reported by: lyceum Assigned to:
Priority: low Milestone: 1.1
Keywords: flattened directories, installation Cc: mikhail.phila@gmail.com

Description (Last modified by jjb)

Everything done as required ( got perfect installation of Lyceum 0.34 before on the same server ) yet receiving the message: "There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php."

Changed some settings in private.php to complete the installation:

Line 12 and 14 appear now as

define('CONFIGPATH', ABSPATH . './' . 'config/');

define('LYCEUMSRCROOT', ABSPATH . ' ' );

My wp-config.php works with ( I didn't touch other lines):

define('WEBROOT', ' '); 

define('MAINDOMAIN', 'unlimitedwisdom.info'); 

see also #920

Change History

11/26/07 23:31:39 changed by lyceum

  • keywords changed from flattened directories, installation to flattened directories, installation, settings.

Also the System Setting page was blank.

I changed line 3 in /system-admin/settings.php and that page came up.

it's now require('./../lib/taglib.php');

11/26/07 23:32:45 changed by lyceum

  • keywords changed from flattened directories, installation, settings to flattened directories, installation.

12/01/07 18:15:22 changed by jjb

  • cc changed from mikhail,phila@gmail.com to mikhail.phila@gmail.com.
  • description changed.
  • milestone set to 1.0.3.

Thanks for the ticket Mikhail.

Are you using sub domains or directories?

What version of Lyceum are you using?

Are you reusing your wp-config.php from 0.34? If so, you need to make a NEW one from the version of Lyceum that you are using. For example, I suspect that your wp-config.php is not defining SRCROOT.

(follow-up: ↓ 5 ) 12/01/07 18:49:30 changed by lyceum

You are welcome, John.

I use directories and 1.0.2 ( without reusing wp-config.php from 0.34, I only customized my front page using portal.php from 0.34 just to eliminate some bugs ) so there is

define('SRCROOT', WEBROOT);

(in reply to: ↑ 4 ) 12/01/07 20:28:44 changed by lyceum

Replying to lyceum:

You are welcome, John. I use directories and 1.0.1 ( without reusing wp-config.php from 0.34, I only customized my front page using portal.php from 0.34 just to eliminate some bugs ) so there is define('SRCROOT', WEBROOT);

12/01/07 20:31:12 changed by lyceum

John, I currently use 1.0.1 ( I plan to put 1.0.2, sorry for incorrect info in the first place )

06/04/08 21:36:49 changed by jjb

  • description changed.
  • milestone changed from 1.0.3 to 1.1.
Log in with username/password: lyceum/lyceum