I'm trying to get PHPNuke 6.5 going with the theme blackout for a little personal site, but it's giving me a lot of crap.
So far all I've really done is:
- Uploaded the HTML folder to http://myhost/php/
- Changed my config.php so it's appropriate to my site, and now I'm trying to run admin.php as is stated in the instructions. However, upon trying to do this, it tells me:
Warning: main(language/lang-.php) [function.main]: failed to create stream: No such file or directory in /home/prerecor/public_html/snakeyes/php/mainfile.php on line 166
Warning: main() [function.main]: Failed opening 'language/lang-.php' for inclusion (include_path='') in /home/prerecor/public_html/snakeyes/php/mainfile.php on line 166
Warning: get_lang(admin/language/lang-.php) [function.get-lang]: failed to create stream: No such file or directory in /home/prerecor/public_html/snakeyes/php/mainfile.php on line 181
Warning: get_lang() [function.get-lang]: Failed opening 'admin/language/lang-.php' for inclusion (include_path='') in /home/prerecor/public_html/snakeyes/php/mainfile.php on line 181
Warning: head(themes//theme.php) [function.head]: failed to create stream: No such file or directory in /home/prerecor/public_html/snakeyes/php/header.php on line 31
Warning: head() [function.head]: Failed opening 'themes//theme.php' for inclusion (include_path='') in /home/prerecor/public_html/snakeyes/php/header.php on line 31
Fatal error: Call to undefined function: themeheader() in /home/prerecor/public_html/snakeyes/php/header.php on line 47
What have I done?