Jump to content

Aiuto: tema non valido dopo aggiornamento


Recommended Posts

Buongiorno a tutti,

ho aggiornato la mia versione prestashp utilizzando 1 click, ma subito dopo mi appare l'errore 500

 

ho controllato i permessi e vanno bene, come posso risolvere?

 

Premetto che prima d'ora non ho mai utilizzato  la funzione debug ,

insomma con tale funzione mi appare questo:

 

 

Tema attuale non valido "default". Si prega di verificare il nome e i permessi del tuo folder di temi.
at line 259 in file classes/controller/FrontController.php

254. Tools::redirect('index.php?controller=authentication'.($this->authRedirection ? '&back='.$this->authRedirection : ''));
255. }
256.
257. /* Theme is missing */
258. if (!is_dir(_PS_THEME_DIR_)) {
259. throw new PrestaShopException((sprintf(Tools::displayError('Current theme unavailable "%s". Please check your theme directory name and permissions.'), basename(rtrim(_PS_THEME_DIR_, '/\\')))));
260. }
261.
262. if (Configuration::get('PS_GEOLOCATION_ENABLED')) {
263. if (($new_default = $this->geolocationManagement($this->context->country)) && Validate::isLoadedObject($new_default)) {
264. $this->context->country = $new_default;

 

 

 

 

mi aiutate a capirlo ? Grazie

 

 

 

PS: può essere che manca il file htaccess? e se si come faccio???

Edited by olio elianto (see edit history)
Link to comment
Share on other sites

ci sono queste cartelle e file

 

 

css

font

 

fonts

img

js

lang

mobile

modules

pdf

sass

404.tpl

address.tpl

addresses.tpl

authentication.tpl

best-sales.tpl

breadcrumb.tpl

category-cms-tree-branch.tpl

category-count.tpl

category-tree-branch.tpl

category.tpl

cms.tpl

config.rb

config.xml

contact-form.tpl

discount.tpl

errors.tpl

footer.tpl

global.tpl

guest-tracking.tpl

header.tpl

history.tpl

identity.tpl

index.php

index.tpl

layout.tpl

maintenance.tpl

manufacturer-list.tpl

manufacturer.tpl

my-account.tpl

nbr-product-page.tpl

new-products.tpl

order-address-advanced.tpl

order-address-multishipping-products.tpl

order-address-multishipping.tpl

order-address-product-line.tpl

order-address.tpl

order-carrier-advanced.tpl

order-carrier-opc-advanced.tpl

order-carrier.tpl

order-confirmation.tpl

order-detail.tpl

order-follow.tpl

order-opc-advanced.tpl

order-opc-new-account-advanced.tpl

order-opc-new-account.tpl

order-opc.tpl

order-payment-advanced.tpl

order-payment-classic.tpl

order-payment.tpl

order-return.tpl

order-slip.tpl

order-steps.tpl

pagination.tpl

password.tpl

preview.jpg

prices-drop.tpl

product-compare.tpl

product-list-colors.tpl

product-list.tpl

product-sort.tpl

product.tpl

products-comparison.tpl

restricted-country.tpl

scenes.tpl

search.tpl

shopping-cart-advanced.tpl

shopping-cart-product-line.tpl

shopping-cart.tpl

sitemap.tpl

store_infos.tpl

stores.tpl

supplier-list.tpl

supplier.tpl

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