Jump to content

can't see submenus on admin panel


Recommended Posts

I have installed PS 1.6.0.11 and cannot see the submenus in the admin panel. E.G, when the mouse is on "Preferences", no list of submenus appears. I have made tests with Chrome, Firefox and IE and it is still the same. Has any body an explanation (or a work around) ?

 

Thanks in advance for your help

Link to comment
Share on other sites

seems that the generic problem I'm facing (wrong links with "http" inserted) is the main reason :

 


.

XMLHttpRequest cannot load http://www.joomla.orghttp//www.joomla.org/installation/index.php. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.joomla.org' is therefore not allowed access.

 

To explain the context : Joomla and over 100 other sites are integrated in an internet simulator made for training where there is no internet connexion.

 

For all of the sites, there is a "virtualhots" in Apache as this one for Joomla

 

<VirtualHost *:80>
   DocumentRoot "c:/xampp/htdocs/....../Joomla/"
   ServerName www.joomla.org
</VirtualHost>

 

Thus, to address the Joomla main page, we type www.joomla.org. If I click on the "administrator" in the menu, I get "www.joomla.orghttp/administrator". If I delete the "http", I get the admin page in witch all the internal links are ok but the "visualize" link on the top right of the page give "www.joomla.orghttp"

 

I have been struggling with this issue (that I solved with Prestahop with specific values in the ps_shop_url table) and couldn't find in witch table or file the solution might be.

 

Regards


.
Link to comment
Share on other sites

Oops ! Sorry ! I have mixed up with a Joomla issue !

 

I think I'll reinstall PS and come back here if I'm facing problem again (fyi, I have moved Prestashop from the C: root into my sites directory and it seem that it might be an explanation.

 

Regards.

Link to comment
Share on other sites

I'm back :

 

Here is the content of Chrome debug console (after I have changed the content of the ps_shop_url into a / after the domain and and domain ssl + blank in the physical uri :

 

Failed to load resource: the server responded with a status of 404 (Not Found)
http://fonts.googleapis.com/css?family=Open+Sans:300,400,700 Failed to load resource: the server responded with a status of 404 (Not Found)
http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
jquery-migrate-1.2.1.min.js:2 Uncaught ReferenceError: jQuery is not defined
gamification_bt.js:1 Uncaught ReferenceError: $ is not defined
jquery.ui.datepicker-fr.js:5 Uncaught ReferenceError: jQuery is not defined
admin.js:696 Uncaught ReferenceError: $ is not defined
tools.js:605 Uncaught ReferenceError: $ is not defined
jquery-ui-timepicker-addon.js:1325 Uncaught ReferenceError: jQuery is not defined
bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery
http://profile.prestashop.com/postmaster%40assoclip.org.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.prestashop.org/admin427i9blu4/img/prestashop-avatar.png Failed to load resource: the server responded with a status of 403 (Forbidden)
help.js:25 Uncaught ReferenceError: $ is not defined
notifications.js:1 Uncaught ReferenceError: $ is not defined
dashactivity.js:110 Uncaught ReferenceError: $ is not defined
dashtrends.js:81 Uncaught ReferenceError: $ is not defined
dashgoals.js:163 Uncaught ReferenceError: $ is not defined
onboarding.js:26 Uncaught ReferenceError: $ is not defined
admin-dashboard.js:292 Uncaught ReferenceError: $ is not defined
date-range-picker.js:602 Uncaught TypeError: Cannot read property 'fn' of undefined
calendar.js:287 Uncaught ReferenceError: $ is not defined
index.php:214 Uncaught ReferenceError: $ is not defined
http://profile.prestashop.com/postmaster%40assoclip.org.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.prestashop.org/admin427i9blu4/img/prestashop-avatar.png Failed to load resource: the server responded with a status of 403 (Forbidden)
admin.js:225 Uncaught ReferenceError: $ is not defined
/admin427i9blu4/themes/default/js/admin-theme.js:104 Uncaught ReferenceError: $ is not defined
admin.js:225 Uncaught ReferenceError: $ is not defined
2http://api.prestashop.com/version/check_version.php?v=1.6.0.11&lang=fr&autoupgrade=0&hosted_mode=0 Failed to load resource: the server responded with a status of 404 (Not Found)
http://fonts.googleapis.com/css?family=Ubuntu+Condensed Failed to load resource: the server responded with a status of 404 (Not Found)
http://fonts.googleapis.com/css?family=Open+Sans:300,400,700 Failed to load resource: the server responded with a status of 404 (Not Found)

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