View Single Post
LHVWB
Lord Of The Keys

LHVWB's Avatar

Join Date: Jan 2008
Posts: 1,280
Credits: 9,228
LHVWB is a jewel in the rough
Location: Australia

Send a message via MSN to LHVWB
 
07-24-2008, 06:42 AM
Re: database failure

That is a classic file not found error with php, make sure that the correct location for that file has been given to the require_once() function.

Remember that you should probably give it a location starting with the server root, or a '/'. So something like 'require_once("/home/stalkio/public_html/Connections/dic3.php");', should work.
LHVWB is offlineReport Post