PDA

View Full Version : Fatal Error on functions.php please help!


oneside
01-27-2006, 03:53 PM
When i try to open my directory on my webspace i get an error:

Fatal error: Call to a member function on a non-object in /xxxxx/include/functions.php on line 47


Line 47 is the part:
$rs->MoveNext();

Content visible to registered users only.

When i run the same code local it works fine :-((
How can i fix it?

THX

miller2348
01-27-2006, 05:51 PM
I just moved to a new host and am having the exact same error. Any help would be appreciated..

oneside
01-30-2006, 08:53 AM
please, still need help with this :?

oneside
01-30-2006, 10:44 AM
Ok, i found something out:

if i simply copy my local installation to the webspace (including a mysql-dump) on the internet the error appears.
If i set up a complete new installation of the directory on the Webspace it works...mhhhhh....
After i set up a complete new working installation of the directory
i transfered my local files (not mysql) to the webspace it is still working...

:D