Mickger Posted April 16, 2020 Share Posted April 16, 2020 Hi! I hope I can get some help here, when I want to change the date for orders I have received, I get the 500 error., so I'm stock on dates from marts. I been trying to solve this by looking around the forum, but I can't find someone that had the same error as me. how can I fix it ? I'm using prestashop 1.6 and phpmyadmin 7 Link to comment Share on other sites More sharing options...
tomerg3 Posted April 16, 2020 Share Posted April 16, 2020 Try to enable dev mode (in /config/defines.inc.php) and try again, you should be able to see the actual error. Link to comment Share on other sites More sharing options...
Mickger Posted April 16, 2020 Author Share Posted April 16, 2020 (edited) I get this now Edited April 16, 2020 by Mickger (see edit history) Link to comment Share on other sites More sharing options...
tomerg3 Posted April 16, 2020 Share Posted April 16, 2020 That's odd, none of these seem like errors, only notices. IS this the only time you are getting the error? what exactly are you doing? Link to comment Share on other sites More sharing options...
Mickger Posted April 16, 2020 Author Share Posted April 16, 2020 I made the site 2 days ago and it happen today. I have only been adding products and have adjusting some prices Link to comment Share on other sites More sharing options...
Mickger Posted April 16, 2020 Author Share Posted April 16, 2020 I also tried to reinstall the module dashboard, to see if that made any changes Link to comment Share on other sites More sharing options...
Mickger Posted April 17, 2020 Author Share Posted April 17, 2020 Can I some how export my products so I can start all over ? Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2020 Share Posted April 17, 2020 You are not writing the full version of Prestashop. Version 1.6.1.24 should be compatible with max version php 7.1. Changing PHP to 5.6 and max to 7.1 will fix the problem. Link to comment Share on other sites More sharing options...
Mickger Posted April 17, 2020 Author Share Posted April 17, 2020 The version I have is 1.6.1.24 And my php version is 4.9.4 Can I upgrade my php version, i'm hosting my site at chosting.dk Link to comment Share on other sites More sharing options...
Mickger Posted April 17, 2020 Author Share Posted April 17, 2020 Link to comment Share on other sites More sharing options...
Mickger Posted April 17, 2020 Author Share Posted April 17, 2020 Okay so I changed the php version, but it's still not working Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2020 Share Posted April 17, 2020 Omg You have php version 7.3.6 !!! You must have a php version of max. 7.1 !!! You have to change the php version on the web server !!! Link to comment Share on other sites More sharing options...
Mickger Posted April 17, 2020 Author Share Posted April 17, 2020 It's running 5.6 now, do I need to update something somewhere ? It's still not working Link to comment Share on other sites More sharing options...
Mickger Posted April 17, 2020 Author Share Posted April 17, 2020 Guest, thank you so much for helping me with this! Link to comment Share on other sites More sharing options...
tomerg3 Posted April 17, 2020 Share Posted April 17, 2020 Is it working now? Link to comment Share on other sites More sharing options...
Mickger Posted April 17, 2020 Author Share Posted April 17, 2020 Sadly no... but I think it have to do with the referrers error people are talking about. Link to comment Share on other sites More sharing options...
tomerg3 Posted April 17, 2020 Share Posted April 17, 2020 Still seeing the same notice? Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2020 Share Posted April 17, 2020 go to phpMyAdmin (change ps_ to your database table prefix): SELECT * from ps_configuration WHERE `name` = 'PS_CIPHER_ALGORITHM'; and upload the result here. Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2020 Share Posted April 17, 2020 (edited) Open ./config/setings.inc.php file. Check if it exists: define ('_ RIJNDAEL_KEY_', ......... define ('_ RIJNDAEL_IV_', ........... If not exists, generate here and paste to settings.inc.php file. https://shop.devcustom.net/gen.php and add: define('MCRYPT_RIJNDAEL_128', '0'); Edited April 17, 2020 by Guest (see edit history) Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2020 Share Posted April 17, 2020 check: Link to comment Share on other sites More sharing options...
Guest Posted April 17, 2020 Share Posted April 17, 2020 Another solution: Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 On 4/17/2020 at 8:37 PM, Guest said: go to phpMyAdmin (change ps_ to your database table prefix): SELECT * from ps_configuration WHERE `name` = 'PS_CIPHER_ALGORITHM'; and upload the result here. Sorry, but can you help me out a little more here ? I dont know how to Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 On 4/17/2020 at 8:52 PM, Guest said: check: I added define('_RIJNDAEL_KEY_', 'RWciovtHFLGKypxVX7f6mSTOfROSrF1w'); define('_RIJNDAEL_IV_', 'F93AJULoSjNY5xoFi9RF1g=='); define('MCRYPT_RIJNDAEL_128', '0'); And I can see the Algorithm now. But the problem is still there Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 Would it help it I upgrade to 1.7.6.4 ? Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2020 Share Posted April 19, 2020 23 minutes ago, Mickger said: Sorry, but can you help me out a little more here ? I dont know how to You don't know what phpMyAdmin is? Can't put SQL script into your phpMyAdmin? Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 Hmm, that was also what I did, but its not existing Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 GOT IT NOW!!! I needed to add psu5_ not ps_ Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2020 Share Posted April 19, 2020 This is perhaps not even possible. Can't you really read the full posts? "go to phpMyAdmin (change ps_ to your database table prefix):" Your code must be: SELECT * from psu5_configuration WHERE `name` = 'PS_CIPHER_ALGORITHM'; Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 I just did and it broke down the whole site and BO Now I cant change it back Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 I replaced table prefix on the whole database Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2020 Share Posted April 19, 2020 Why did you change the prefix of all tables? Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 I dont know, I tried my best, but I changed it back now after 4 tries. Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 This broke a lot of pictures. would it help if I upgrade to 1.7 ? Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 And the website is not working is says I need to change the URL but is is set the the right one Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2020 Share Posted April 19, 2020 2 minutes ago, Mickger said: And the website is not working is says I need to change the URL but is is set the the right one Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2020 Share Posted April 19, 2020 Upgrading through a 1-click upgrade module will not help you because it throws you another 1,000,000 errors. You would have to install pure Prestashop 1.7 and manually upload products, categories ..... Without advanced knowledge you will not do it correctly. Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 Damn, okay, I will delete all and starat over, but can I somehow export customers , orders and products ? Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2020 Share Posted April 19, 2020 (edited) Export and import modules exist. However, they are not free. To transfer customers, categories, etc., you need a higher knowledge of Prestashop, a database and especially PHP coding. Prestashop 1.7 has a different database structure than Prestashop 1.6 !!! If you leave it to a specialist, it takes about two hours to install and convert the database. You have three options: 1. Buy modules for $ 120 2. pay the programmer $ 60 (export / import and default theme) 3. install clean Prestashop and add all data manually (two days work) Edited April 19, 2020 by Guest (see edit history) Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 I just exported orders, customers and products. Thank you for your help Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2020 Share Posted April 19, 2020 You can rate my posts by clicking the gray heart below the posts. At least I was happy to help. Link to comment Share on other sites More sharing options...
Mickger Posted April 19, 2020 Author Share Posted April 19, 2020 Even with a new installed prestashop its still giving me an error then Im pushing the date Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2020 Share Posted April 19, 2020 Prestashop 1.7 needs PHP 7.1 and higher 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