moosepucky Posted November 10 Share Posted November 10 (edited) Prestashop: 8.1.17 PHP: 8.1.30 MySQL: 8.1.30 Modules: Customer Reassurancehttps://addons.prestashop.com/en/blocks-tabs-banners/22312-customer-reassurance.html manual credit card processing - off linehttps://addons.prestashop.com/en/point-of-sale-pos/6270-manual-credit-card-processing-offline-payment.html I have migrated a customer to PrestaShop 8 from another cart. All went well. New install. Added 2 modules and still all well. Started running test sales and bam. No more back end. (see screenshot1) I upped the allowed memory on this account from 128m to 256m and now I can get into the backend but another error is throwing (up) see screenshot 2 Notice on line 116 in file /home/retselusa/public_html/store2/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php [8] SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php81) failed: Permission denied (13) Going to the offline payment module gives me error 3 attached I haven't resolved the issue I am just chasing my tail. Edited November 14 by moosepucky Changed attachmemt 3 to one showing both errors in full (see edit history) Link to comment Share on other sites More sharing options...
moosepucky Posted November 11 Author Share Posted November 11 Can I re-install without overwriting the database content? Link to comment Share on other sites More sharing options...
Prestashop Addict Posted November 11 Share Posted November 11 This is a right issue of php session folder /var/cpanel/php/sessions/ea-php82/ change permissions. chmod -R a+wr /var/cpanel/php/sessions/ea-php82/ or change owner chown -R www-data:www-data /var/cpanel/php/sessions/ea-php82/ Link to comment Share on other sites More sharing options...
moosepucky Posted November 12 Author Share Posted November 12 Thank you for responding. This provided access to the backend but I can't keep it on a server that is shared because of security reasons. Has resolved some of the errors but the backend has errors popping up in customers, orders, and possibly others. I'm still looking for other options to resolve all of the errors. I don't find the modules that were installed in the list in the backend so now that I can get in, I may re-install both to see if that helps. as a last resort I may see if I can use the auto update within the backend as 8.2 is available and this install was 8.1.7. This might introduce more issues but at present a full remove and reinstall is the only option and since my customer has made changes to their store, has 500 items, 8 years of transactional data, and close to 1000 customers in their database I really don't want to set them back to "start". Thank you for your help. It has allowed me back in to. Screenshot of non-expanded list of errors in the orders section. Link to comment Share on other sites More sharing options...
Prestashop Addict Posted November 12 Share Posted November 12 Error message is clear, you have a denied access to directory /var/cpanel/php/sessions/ea-php82/ where php stores sessions. Ask your hosting provider to change it, this is a miss configuration of the server. Link to comment Share on other sites More sharing options...
moosepucky Posted November 12 Author Share Posted November 12 Thank you for your response and help. It seems that there is a failure/compatibility issue in the payment module. I am having the same issues as the data center engineers. I'll quote back their response. I can see that same message now by following your guide. I have tested to changing the permissions to "a+wr" and checked the orders but still the same error. Sessions are being created even with the proper permission we set. Based on the error showing, "An exception has been thrown during the rendering of a template ("Unable to load template 'file:helpers/list/list_header.tpl'")." It seems that the system is unable to load the file list_header.tpl. Could you please verify that on your end? Link to comment Share on other sites More sharing options...
idnovate.com Posted November 12 Share Posted November 12 We are checking the issue related with the module directly with @moosepucky 😀 Thanks! Link to comment Share on other sites More sharing options...
moosepucky Posted November 14 Author Share Posted November 14 Big thanks to those that helped and especially the module developer. My customer is happy now 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