Jump to content

Upgrade von 1.6.1.7 auf 1.6.1.8


Recommended Posts

Hi,

 

Du hast das bestimmt auf einer DEV-Kopie Deines Shops gemacht? Und hast auch vorher ein komplettes Backup (am besten händisch) gemacht? Dann würde ich sagen: Backup wieder einspielen und ggf. erneut probieren - natürlich auf ner Kopie erstmal, nie ohne vorher zu testen auf dem Livesys.

Ansonsten hilft bei weißen Seiten auch zunächst mal ein Blick ins Errorlog.

 

Cheers

FordP

Link to comment
Share on other sites

Hallo Martin,

 

schalte erstmal "error reporting" ein und schaue ob dann Fehlermeldungen angezeigt werden

 

Über FTP in der Datei

config/defines.inc.php

 

/* Debug only */
define('_PS_MODE_DEV_', false);

ändern in:

/* Debug only */
define('_PS_MODE_DEV_', true);

 

Die angezeigten Fehlermeldungen dann mal posten!

 

Grüsse

Whiley

Link to comment
Share on other sites

hi whiley,

 

Seite ist wieder da. :-) War kein DB Problem, durch das verunglückte Update einige die Dateien weg. Habe sie wieder hochgeladen.

 

Doch im Backend ist manches auf Englisch manches  Deutsch z.B  oberes Menü "Quick Access" , "List of  modules" usw.

 

Die Linkebar samt Unterpunkte ist auf Deutsch.

 

Kennt einer hierfür die Lösung?

 

lg martin

Link to comment
Share on other sites

Hej Martin,

 

vielleicht fehlen da auch noch (teilweise) Übersetzungsdateien - die sollten eigentlich unter /translations/de stehen:

 

- admin.php

- errors.php

- fields.php

- pdf.php

- tabs.php

 

Man kann die Übersetzungen des Backends auch bearbeiten unter Lokalisierung=>Übersetzungen=>Back Office Übersetzung

 

Cheers

FordP aka Martin ^_^

Link to comment
Share on other sites

HEY ford ;)

 

 

dank dir, doch es kam

"Warning! Your PHP configuration limits the maximum number of fields allowed in a form: 4000 for max_input_vars.
Please ask your hosting provider to increase this limit to 5269 at least, or you will have to edit the translation files."

 

doch du hatest recht, die dateien waren weg. THANK!

Link to comment
Share on other sites

Hej Martin,

 

Du solltest - wenn möglich - Deine php.ini etwas modifizieren, damit Prestashop perfekt läuft - die max_input_vars Geschichte findest Du hier an vielen Stellen im Forum ;-)

Die Werte aus dem Link https://www.prestashop.com/forums/topic/281310-tippeigene-für-prestashop-optimierte-phpini-erstellen/?p=1414668 sollten erstmal eine gute Basis bilden.

 

Cheers

FordP

Link to comment
Share on other sites

asche auf mein haupt grinz auf die ide kamm ich auch später nun bekomme ich folgenden fehler.bekomme immer beim update folgenden fehler Analyzing the situation...Shop deactivated. Now downloading... (this can take a while)

 

[Ajax / Server Error for action download] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: " "

Link to comment
Share on other sites

Dein Provider kann also mit "Internal Server Error" nix anfangen ja?
Okay..
 https://www.prestashop.com/forums/topic/257080-errorthrowninternal-server-error-jqxhr/

http://forge.prestashop.com/browse/PSCSX-3128

http://customprestshoptemplates.blogspot.de/2016/02/textstatus-error-errorthrowninternal.html

 

Damit du es nicht so schwer hast so viel lesen zu müssen versuch mal das:


    upload_max_filesize = 1280M
    post_max_size = 512M
    max_file_uploads = 200
    memory_limit = 512M
    max_input_vars = 8000
    max_input_time = 600
    max_execution_time = 600
    set_time_limit = 600

:P

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...