fitgura Posted February 15, 2012 Share Posted February 15, 2012 Hi all! I just wondering but my customers/carts tab do not show anything! Can someone explain me what could be the problem?? I also try to change it to agile order recovery , but same nothing shown At this time I just see the tabs and under it a big nothing... I use ps 1.4.1.0 Link to comment Share on other sites More sharing options...
jeckyl Posted February 15, 2012 Share Posted February 15, 2012 Hi, display errors in the config.inc.php files and refresh your tab to see the error message. 1 Link to comment Share on other sites More sharing options...
fitgura Posted February 17, 2012 Author Share Posted February 17, 2012 Thanks Jeckyl! I get the next message Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /var/www/clients/client1/web1/web/classes/MySQL.php on line 154 I tried to check the mentioned file but I do not understand what to do: { $this->_lastCached = false; if (_PS_DEBUG_SQL_) $this->displayMySQLError($query); if (!$array) return $this->_result; $resultArray = array(); // Only SELECT queries and a few others return a valid resource usable with mysql_fetch_assoc if ($this->_result !== true) while ($row = mysql_fetch_assoc($this->_result)) //this is row 154 $resultArray[] = $row; if ($use_cache AND _PS_CACHE_ENABLED_) Cache::getInstance()->setQuery($query, $resultArray); return $resultArray; } can you please explain me???!! Link to comment Share on other sites More sharing options...
jeckyl Posted February 17, 2012 Share Posted February 17, 2012 Hi, your problem is on your server configuration. You don't have enough memory to display your page. Change the memory_limit on your server if you can or just test to put the line @ini_set('memory_limit', '256M'); in the config.inc.php Link to comment Share on other sites More sharing options...
fitgura Posted February 17, 2012 Author Share Posted February 17, 2012 Thanks Jeckyl! I try it now Link to comment Share on other sites More sharing options...
Recommended Posts