|
I originally noticed that, so I checked the config-inc file ... I don't know what happened, I am now getting this message:
Warning: main(/languages/english/index.php): failed to open stream: No such file or directory in /home/tvphotog/public_html/index.php on line 30
Fatal error: main(): Failed opening required '/languages/english/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tvphotog/public_html/index.php on line 30
I checked the config-inc file, and the setting seems to be right:
// Language
// This needs to be set to the name of the directory used inside of the languages directory
$pplang = "english";
What could be wrong?
Last edited by StephenStong; July 13th, 2004 at 03:48 PM.
|