PDA

View Full Version : Error


t.chen
06-19-2006, 08:43 AM
When I go to the My Favorites page this error shows up on the top of the page:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/idleno/public_html/user.php on line 228

Also I seem to always get logged out of the Admin panel for some reason, every couple of minutes, anything I can do to change that?

logiik
06-19-2006, 10:13 AM
Go to phpMyadmin (cPanel-> MySQL -> phpMyadmin) and click on SQL and paste this in and run it:
ALTER TABLE `favorites` CHANGE `video_id` `file_id` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0'

That should fix it

Yze
06-23-2006, 05:38 PM
were you able to fix this problem chen?

t.chen
06-23-2006, 09:20 PM
yep I was thankyou