Forums
This topic is locked
error on my site on the remote server
29 Aug 2007 03:13:54 deep flow posted:
my site works great on my localhostwhen i tried to get my site on the remote server i get this on the indexpage
Warning: require_once(../Connections/international.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/domainname.com/index.php on line 1
Fatal error: require_once() [function.require]: Failed opening required '../Connections/international.php' (include_path='.:/usr/local/php5/lib/php') in /home/www/domainname.com/index.php on line 1
the folder Connections exists and has a file named international as the mysql connection as generated by dreamweaver - i updatee the corrected mysql server with the login and password given to me by the ISP
i checked the php.ini and looks fine
any ideas?