From server to localhost....did PHP can change????

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
apek
Forum Commoner
Posts: 96
Joined: Tue Jan 06, 2004 11:19 pm
Location: Holiday Plaza Johor Bahru

From server to localhost....did PHP can change????

Post by apek »

i download my web files from the hosting server as backup...
and then i put it in my localhost,because i want to do some editing...
and then when i open it, i get this error:

Code: Select all

Warning: Failed opening '/127.0.0.1/1619/include/common.php' for inclusion (include_path='.;G:/Programming/phpdev/php/includes;G:/Programming/phpdev/php/class') in g:\programming\phpdev\www\1619\mainfile.php on line 49
the location of the common.php is right...
whats wrong with it???
i changed all the configuration according to my localhost..
but still the same...
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Are you using the same versions of php in both servers?
Post Reply