CrazYmonkeY159
Expert Member
OK guys so firstly I'm not really that experienced with this stuff, I'm just doing it as a technical exercise to amuse myself and learn a thing or two. I've been trying to create a VAMP server utilizing a PHPNuke module. Im running it locally.
The Setup, Vista SP1, Apache 2.2.10, MySQL 5.0, PHP 5
I've granted all privileges to the relevant database and have imported nuke.sql into it using myphpadmin.
I get the following errors when i try to go to localhost/phpnuke/html/admin.php (when i set $display_errors = true; otherwise when $display_errors = false; its just blank, shows nothing)
I did get an error while importing nuke.sql but when i access my database i see lots of nuke_xxx tables (38 to be exact)
anyone know any ideas on how to fix the above problem? I've spent 4hours on google, looking for solutions and i dont see any
(if this is the wrong forum to ask this i apologize in advance)
The Setup, Vista SP1, Apache 2.2.10, MySQL 5.0, PHP 5
I've granted all privileges to the relevant database and have imported nuke.sql into it using myphpadmin.
I get the following errors when i try to go to localhost/phpnuke/html/admin.php (when i set $display_errors = true; otherwise when $display_errors = false; its just blank, shows nothing)
Warning: include_once(language/lang-.php) [function.include-once]: failed to open stream: No such file or directory in C:\Apache\website\phpnuke\html\mainfile.php on line 331
Warning: include_once() [function.include]: Failed opening 'language/lang-.php' for inclusion (include_path='.;C:\php5\pear') in C:\Apache\website\phpnuke\html\mainfile.php on line 331
Warning: include_once(admin/language/lang-.php) [function.include-once]: failed to open stream: No such file or directory in C:\Apache\website\phpnuke\html\mainfile.php on line 360
Warning: include_once() [function.include]: Failed opening 'admin/language/lang-.php' for inclusion (include_path='.;C:\php5\pear') in C:\Apache\website\phpnuke\html\mainfile.php on line 360
Warning: include_once(themes//theme.php) [function.include-once]: failed to open stream: No such file or directory in C:\Apache\website\phpnuke\html\header.php on line 31
Warning: include_once() [function.include]: Failed opening 'themes//theme.php' for inclusion (include_path='.;C:\php5\pear') in C:\Apache\website\phpnuke\html\header.php on line 31
Fatal error: Call to undefined function themeheader() in C:\Apache\website\phpnuke\html\header.php on line 51
I did get an error while importing nuke.sql but when i access my database i see lots of nuke_xxx tables (38 to be exact)
anyone know any ideas on how to fix the above problem? I've spent 4hours on google, looking for solutions and i dont see any
(if this is the wrong forum to ask this i apologize in advance)
Last edited: