hbidad Posted September 23, 2006 Share Posted September 23, 2006 Error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/user/public_html/quotes2/class.ticket.php on line 289Problem: function time_convert($mysql_timestamp) { global $config; $t = mysql_fetch_array(mysql_query("SELECT UNIX_TIMESTAMP($mysql_timestamp)$ <-- line 289 $t[timestamp] += ($config[timezone] * 3600); return $t[timestamp];We upgraded from 4.0.27-standard to 4.1.21-standard and cant figure it out. Please advise. Link to comment https://forums.phpfreaks.com/topic/21802-upgraded-mysql-and-have-an-error-on-one-lineplease-help/ Share on other sites More sharing options...
fenway Posted September 25, 2006 Share Posted September 25, 2006 That's not a valid query. Link to comment https://forums.phpfreaks.com/topic/21802-upgraded-mysql-and-have-an-error-on-one-lineplease-help/#findComment-97937 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.