View Single Post
Old 11-02-2008, 09:59 PM  
Phil
Confirmed User
 
Phil's Avatar
 
Join Date: Jan 2004
Posts: 7,659
Vshare , PHP5 and Fatal error: Call to a member function RecordCount() on a non-objec

If you ever get "Fatal error: Call to a member function RecordCount() on a non-object" error

delete this one line :

$sql = "select * from guest_info where guest_ip='$guest_ip' and log_date='$guest_date'";

in view_video.php

this only happens after you upgrade to PHP 5.
__________________
Ask Phil
Phil is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote