• 0

PHP-Nuke Help!


Question

ok, i'm running php, mysql, and apache on windows xp. it all seems to work well, when i install a forum, it works. but when i try to get php nuke to work, i have no such luck. heres the type of stuff i see all over the index page after installing php-nuke:

Notice: Undefined variable: HTTP_USER_AGENT in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 16

Notice: import_request_variables() [function.import-request-variables]: No prefix specified - possible security hazard in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 39

Notice: Undefined variable: forum_admin in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 69

Notice: Use of undefined constant inside_mod - assumed 'inside_mod' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 72

Notice: Undefined variable: inside_mod in C:\Program Files\Apache Group\Apache2\htdocs\html\db\db.php on line 44

Notice: Use of undefined constant sitename - assumed 'sitename' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 88

Notice: Use of undefined constant nukeurl - assumed 'nukeurl' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 89

Notice: Use of undefined constant site_logo - assumed 'site_logo' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 90

Notice: Use of undefined constant slogan - assumed 'slogan' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 91

Notice: Use of undefined constant startdate - assumed 'startdate' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 92

Notice: Use of undefined constant adminmail - assumed 'adminmail' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 93

Notice: Use of undefined constant anonpost - assumed 'anonpost' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 94

Notice: Use of undefined constant Default_Theme - assumed 'Default_Theme' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 95

Notice: Use of undefined constant foot1 - assumed 'foot1' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 96

Notice: Use of undefined constant foot2 - assumed 'foot2' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 97

Notice: Use of undefined constant foot3 - assumed 'foot3' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 98

Notice: Use of undefined constant commentlimit - assumed 'commentlimit' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 99

Notice: Use of undefined constant anonymous - assumed 'anonymous' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 100

Notice: Use of undefined constant minpass - assumed 'minpass' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 101

Notice: Use of undefined constant pollcomm - assumed 'pollcomm' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 102

Notice: Use of undefined constant articlecomm - assumed 'articlecomm' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 103

Notice: Use of undefined constant broadcast_msg - assumed 'broadcast_msg' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 104

Notice: Use of undefined constant my_headlines - assumed 'my_headlines' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 105

Notice: Use of undefined constant top - assumed 'top' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 106

Notice: Use of undefined constant storyhome - assumed 'storyhome' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 107

Notice: Use of undefined constant user_news - assumed 'user_news' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 108

Notice: Use of undefined constant oldnum - assumed 'oldnum' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 109

Notice: Use of undefined constant ultramode - assumed 'ultramode' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 110

Notice: Use of undefined constant banners - assumed 'banners' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 111

Notice: Use of undefined constant backend_title - assumed 'backend_title' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 112

Notice: Use of undefined constant backend_language - assumed 'backend_language' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 113

Notice: Use of undefined constant language - assumed 'language' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 114

Notice: Use of undefined constant locale - assumed 'locale' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 115

Notice: Use of undefined constant multilingual - assumed 'multilingual' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 116

Notice: Use of undefined constant useflags - assumed 'useflags' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 117

Notice: Use of undefined constant notify - assumed 'notify' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 118

Notice: Use of undefined constant notify_email - assumed 'notify_email' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 119

Notice: Use of undefined constant notify_subject - assumed 'notify_subject' in C:\Program Files\Apache Group\Apache2\htdocs\html\mainfile.php on line 120

can anyone tell me what might be wrong?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

are all necessary config files there? are all necessary files there?

are you supposed to edit any config files manually? (usually cfg.php or config.php or config.inc)

if you did, you may have accidentally screwed something up.

if all else fails check NTFS permissions on the folder. the apache service may not have proper access.

Link to comment
Share on other sites

  • 0

ack wait, i think that answer was totally wrong.

what version of PHP are you running?

if you don't know, copy and paste this into a file and name it "test.php"

make sure the ending is .php

<? phpinfo() ?>

Link to comment
Share on other sites

  • 0

hmmm i followed the instructions perfectly (and i've tried many times, over and over again). anyone here use php-nuke?

Link to comment
Share on other sites

  • 0

Err

Your PHP is not configured correctly, it displays notices...

usually, PHP should only display warnings and compile errors...

Find the line in your php.ini that tweaks this...

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.