Jump to content

Installazione Prestashop Su Windows10


Recommended Posts

Salve, cerco d'installare prestashop ver.1.6.0.14 su windows in locale (xampp) ma l'installazione si blocca al 12% prima della creazione delle tabelle nel database. Penso sia un problema con windows10 visto che fino a che utilizzavo windows7 il problema non sussisteva. Soluzioni? Grazie anticipatamente

  • Like 1
Link to comment
Share on other sites

non funziona nemmeno con una versione vecchia di prestashop.

Ecco l'errore:

PrestaShopDatabaseException]

Table 'prestashop.ps_shop_url' doesn't exist
 

SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
                    FROM ps_shop_url su
                    LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
                    WHERE (su.domain = '127.0.0.1' OR su.domain_ssl = '127.0.0.1')
                        AND s.active = 1
                        AND s.deleted = 0
                    ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC

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