View Single Post
  #25  
Old 01-16-2009, 12:17 AM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default Re: Let Customer choose number of products displayed on page

There is one place in X-Cart where this error can appeared - func.db.php

Code:
foreach ($tbl as $t) { if (isset($sql_tbl[$t])) $t = $sql_tbl[$t]; if (!isset($storage[$t])) { $storage[$t] = func_query_column("SHOW FIELDS FROM ".$t); if (empty($storage[$t])) func_header_location("error_message.php?access_denied&id=78"); }

Seems like there are some kind of troubles with your database.
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote