View Single Post
Old 01-17-2013, 02:46 PM   PM User | #1
Remix919
Regular Coder

 
Join Date: Jan 2006
Posts: 193
Thanks: 29
Thanked 0 Times in 0 Posts
Remix919 is an unknown quantity at this point
Issue with Upgrade from 5.2.17 to 5.3.20?

I just recently upgraded to PHP 5.3.20 and now suddenly I'm having issues with my code, with just simple things like mysql_fetch_assoc and mysql_query?

I'm getting issues like:

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given

and when I do a mysql_query INSERT it looks like it works fine, but no entry appears in the database.

All this was working perfectly prior to the upgrade to 5.3.20 from 5.2.17, any idea what's going on?
Remix919 is offline   Reply With Quote