timmyraynor Posted July 9, 2013 Share Posted July 9, 2013 I try to install newest version of prestashop. After the installation, I found that my back office turn out to be every elements showing out and overlaps with each other (like the attachement shows). I do not have php_gd2.dll, will this be the problem? any one could help me please? Link to comment Share on other sites More sharing options...
scorpionsworld Posted July 9, 2013 Share Posted July 9, 2013 I try to install newest version of prestashop. After the installation, I found that my back office turn out to be every elements showing out and overlaps with each other (like the attachement shows). I do not have php_gd2.dll, will this be the problem? any one could help me please? No, php_gd2 is only used for image creation. This looks more like a javascript/JQuery/ajax problem. Javascript/Jqeury gets stuck at some point before horizontal menu in BO is collapsed.Try development tools like Firebug or Chrome console to check if there are any errors/loggings Link to comment Share on other sites More sharing options...
timmyraynor Posted July 9, 2013 Author Share Posted July 9, 2013 No, php_gd2 is only used for image creation. This looks more like a javascript/JQuery/ajax problem. Javascript/Jqeury gets stuck at some point before horizontal menu in BO is collapsed. Try development tools like Firebug or Chrome console to check if there are any errors/loggings Yes! But the problem is when I use Chrome console I saw error messages like this GET http://localhost/prestashop/js/jquery/plugins/autocomplete/jquery.autocomplete.css 403 (Forbidden) index.php:40 GET http://localhost/prestashop/js/jquery/jquery-1.7.2.min.js 403 (Forbidden) index.php:49 GET http://localhost/prestashop/js/tools.js 403 (Forbidden) index.php:49 GET http://localhost/prestashop/js/jquery/plugins/autocomplete/jquery.autocomplete.js 403 (Forbidden) index.php:49 GET http://localhost/prestashop/js/jquery/plugins/jquery.easing.js 403 (Forbidden) index.php:49 Uncaught ReferenceError: $ is not defined ajax-cart.js:662 Uncaught ReferenceError: $ is not defined treeManagement.js:27 Uncaught ReferenceError: $ is not defined favoriteproducts.js:1 Uncaught ReferenceError: jQuery is not definedHo I try to use chmod 777 to the js folder, but it still not working... Link to comment Share on other sites More sharing options...
vekia Posted July 9, 2013 Share Posted July 9, 2013 please fix your post above, its hard to read it Link to comment Share on other sites More sharing options...
scorpionsworld Posted July 9, 2013 Share Posted July 9, 2013 Yes! But the problem is when I use Chrome console I saw error messages like this [sNIP CODE] I try to use chmod 777 to the js folder, but it still not working... On what kind of system are you running this localhost server? Link to comment Share on other sites More sharing options...
timmyraynor Posted July 10, 2013 Author Share Posted July 10, 2013 [/indent] On what kind of system are you running this localhost server? I am running it on mac os the errors I display ahead is just the chrome console output saying that those js files in the js folder do not have access. Is it because the apache set up missing some configuration? Link to comment Share on other sites More sharing options...
scorpionsworld Posted July 10, 2013 Share Posted July 10, 2013 I am running it on mac os the errors I display ahead is just the chrome console output saying that those js files in the js folder do not have access. Is it because the apache set up missing some configuration? Could be DIRECTORY directive missing an 'Order allow, deny' Link to comment Share on other sites More sharing options...
vekia Posted July 10, 2013 Share Posted July 10, 2013 it looks like permission issue, make sure that directories (files) mentioned in the error code have got correct permissions. (chmod or DIRECTORY directive as scorpionsworld suggested above) Link to comment Share on other sites More sharing options...
timmyraynor Posted July 14, 2013 Author Share Posted July 14, 2013 Thanks everyone, it turns out that the .htaccess file in the js and css folder stop the browser to retrieve the needed jquery files, after I remove them, everything is fine now. 1 Link to comment Share on other sites More sharing options...
vekia Posted July 14, 2013 Share Posted July 14, 2013 thanks for information and of course for your solution - im convinced that it will be really helpfull for other merchants now i can mark thread as [solved] regads Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now