Jump to content

[solved] upgrade 1.0.0.8 -> 1.2.5.0


mardon

Recommended Posts

řeším momentálně potíže s upgradem e-shopu z 1.0.0.8 na 1.2.5.0. Upgrade proběhl aspoň se zdá,ale na strínce produktu se nezobarzuje obrázek, ikdyž je v adresáři img/p nahraný a miniatury se zobarzují. Problém je v tom, že pokud si zobarzím HTML zdroj stránky vypadlo z URL obrázku cesta /img/p, to by se možná dalo ještě opravit, ale chtěla bych celý obchod převést na novou default šablonu a tady nastane problém, pokud nemám zaplou compatibilitu na verzi 1.1 tak se šablona ani nezobrazí, přitom se ovšem do adresáře themes nahrala prestahop šablonu verze 1.2.5.0. Takže jsem se to snažila vyřešit znovu a to čistou instalací 1.2.5.0 a do její db jsem nahrála kopii své upgradované db puvodne 1.0.0.8 nyní jiz 1.2.5.0, ovšem výsledek je totožný. Řešil někdo něco podobného? Jak je to vůbec s těmi themes projevují se jednotlivé verze nějak i v db, nebo je rozdil jen v adresáři /themes?

Link to comment
Share on other sites

Takže vyřešeno nestačil vygenerovaný .htaccess někde na foru jsem nasla

# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E]
RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E]
RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E]
RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E]
RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E]
RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E]

RewriteRule ^lang-([a-z]{2})/content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$2&isolang;=$1 [L,E]

RewriteRule ^lang-([a-z]{2})/order.php(.*)$ /order.php?isolang=$1 [L,E]
RewriteRule ^lang-([a-z]{2})/order-confirmation.php(.*)$ /order-confirmation.php?isolang=$1 [L,E]
RewriteRule ^lang-([a-z]{2})/history.php(.*)$ /history.php?isolang=$1 [L,E]
RewriteRule ^lang-([a-z]{2})/my-account.php(.*)$ /my-account.php?isolang=$1 [L,E]

RewriteRule ^lang-([a-z]{2})/order-slip.php(.*)$ /order-slip.php?isolang=$1 [L,E]
RewriteRule ^lang-([a-z]{2})/addresses.php(.*)$ /addresses.php?isolang=$1 [L,E]
RewriteRule ^lang-([a-z]{2})/address.php(.*)$ /address.php?isolang=$1 [L,E]
RewriteRule ^lang-([a-z]{2})/identity.php(.*)$ /identity.php?isolang=$1 [L,E]
RewriteRule ^lang-([a-z]{2})/discount.php(.*)$ /discount.php?isolang=$1 [L,E]

RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]

# Catch 404 errors
ErrorDocument 404 /404.php



a zatím zabralo tak uvidíme dál

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