Julian81 Posted July 12, 2013 Share Posted July 12, 2013 Hey, I'm trying to install a new prestashop 1.5.4 to my servers root folder. Installation is going well but the front office image slider isn't working and a lot of stuff in the back office isn't working, for example: - green save buttons don't work, but save grey input buttons work properly. Look like some sort of problem with Jquery. When i try to install the package to a subdirectory (for example /prestashop/) everything is working fine. Any ideas? Link to comment Share on other sites More sharing options...
vekia Posted July 12, 2013 Share Posted July 12, 2013 hello, i've got several questions: 1) what ps version you're trying to install? 1.5.4 or 1.5.4.1 ? 2) you're installing it from official installation package or maybe you use some pre-installer like scriptaculous? check also the preferences > seo & urls tab in your back office, what you've got in the base_uri field? Link to comment Share on other sites More sharing options...
Julian81 Posted July 13, 2013 Author Share Posted July 13, 2013 (edited) Hi Vekia, I'm trying to install the official 1.5.4.1 package. As a test i have setup a xampp on my local machine and here it works. So i guess it has something to do with my apache/php version/settings on my server. the base uri field is / Edited July 13, 2013 by Julian81 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 13, 2013 Share Posted July 13, 2013 when you're trying to test the root installation - please turn on browser console (in chrome ctrl+shit+J) if any error appears there - please paste it here Link to comment Share on other sites More sharing options...
Julian81 Posted July 13, 2013 Author Share Posted July 13, 2013 (edited) Guess i found the problem, no fix yet. in Chrome BO index page it loads with a lot of 404 missing errors: GET http://..../js/admin.js 404 (Not Found) ..../admin1/:54 GET http://..../js/toggle.js 404 (Not Found) ..../admin1/:54 GET http://..../js/tools.js 404 (Not Found) ..../admin1/:54 GET http://..../js/ajax.js 404 (Not Found) ..../admin1/:54 GET http://..../js/toolbar.js 404 (Not Found) ..../admin1/:55 GET http://..../js/notif...otifications.js 404 (Not Found) ..../admin1/:56 GET http://..../js/helpAccess.js 404 (Not Found) But the directory is there and the files also. But when i look in the source page i see this: <script type="text/javascript" src="/admin1/../admin1/../js/jquery/ui/jquery.ui.core.min.js"></script> <script type="text/javascript" src="/admin1/../admin1/../js/jquery/ui/jquery.ui.widget.min.js"></script> <script type="text/javascript" src="/admin1/../admin1/../js/jquery/ui/jquery.ui.progressbar.min.js"></script> <script type="text/javascript" src="/admin1/../modules/gamification/views/js/gamification.js"></script> <script type="text/javascript" src="/admin1/../admin1/../js/jquery/plugins/fancybox/jquery.fancybox.js"></script> <script type="text/javascript" src="/admin1/../admin1/../js/jquery/plugins/cluetip/jquery.cluetip.js"></script> <script type="text/javascript" src="/admin1/../admin1/../js/jquery/plugins/jquery.hoverIntent.js"></script> <script type="text/javascript" src="/admin1/../admin1/../js/jquery/plugins/jquery.scrollTo.js"></script> <script type="text/javascript" src="/admin1/../admin1/../js/jquery/plugins/alerts/jquery.alerts.js"></script> <script type="text/javascript" src="/admin1/../admin1/../js/jquery/plugins/chosen/jquery.chosen.js"></script> Edited July 13, 2013 by Julian81 (see edit history) Link to comment Share on other sites More sharing options...
Julian81 Posted July 13, 2013 Author Share Posted July 13, 2013 SOLVED! Was my mistake, there was an old alias /js to awstats in my httpd.conf, thats why the js wasn't accessible! Sorry, thanx for the help! Link to comment Share on other sites More sharing options...
vekia Posted July 13, 2013 Share Posted July 13, 2013 thanks for informations that problem is solved im glad that it works for you well now im going to mark thread as [solved] regards 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