View Single Post
  #18  
Old 08-17-2006, 10:16 AM
  ShishaPipeUK's Avatar 
ShishaPipeUK ShishaPipeUK is offline
 

Senior Member
  
Join Date: Jul 2005
Location: London, England.
Posts: 118
 

Default

I have followed the mod and displays the page, but i get a error which is:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\maxking\shisha\shopcart\include\func.php on line 5891

Now looking at the line the error is:

while ($query_result= mysql_fetch_array($result))

I am using x-cart 4.18

The full file that i put into the include/func.php is:

Code:
function create_array($query) { $result= mysql_query($query); $array_final = array(); while ($query_result= mysql_fetch_array($result)) array_push($array_final, $query_result); return ($array_final); }

As described in the installation instructions.
__________________
Apache/2.0.55 (Red Hat) & MYSQL Server: 5.0.24
PERL: 5.008005 / PHP: 4.4.4 - 4.3.1 X-CART

Shop carts at
http://www.nightscene.co.uk/shop/home.php
http://www.theshisha.net/shopcart/home.php
http://www.system-maintenance.com/maint/home.php
http://www.tabac4u.com
Reply With Quote