Jump to content

Prevádzky


WEBDVL

Recommended Posts

Jedna se o chybu, ktera vznikla v PrestaShopu ve verzi 1.4.1. V dusledku teto chyby se do stranky nepridavaji zadne externi JavaScripty. Resenim je otevrit soubor classes/tools.php, najit radek obsahuji:

// check if js files exists
if (!file_exists($file_uri))
unset($js_uri[$key]);


a zakomentovat ty dva posl. radky, tedy takto:

// check if js files exists
// if (!file_exists($file_uri))
// unset($js_uri[$key]);

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