Domain change errors

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
rathsandeepkumar
Forum Newbie
Posts: 1
Joined: Thu Jan 08, 2009 1:01 pm

Domain change errors

Post by rathsandeepkumar »

the old .net nuke website i.e old.iasg.com is refered in the new php website http://www.iasg.com after the domain is changed
now the links in the old website is throwing this error
Fatal error: require() [function.require]: Failed opening required '' (include_path='.:/usr/share/php5:/usr/share/php') in /var/www/iasg.com/htdocs/system/core/Kohana.php on line 246

I have changed all the links in the old website to old.iasg.com(initially they were iasg.com). also in the database i have updated the links to the required one. Even in the code these links are tested but no go. The website cannot be run in local machine so no chance of debugging .

Can somebody please help me
clungtech
Forum Newbie
Posts: 2
Joined: Thu Jan 08, 2009 5:57 pm

Re: Domain change errors

Post by clungtech »

Your web site may have some robot text which block your web pages. After deleting this you will get your website on all machines.

thanks
Post Reply