Afficher un message
Vieux 09/04/2008, 02h00   #1
Richard S. Crawford
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut require_once dying silently

Hi, everyone.

This one's been driving me bonkers for an hour now. Anyone have any idea
why require_once would be dying silently in the script below?

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

$CFG->dirroot = "/home/rcrawford/public_html/tanktrunk/tanktrunk";
$CFG->dataroot = $CFG->dirroot.'/moodledata';

require_once("$CFG->dirroot/lib/setup.php");
------------------------------------

I've confirmed that the file setup.php exists and is readable. I've got
error_reporting in php.ini set to E_ALL. I'm running Apache 2 and PHP5 on
Kubuntu 7.10. Nothing shows up in my apache error log, and PHP itself
produces absolutely no output, even though it will produce output galore
when I put in a deliberate syntax error.

I've also tried:

------------------------------------
require_once($CFG->dirroot."/lib/setup.php");
------------------------------------

but this didn't .

Any assistance at all would be greatly appreciated.

--
Richard S. Crawford (rscrawford@mossroot.com)
http://www.mossroot.com
Publisher and Editor in Chief, Daikaijuzine (http://www.daikaijuzine.com)

  Réponse avec citation
 
Page generated in 0,05863 seconds with 9 queries