Hi i try to update my cs cart platform but stack on copy var/langs
You can see on attachment file.
Any thought?
Posted 10 May 2016 - 07:24 PM #1
Hi i try to update my cs cart platform but stack on copy var/langs
You can see on attachment file.
Any thought?
Posted 11 May 2016 - 05:01 AM #2
That's probably the last thing it was doing. How long did you wait? Patience is a virtue in an upgrade.....
You should see what's last in the var/upgrade/core_log.txt file.
EZ Merchant Solutions: Custom (USA based) B2B Development, Consulting, Development and Special Projects (get a quote here).
Commercial addons, payment methods and modifications to meet your business and operations needs.
Posted 11 May 2016 - 06:53 AM #4
What do you see in the upgrade logs?
var/upgrade/core_log.txt
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 345 Multi-Vendor USD 1250 CS-Cart RU 24500 руб.
CS-Cart Ultimate USD 775 CS-Cart + YOUPI USD 545 CS-Cart RU + UniTheme 36000 руб.
Posted 11 May 2016 - 02:19 PM #6
Looks like the issue was caused by the low amount of memory. To fix it, please open the config.local.php file and add the following line:
@ini_set('memory_limit', '1024M');
before this line of code:
if (!defined('CONSOLE')) {
If it does not help, please contact hosting administrator and ask him to increase memory
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 345 Multi-Vendor USD 1250 CS-Cart RU 24500 руб.
CS-Cart Ultimate USD 775 CS-Cart + YOUPI USD 545 CS-Cart RU + UniTheme 36000 руб.
Posted 22 April 2018 - 10:08 PM #7
Posted 23 April 2018 - 12:05 AM #8
That's a lot of memory. Make sure you do NOT have DEBUG enabled.
You might also try a REPAIR on your database.
EZ Merchant Solutions: Custom (USA based) B2B Development, Consulting, Development and Special Projects (get a quote here).
Commercial addons, payment methods and modifications to meet your business and operations needs.
Posted 23 April 2018 - 06:14 AM #9
А не подскажете, что мне делать? Точно так же обновление 4.3.5-4.3.6 зависает на var/langs
Я догнал лимит памяти скриптов до 4 Гб, но и этого не хватает:
2018-04-23 01:06:31: PHP Warning: Error while sending QUERY packet. PID=26363 in /home/admin/web/stlib.ru/public_html/app/Tygh/Backend/Database/Mysqli.php on line 76
2018-04-23 01:06:45: PHP Fatal Error: Allowed memory size of 4294967296 bytes exhausted (tried to allocate 20480 bytes) in /home/admin/web/stlib.ru/public_html/app/Tygh/Database.php on line 745
Попробуйте попросить хостера увеличить значение max_allowed_packet
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 345 Multi-Vendor USD 1250 CS-Cart RU 24500 руб.
CS-Cart Ultimate USD 775 CS-Cart + YOUPI USD 545 CS-Cart RU + UniTheme 36000 руб.