Jump to content

[solved] Installing in root folder


Recommended Posts

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

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

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 by Julian81 (see edit history)
Link to comment
Share on other sites

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 by Julian81 (see edit history)
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...