I had started
this post in the newbie forum, but it seems that where I am now should definately be moved to a more appropriate forum... this one.
I just got finished installing MySQL, PHP, Apache, and PHPNuke. I ran all of the tests to ensure that php is installed correctly, and everything worked. I did some real basic programming in dreamweaver after following a tutorial there about setting up a web blog from scratch. Anyway, that worked also, so I think all of my setup is correct.
I am having a problem with getting to the phpnuke admin page after copying the files to my root directory. I followed the install docs on phpnuke's website, but for some reason all I can get from ANY of the php pages I try to access that are part of phpnuke is a blank screen. It sounds like my server is processing something when I request the file, but there is no output. I turned on debugging in the config.php file which is in my root directory. When trying to access the page, this is what I got:
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in E:\Website\db\mysql.php on line 117
Warning: include(language/lang-.php) [function.include]: failed to open stream: No such file or directory in E:\Website\mainfile.php on line 211
Warning: include() [function.include]: Failed opening 'language/lang-.php' for inclusion (include_path='.;c:\php\includes') in E:\Website\mainfile.php on line 211
Notice: Undefined variable: gfx in E:\Website\mainfile.php on line 1314
Notice: Undefined variable: gfx in E:\Website\mainfile.php on line 1332
Notice: Use of undefined constant admin - assumed 'admin' in E:\Website\admin.php on line 35
Notice: Use of undefined constant admin - assumed 'admin' in E:\Website\mainfile.php on line 226
Warning: include_once(admin/language/lang-.php) [function.include-once]: failed to open stream: No such file or directory in E:\Website\mainfile.php on line 227
Warning: include_once() [function.include]: Failed opening 'admin/language/lang-.php' for inclusion (include_path='.;c:\php\includes') in E:\Website\mainfile.php on line 227
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in E:\Website\db\mysql.php on line 117
Notice: Undefined variable: name in E:\Website\admin.php on line 58
Notice: Undefined index: 1 in E:\Website\mainfile.php on line 654
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in E:\Website\db\mysql.php on line 117
Notice: Undefined offset: 2 in E:\Website\mainfile.php on line 657
Notice: Undefined offset: 1 in E:\Website\mainfile.php on line 537
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in E:\Website\db\mysql.php on line 117
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in E:\Website\db\mysql.php on line 117
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in E:\Website\db\mysql.php on line 117
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in E:\Website\db\mysql.php on line 117
Notice: Use of undefined constant END_TRANSACTION - assumed 'END_TRANSACTION' in E:\Website\db\mysql.php on line 117
Notice: Use of undefined constant ip_address - assumed 'ip_address' in E:\Website\includes\ipban.php on line 30
Notice: Undefined offset: 3 in E:\Website\includes\ipban.php on line 31
Notice: Undefined index: 2 in E:\Website\mainfile.php on line 266
Warning: include(themes//theme.php) [function.include]: failed to open stream: No such file or directory in E:\Website\header.php on line 32
Warning: include() [function.include]: Failed opening 'themes//theme.php' for inclusion (include_path='.;c:\php\includes') in E:\Website\header.php on line 32
Notice: Use of undefined constant _CHARSET - assumed '_CHARSET' in E:\Website\includes\meta.php on line 24
Notice: Undefined index: 1 in E:\Website\mainfile.php on line 242
Notice: Undefined index: 1 in E:\Website\mainfile.php on line 242
Notice: Undefined index: 1 in E:\Website\mainfile.php on line 242
Fatal error: Call to undefined function themeheader() in E:\Website\header.php on line 52
Not sure if this means anything to any of you, but I am to inexperienced with this to even know what I am looking at. Any suggestions? Thanks!