Log in with username/password: lyceum/lyceum

Ticket #920 (new defect)

Opened 4 months ago

Last modified 3 months ago

Loading src/lyceum/system-admin/settings.php results in a blank page

Reported by: lyceum Assigned to:
Priority: normal Milestone: 1.1
Keywords: settings.php blank Cc: t3hp0larbear@gmail.com

Description (Last modified by jjb)

In an install in which lib/, config/, and bin/ are moved from src/ to src/lyceum/, loading src/lyceum/system-admin/settings.php results in a blank page.

Solution: src/lyceum/system-admin/settings.php Line 2:

require('../../lib/taglib.php');

...should be...

require(PRIVATEROOT . 'lib/taglib.php');

see also #892

Change History

06/01/08 21:44:28 changed by jjb

  • milestone set to 1.0.3.

Thanks!

see also #917

06/04/08 21:30:21 changed by jjb

  • milestone changed from 1.0.3 to 1.1.

Thanks for pointing this out.

I tried various versions of your suggestion, and it doesn't work for the case where the files are not moved.

If you can find a path that works in all situations, I'll be happy to throw it into 1.0.x-- but right now I'm focusing on 1.1 for the end of the month, and I'll probably fully support the moved directories in 1.1 or 1.1.1

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

  • description changed.
Log in with username/password: lyceum/lyceum