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.
|