r_ekkie Posted November 3, 2015 Share Posted November 3, 2015 Just did the upgrade from 1.6.1.1 to 1.6.1.2 but now I cannot see my orders anymore as you can see in the attachment. Allready cleared cache any other solutions? Link to comment Share on other sites More sharing options...
bellini13 Posted November 3, 2015 Share Posted November 3, 2015 search the forums on how to enable debug mode. I assume you are receiving an error that is preventing the order list from appearing. Perhaps a custom module or override is causing issues Link to comment Share on other sites More sharing options...
r_ekkie Posted November 3, 2015 Author Share Posted November 3, 2015 Thanks for the reply, presta is giving me the following errors when debug is turned on: Link to comment Share on other sites More sharing options...
El Patron Posted November 3, 2015 Share Posted November 3, 2015 Hi, please if you could copy and past the error messages here, the attached errors right hand side unreadable (for this old guy). Thanks Link to comment Share on other sites More sharing options...
r_ekkie Posted November 3, 2015 Author Share Posted November 3, 2015 here it is: Notice op lijn 75 in bestand /home/user/domains/domain.com/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Undefined index: prestaShopVersion Notice op lijn 75 in bestand /home/user/domains/domain.com/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Trying to get property of non-object Notice op lijn 418 in bestand /home/user/domains/domain.com/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Undefined index: prestaShopVersion Notice op lijn 418 in bestand /home/user/domains/domain.com/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Trying to get property of non-object Notice op lijn 59 in bestand /home/user/domains/domain.com/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Undefined index: prestaShopVersion Notice op lijn 59 in bestand /home/user/domains/domain.com/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Trying to get property of non-object Notice op lijn 287 in bestand /home/user/domains/domain.com/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Undefined index: prestaShopVersion Notice op lijn 287 in bestand /home/user/domains/domain.com/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code [8] Trying to get property of non-object thanks. Link to comment Share on other sites More sharing options...
Guest Posted November 3, 2015 Share Posted November 3, 2015 that's cache, no? Link to comment Share on other sites More sharing options...
bellini13 Posted November 3, 2015 Share Posted November 3, 2015 in performance page, have you tried to disable non-ps modules and overrides to see if the issue goes away? Link to comment Share on other sites More sharing options...
r_ekkie Posted November 3, 2015 Author Share Posted November 3, 2015 Bellini13 Doesn't change anything. If it is a cache issue is it safe to delete the content of the cache folder on the server? Link to comment Share on other sites More sharing options...
Guest Posted November 3, 2015 Share Posted November 3, 2015 apparently you had a similar problem before? https://www.prestashop.com/forums/topic/411526-bestellingenscherm-deels-leeg/ So this could be caused by old problems ... someone explain the prestaShopVersion error plz? I can only find 3 instances of it in Prestashop source code. public static function isPrestaShopVersion($version) { return (preg_match('/^[0-1]\.[0-9]{1,2}(\.[0-9]{1,2}){0,2}$/', $version) && ip2long($version)); } meh? Bellini13 Doesn't change anything. If it is a cache issue is it safe to delete the content of the cache folder on the server? Yes, I always leave the index.php and last_flush file alone. Link to comment Share on other sites More sharing options...
r_ekkie Posted November 3, 2015 Author Share Posted November 3, 2015 That was an issue with the myparcel module tested that but removing the myparcel module isn't solving it. Where is that last_flush file? Link to comment Share on other sites More sharing options...
Guest Posted November 4, 2015 Share Posted November 4, 2015 last_flush is in cache/smarty/compile So you can remove all folders in that folder, leave index.php and last_flush Are there 32 orders? (32 resultaten) so the count works. http://stackoverflow.com/questions/24012551/smarty-cache-undefined-index-error-prestashop try this maybe it will help Link to comment Share on other sites More sharing options...
r_ekkie Posted November 4, 2015 Author Share Posted November 4, 2015 Looks like I got it up running for now. Saw I deleted the claas_index.php somtime before. did that again and the orders are back. Thanks for the help Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now