Jump to content
MakeWebGames

Recommended Posts

Posted

Hi guys i was just browsering on my pc and saw the usershops mod but it was v1 so i converted it and now this error comes up :

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/lukeyboi/public_html/shopindex.php on line 44

Any ideas why ?

Posted

Hey

 

could help if you post your shopindex.php lol.

but anyways find line 44 and then change

mysql_fetch_array
into
$db->fetch_row
That wouldent work, that error ususaly means that the sql statement wasn't valid or failed

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...