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. Quote Link to comment Share on other sites More sharing options...
fenway Posted September 25, 2006 Share Posted September 25, 2006 That's not a valid query. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.