Forum Moderators: coopster

Message Too Old, No Replies

Failed opening 'language/lang-.php'

         

Libramale

4:20 pm on May 22, 2004 (gmt 0)

10+ Year Member



Can anyone tell me what the problem is here?

Warning: Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/example.com/httpdocs/mainfile.php on line 189

Warning: Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/example.com/httpdocs/header.php on line 31

Fatal error: Call to undefined function: themeheader() in /home/httpd/vhosts/example.com/httpdocs/header.php on line 47.

Thanks for you help!

[edited by: jatar_k at 5:01 pm (utc) on May 22, 2004]
[edit reason] generalized [/edit]

jatar_k

5:02 pm on May 22, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld Libramale,

the two warnings are path problems, the path to the file is wrong or the file doesn't exist.

the third one results from the fact that the function being used is probably located in one of the files that didn't get included.

kwasher

6:18 pm on May 22, 2004 (gmt 0)

10+ Year Member



that lang-.php should probably be followed by your preferred language (maybe set in your preferences?). Like

lang-english.php

Just a guess.

Libramale

7:07 pm on May 22, 2004 (gmt 0)

10+ Year Member



Hmmm.. the files are there.. how do I fix the paths?

Thanks for the reply.