A lot of people like the full html email same as customer gets instead of order alert which is rubbish anyway.
The alert does have less info though and may be preferable in some instances
I have an OCMod for it if you want to try it
Your email is the result of some twig issue
Although 3.0.2.0 should not have that
The alert does have less info though and may be preferable in some instances
I have an OCMod for it if you want to try it
Your email is the result of some twig issue
Although 3.0.2.0 should not have that
The whitespace issue is caused by outdated twig dependency on PHP 7.4. I don't have the fixes offhand, you will need to search for it or rollback to php 7.3.
There are also a couple more PHP 7.4 fixes needed on OC versions prior to 3.0.3.6
Maybe PM @xxvirusxx he might have a list of fixes for PHP 7.4.
There are also a couple more PHP 7.4 fixes needed on OC versions prior to 3.0.3.6
Maybe PM @xxvirusxx he might have a list of fixes for PHP 7.4.
Backup and learn how to recover before you make any changes!
That would explain it, have some small issues after changing servers, maybe should update the store.sw!tch wrote: ↑Sat Mar 13, 2021 6:24 amThe whitespace issue is caused by outdated twig dependency on PHP 7.4. I don't have the fixes offhand, you will need to search for it or rollback to php 7.3.
There are also a couple more PHP 7.4 fixes needed on OC versions prior to 3.0.3.6
Maybe PM @xxvirusxx he might have a list of fixes for PHP 7.4.
To fix your twig issues try this
Find system/library/template/twig/lexer.php line 162
Change to
I just fully tested this on 3.0.3.2 with the issue with php7.4 and it worked.
This should fix your email alert no space issue
Find system/library/template/twig/lexer.php line 162
Code: Select all
if (isset($this->positions[2][$this->position][0]) ) {
$text = rtrim($text);
Code: Select all
if (isset($this->positions[2][$this->position][0]) && ($this->options['whitespace_trim'] === $this->positions[2][$this->position][0])) {
$text = rtrim($text);
This should fix your email alert no space issue
Thanks, but did not help, still coming in the same.mikeinterserv wrote: ↑Sun Mar 14, 2021 2:51 amTo fix your twig issues try this
Find system/library/template/twig/lexer.php line 162Change toCode: Select all
if (isset($this->positions[2][$this->position][0]) ) { $text = rtrim($text);
I just fully tested this on 3.0.3.2 with the issue with php7.4 and it worked.Code: Select all
if (isset($this->positions[2][$this->position][0]) && ($this->options['whitespace_trim'] === $this->positions[2][$this->position][0])) { $text = rtrim($text);
This should fix your email alert no space issue
Store worked fine for a couple days, now all orders going to MISSING ORDERS (paypal checkout), when I try to change to processing get INTERNAL SERVER ERROR popup window, error log shows:
2021-03-19 21:50:48 - PHP Notice: Trying to access array offset on value of type null in /home/rcaction/public_html/storagevta/vendor/scss.inc.php on line 1753
2021-03-19 17:51:19 - PHP Warning: unlink(/home/rcaction/public_html/storagevta/cache/cache.catalog.language.1616178892): No such file or directory in /home/rcaction/public_html/racevta.com/store/system/library/cache/file.php on line 68
2021-03-19 15:03:04 - PHP Notice: Trying to access array offset on value of type bool in /home/rcaction/public_html/racevta.com/store/catalog/controller/startup/startup.php on line 166
2021-03-17 10:26:27 - PHP Notice: A non well formed numeric value encountered in /home/rcaction/public_html/storagevta/modification/catalog/controller/product/category.php on line 359
2021-03-16 6:01:58 - PHP Warning: unlink(/home/rcaction/public_html/storagevta/cache/cache.catalog.language.1615878118): No such file or directory in /home/rcaction/public_html/racevta.com/store/system/library/cache/file.php on line 68
The last successful order came in on 3/17
2021-03-19 21:50:48 - PHP Notice: Trying to access array offset on value of type null in /home/rcaction/public_html/storagevta/vendor/scss.inc.php on line 1753
2021-03-19 17:51:19 - PHP Warning: unlink(/home/rcaction/public_html/storagevta/cache/cache.catalog.language.1616178892): No such file or directory in /home/rcaction/public_html/racevta.com/store/system/library/cache/file.php on line 68
2021-03-19 15:03:04 - PHP Notice: Trying to access array offset on value of type bool in /home/rcaction/public_html/racevta.com/store/catalog/controller/startup/startup.php on line 166
2021-03-17 10:26:27 - PHP Notice: A non well formed numeric value encountered in /home/rcaction/public_html/storagevta/modification/catalog/controller/product/category.php on line 359
2021-03-16 6:01:58 - PHP Warning: unlink(/home/rcaction/public_html/storagevta/cache/cache.catalog.language.1615878118): No such file or directory in /home/rcaction/public_html/racevta.com/store/system/library/cache/file.php on line 68
The last successful order came in on 3/17
Ok, so now I can edit the orders that were PENDING, but still get the INTERNAL SERVER ERROR pop up window when trying to change MISSING ORDERS to PENDING.
What would cause the change in the first place, store processed orders fine then overnight stopped.
What would cause the change in the first place, store processed orders fine then overnight stopped.
New orders still going to MISSING ORDERS despite being processed trough paypal, im confused, everything was working fine then overnight it took a shit ...mikeinterserv wrote: ↑Sat Mar 20, 2021 11:20 pmFind line 1753 in scss.inc.php
replace withCode: Select all
if (is_array($key)) $key = $key[1];
Hi,
I have been using opencart for my website https://MegaGrocery.com.au for the past five years now. I recently decided to build a new site https://ozgalore.com with many more features, and wanted to transfer all data in particular my products into this new site in wordpress, however after many efforts, I failed to import even one field, so I gave up and started entering my products manually. It is taking time but the one advantage is that I use new keywords and refine onsite SEO and fix any errors along the way. I guess, if I were to change web hosting, I would have faced the same or similar problem.
I do hope that opencart makes it easier to migrate from one platform to another.
Regards,
Amin
https://ozgalore.com
I have been using opencart for my website https://MegaGrocery.com.au for the past five years now. I recently decided to build a new site https://ozgalore.com with many more features, and wanted to transfer all data in particular my products into this new site in wordpress, however after many efforts, I failed to import even one field, so I gave up and started entering my products manually. It is taking time but the one advantage is that I use new keywords and refine onsite SEO and fix any errors along the way. I guess, if I were to change web hosting, I would have faced the same or similar problem.
I do hope that opencart makes it easier to migrate from one platform to another.
Regards,
Amin
https://ozgalore.com
Regards,
Amin
https://ozgalore.au/
Root of your webspace in a logs folder or in your hosting control panel somewhere. If you cant find them ask your web host.
Backup and learn how to recover before you make any changes!
so I went ahead and installed 3.0.3.7 over my 3.0.2.0 using Softaculous, now getting on web and admin :
This page isn’t workingracevta.com is currently unable to handle this request.
HTTP ERROR 500
error_log :
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '{% if modules %...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/column_left.php(72): Loader->view('common/column_l...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/home.php(12): Loader->controller('common/column_l...')
#6 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonHo in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php on line 31
[23-Mar-2021 18:08:27 UTC] PHP Fatal error: Uncaught Error: Class 'Twig\Loader\ArrayLoader' not found in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php:31
Stack trace:
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '{% if modules %...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/column_left.php(72): Loader->view('common/column_l...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/home.php(12): Loader->controller('common/column_l...')
#6 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonHo in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php on line 31
[23-Mar-2021 18:08:28 UTC] PHP Fatal error: Uncaught Error: Class 'Twig\Loader\ArrayLoader' not found in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php:31
Stack trace:
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '{% if modules %...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/column_left.php(72): Loader->view('common/column_l...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/home.php(12): Loader->controller('common/column_l...')
#6 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonHo in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php on line 31
[23-Mar-2021 18:11:13 UTC] PHP Fatal error: Uncaught Error: Class 'Twig\Loader\ArrayLoader' not found in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php:31
Stack trace:
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '<div class="hid...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/extension/captcha/invisible_captcha.php(6): Loader->view('extension/captc...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerExtensionCaptchaInvisibleCaptcha->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/product/product.php(369): Loader->controller('extension/captc...')
#6 /home/rcaction/public_html/racevta.com/store/system/engi in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php on line 31
[23-Mar-2021 18:12:14 UTC] PHP Fatal error: Uncaught Error: Class 'Twig\Loader\ArrayLoader' not found in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php:31
Stack trace:
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '{% if modules %...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/column_left.php(72): Loader->view('common/column_l...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/home.php(12): Loader->controller('common/column_l...')
#6 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonHo in /home/rcaction/public_html/ra
This page isn’t workingracevta.com is currently unable to handle this request.
HTTP ERROR 500
error_log :
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '{% if modules %...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/column_left.php(72): Loader->view('common/column_l...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/home.php(12): Loader->controller('common/column_l...')
#6 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonHo in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php on line 31
[23-Mar-2021 18:08:27 UTC] PHP Fatal error: Uncaught Error: Class 'Twig\Loader\ArrayLoader' not found in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php:31
Stack trace:
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '{% if modules %...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/column_left.php(72): Loader->view('common/column_l...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/home.php(12): Loader->controller('common/column_l...')
#6 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonHo in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php on line 31
[23-Mar-2021 18:08:28 UTC] PHP Fatal error: Uncaught Error: Class 'Twig\Loader\ArrayLoader' not found in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php:31
Stack trace:
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '{% if modules %...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/column_left.php(72): Loader->view('common/column_l...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/home.php(12): Loader->controller('common/column_l...')
#6 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonHo in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php on line 31
[23-Mar-2021 18:11:13 UTC] PHP Fatal error: Uncaught Error: Class 'Twig\Loader\ArrayLoader' not found in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php:31
Stack trace:
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '<div class="hid...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/extension/captcha/invisible_captcha.php(6): Loader->view('extension/captc...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerExtensionCaptchaInvisibleCaptcha->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/product/product.php(369): Loader->controller('extension/captc...')
#6 /home/rcaction/public_html/racevta.com/store/system/engi in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php on line 31
[23-Mar-2021 18:12:14 UTC] PHP Fatal error: Uncaught Error: Class 'Twig\Loader\ArrayLoader' not found in /home/rcaction/public_html/racevta.com/store/system/library/template/twig.php:31
Stack trace:
#0 /home/rcaction/public_html/racevta.com/store/system/library/template.php(51): Template\Twig->render('default/templat...', '{% if modules %...')
#1 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(125): Template->render('default/templat...', '')
#2 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/column_left.php(72): Loader->view('common/column_l...', Array)
#3 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#4 /home/rcaction/public_html/racevta.com/store/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#5 /home/rcaction/public_html/racevta.com/store/catalog/controller/common/home.php(12): Loader->controller('common/column_l...')
#6 /home/rcaction/public_html/racevta.com/store/system/engine/action.php(79): ControllerCommonHo in /home/rcaction/public_html/ra
changed the storage dir and was able to get store working, changed time zone in admin and save it, got logged out and now cant log back into the admin or store front, the login screen just loops ... so much for easy transfer, store been down 2 weeks now 

Who is online
Users browsing this forum: No registered users and 1 guest