systems>users>usergroups>edit user group > select all permissions.
rtfm next time

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4194304 bytes) in /system/PHPExcel/Classes/PHPExcel/Shared/OLERead.php on line 156
Code: Select all
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 512M;
max_execution_time = 36000;
upload_max_filesize = 16M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 172800;
allow_url_fopen = on;
;display_errors = 1;
;error_reporting = E_ALL;
change memory_limit valuetrgea wrote:Hi, I am having trouble importing my 1.82 mb file.
Error code:Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4194304 bytes) in /system/PHPExcel/Classes/PHPExcel/Shared/OLERead.php on line 156
My php.ini:Code: Select all
magic_quotes_gpc = Off; register_globals = Off; default_charset = UTF-8; memory_limit = 512M; max_execution_time = 36000; upload_max_filesize = 16M; safe_mode = Off; mysql.connect_timeout = 20; session.use_cookies = On; session.use_trans_sid = Off; session.gc_maxlifetime = 172800; allow_url_fopen = on; ;display_errors = 1; ;error_reporting = E_ALL;
Code: Select all
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/content/49/11691949/html/system/database/mysql.php on line 22Notice: Error: Subquery returns more than 1 row
Error No: 1242
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '529' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' in /home/content/49/11691949/html/system/database/mysql.php on line 50
Code: Select all
PHP Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/warehou2/public_html/system/PHPExcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php on line 14
Code: Select all
2013-10-02 8:58:11 - PHP Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/warehou2/public_html/system/PHPExcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php on line 142
2013-10-02 8:58:11 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/warehou2/public_html/system/PHPExcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php:142) in /home/warehou2/public_html/admin/model/tool/export.php on line 49
2013-10-02 8:58:11 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/warehou2/public_html/system/PHPExcel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php:142) in /home/warehou2/public_html/admin/model/tool/export.php on line 50
Code: Select all
2013-10-02 9:22:07 - PHP Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4194304 bytes) in /home/warehou2/public_html/system/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php on line 950
2013-10-02 9:22:07 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/warehou2/public_html/system/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php:950) in /home/warehou2/public_html/admin/model/tool/export.php on line 49
2013-10-02 9:22:07 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/warehou2/public_html/system/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php:950) in /home/warehou2/public_html/admin/model/tool/export.php on line 50
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Maybe this will be a good startsaltsalty wrote:Can you advise what I should type in google? I have tried but not been able to find a solution hence why I posted on here.
Thanks
Click on the link in his post: https://www.google.com/#q=opencart+memory_limitsaltsalty wrote:Can you advise what I should type in google? I have tried but not been able to find a solution hence why I posted on here.
Thanks
cue4cheap not cheap quality
Users browsing this forum: No registered users and 6 guests