» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 69
0 members and 69 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Rimonabant
www.rimonabant-weight-loss.com
Football Betting - best nfl betting promotions at sportsbook.com.
Poker Chips - Clay and composite poker chips for home games.

Register Now! Contact Us

About this Page
This is a discussion on Nuke 7.4 local install problem within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; I downloaded and installed PHP Nuke on my remote server and all is working fine. I decided to try and ...



Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-14-2004, 10:09 AM
Junior Member
 
Join Date: Nov 2004
Location: North Dakota
Posts: 3
Send a message via Yahoo to airman_1980
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-14-2004, 06:10 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Is MySQL running on your local server? Is Apache?
Can you connect to your MySQL database with phpMyAdmin?

I guess I have as many questions as you... :roll:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-14-2004, 09:01 PM
Junior Member
 
Join Date: Nov 2004
Location: North Dakota
Posts: 3
Send a message via Yahoo to airman_1980
I have MySQL running, but I don't have Apache, IIS instead, same as my remote server. I use MySQL CC instead of the web based system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-14-2004, 10:31 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Can you connect to your MySQL database with phpMyAdmin?

it almost sounds like a server setup issue...

hmm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-25-2004, 08:19 PM
Junior Member
 
Join Date: Sep 2004
Location: Indiana
Posts: 47
Send a message via MSN to qlueless
I have tried to install 7.4 and 7.5 on Win2K server and have the same problem with both installs.

I would bet it's a IIS config problem, but all the major php-nuke support sites are down for some reason.. I had this working last week but decided to completly wipe everything out and start from scratch to clean up a few problems from all the multipl installs that I had done over the last year testing out stuff..

I'm 99% sure I ran into this same problem the first time I installed, and ovualisly(sp) got it fixed, but damned if I remember what it was, that fixed it..
__________________
webmaster of: http://www.teamchenbro.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-25-2004, 09:55 PM
Junior Member
 
Join Date: Sep 2004
Location: Indiana
Posts: 47
Send a message via MSN to qlueless
ok found the fix for this, what you need to do is turn off "notice" error reporting, you find your php.ini file (I found mine at c:\winnt) and change a line on it:

http://www.nukecops.com/PHP-Nuke_lot...ice-lines.html

I just changed the line in question to:
error_reporting = E_ERROR; display all errors

that will make it so it only shows errors and turn off notices, and thats what all the "error looking" messages are..
__________________
webmaster of: http://www.teamchenbro.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-03-2005, 11:56 AM
Junior Member
 
Join Date: Jan 2005
Posts: 1
That's not really a fix, it's a work-around. Any ideas as to why these warnings are produced in the first place??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Problem odysseyuo Nuke 7.x - General 4 03-30-2006 05:43 AM
install 7.5 php nuke. maverick1 Open topics 8 03-21-2005 07:30 PM
how to install php nuke 7.5 azza Nuke 7.x - General 5 01-04-2005 09:46 AM
install theme problem spartan Nuke 6.5 to 6.9 - Themes 1 07-07-2003 11:36 AM
Nuke install - some help please! FemmeFatale Purged Topics 1 12-03-2002 03:45 PM


All times are GMT -5. The time now is 02:31 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31