I think my errors may be because my database is empty.
I've read the forums and says to just download nukesql.php then upload to my root directory which i have done many times.
The error remains.
Any suggestions?
I think my errors may be because my database is empty.
I've read the forums and says to just download nukesql.php then upload to my root directory which i have done many times.
The error remains.
Any suggestions?
what are you trying to do that you think this problem occurs cuz of it being empty, show us some code as well as what db, etc... you are using so we can help you better
I am trying to access nukesql.php in my browser and recieve the following errors:
Warning: Failed opening 'language/lang-.php' for inclusion (include_path='.;C:/phpdev/php/includes;C:/phpdev/php/class') in c:\phpdev\www\mainfile.php on line 166
Warning: Failed opening 'themes//theme.php' for inclusion (include_path='.;C:/phpdev/php/includes;C:/phpdev/php/class') in c:\phpdev\www\header.php on line 31
Fatal error: Call to undefined function: themeheader() in c:\phpdev\www\header.php on line 47
I read that these errors occur when a database is empty.
the errors indicate that the code on th page is trying to include a file but that the file is missing.
Warning: Failed opening 'language/lang-.php' for inclusion (include_path='.;C:/phpdev/php/includes;C:/phpdev/php/class') in c:\phpdev\www\mainfile.php on line 166
so on mainfile.php the code is trying to include a file called language/lang-.php
language is a subdirectory and the actual file is lang-.php
check ure include paths to see if the file is present ie check to see if this file is present in a subfolder called language under the same directory as mainfile.php or in C:/phpdev/php/includes/language or C:/phpdev/php/class/language
reg
kevin