Jump to content

500 Error when changing date


Mickger

Recommended Posts

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

2020-04-16_121845.png

Link to comment
Share on other sites

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

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

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

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

On 4/17/2020 at 8:52 PM, Guest said:

check:

rijnd.png.4cca4a6af471e82976a2712e7a6758b5.png

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

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?

obrazek.png.c9daf5e62f69b57cd826da01b1e8f612.thumb.png.337d45342c0d2b74db61e902f023ada2.png

 

obrazek.png.dc5e3d1c9bc2a26a4f971b9943ba5760.png

 

 

Link to comment
Share on other sites

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

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

image.png.40d984d25bca2a8b8fcf624f685afef9.png

obrazek.png.10e409553f52e67b124df285881ea0eb.png

Link to comment
Share on other sites

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

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 by Guest (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...