joelb79 Posted April 25, 2004 Posted April 25, 2004 Im having some problems getting PHPNuke to work properly with TCH. Note this is my first time installing it on a server outside of my computer, so all of this is a little new. First off.. i finaly got the user/DB situation squared away so now i do have it connecting somewhat, but i keep getting this error when trying to access admin.php.. Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home/gugrlyu/public_html/mainfile.php on line 189 Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gugrlyu/public_html/mainfile.php on line 189 Warning: get_lang(admin/language/lang-.php): failed to open stream: No such file or directory in /home/gugrlyu/public_html/mainfile.php on line 204 Warning: get_lang(): Failed opening 'admin/language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gugrlyu/public_html/mainfile.php on line 204 Warning: head(themes//theme.php): failed to open stream: No such file or directory in /home/gugrlyu/public_html/header.php on line 31 Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gugrlyu/public_html/header.php on line 31 Fatal error: Call to undefined function: themeheader() in /home/gugrlyu/public_html/header.php on line 47 Not sure what all this means because it worked fine for me on a windows box. but, like i said, i never installed this on a remote server. Anybody who can add some insight onto why these errors are happening it would be greatly appreciated. Quote
LisaJill Posted April 25, 2004 Posted April 25, 2004 These are basically telling you that it can't find the files to include them. If you ftp in, do you see the proper directories and files there? From the errors, you are looking for directories, fully populated with files, off the same directory that the file that is throwing those errors is off. That should include: language theme I also note with theme that it has two slashes. I have never installed phpnuke but wherever you do the config for this, you should make sure that it is only looking for theme with one slash. =) I hope that helps a bit, sorry I can't be more specific... Quote
joelb79 Posted April 25, 2004 Author Posted April 25, 2004 Actually, the problem was that there was no default theme. So i selected one and unzipped it into the main directory. we are up and running. Could not have done it without your quick response telling me files were missing. But you know, such is me being a n00b. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.