|
Nuke 7.4 local install problem
I downloaded and installed PHP Nuke on my remote server and all is working fine. I decided to try and speed up me developement time by installing it on my local server. Only problem is that I can't get the program working. I am using nukesql.php to config mySQL and it come up with the following error:
Notice: Undefined variable: op in c:\Inetpub\wwwroot\nukesql.php on line 4327
I tried to work around using the nukesql.php file and setup mySQl using the nuke.sql file instead, it worked fine. Now my problem lies within the mainfile.php, I get a whole long list of errors:
Notice: Undefined index: QUERY_STRING in c:\Inetpub\wwwroot\mainfile.php on line 23
Notice: Undefined index: QUERY_STRING in c:\Inetpub\wwwroot\mainfile.php on line 26
Notice: Undefined variable: HTTP_USER_AGENT in c:\Inetpub\wwwroot\mainfile.php on line 28
Notice: import_request_variables() [function.import-request-variables]: No prefix specified - possible security hazard in c:\Inetpub\wwwroot\mainfile.php on line 51
Notice: Undefined variable: forum_admin in c:\Inetpub\wwwroot\mainfile.php on line 79
Notice: Undefined variable: inside_mod in c:\Inetpub\wwwroot\mainfile.php on line 82
Notice: Undefined variable: inside_mod in c:\Inetpub\wwwroot\db\db.php on line 44
I also get the following errors on the admin.php file:
Notice: Undefined index: QUERY_STRING in c:\Inetpub\wwwroot\admin.php on line 18
Notice: Undefined index: QUERY_STRING in c:\Inetpub\wwwroot\admin.php on line 18
Notice: Undefined index: REQUEST_URI in c:\Inetpub\wwwroot\admin.php on line 21
Notice: Undefined index: QUERY_STRING in c:\Inetpub\wwwroot\mainfile.php on line 23
Notice: Undefined index: QUERY_STRING in c:\Inetpub\wwwroot\mainfile.php on line 26
Notice: Undefined variable: HTTP_USER_AGENT in c:\Inetpub\wwwroot\mainfile.php on line 28
Notice: import_request_variables() [function.import-request-variables]: No prefix specified - possible security hazard in c:\Inetpub\wwwroot\mainfile.php on line 51
Notice: Undefined variable: forum_admin in c:\Inetpub\wwwroot\mainfile.php on line 79
Notice: Undefined variable: inside_mod in c:\Inetpub\wwwroot\mainfile.php on line 82
Notice: Undefined variable: inside_mod in c:\Inetpub\wwwroot\db\db.php on line 44
I can't figure out why I am having these problems, maybe a local server config, I don't know. Any help would be great.
|