kawa78 Posted April 6, 2015 Share Posted April 6, 2015 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 More sharing options...
NemoPS Posted April 7, 2015 Share Posted April 7, 2015 Sounds like a javascript issue. Can you open up the debug console (f12 on chrome) and see if it has any error? Link to comment Share on other sites More sharing options...
kawa78 Posted April 7, 2015 Author Share Posted April 7, 2015 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 . .2015-04-07_11h27_59.pdf Link to comment Share on other sites More sharing options...
kawa78 Posted April 7, 2015 Author Share Posted April 7, 2015 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 More sharing options...
kawa78 Posted April 7, 2015 Author Share Posted April 7, 2015 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 definedgamification_bt.js:1 Uncaught ReferenceError: $ is not definedjquery.ui.datepicker-fr.js:5 Uncaught ReferenceError: jQuery is not definedadmin.js:696 Uncaught ReferenceError: $ is not definedtools.js:605 Uncaught ReferenceError: $ is not definedjquery-ui-timepicker-addon.js:1325 Uncaught ReferenceError: jQuery is not definedbootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQueryhttp://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 definednotifications.js:1 Uncaught ReferenceError: $ is not defineddashactivity.js:110 Uncaught ReferenceError: $ is not defineddashtrends.js:81 Uncaught ReferenceError: $ is not defineddashgoals.js:163 Uncaught ReferenceError: $ is not definedonboarding.js:26 Uncaught ReferenceError: $ is not definedadmin-dashboard.js:292 Uncaught ReferenceError: $ is not defineddate-range-picker.js:602 Uncaught TypeError: Cannot read property 'fn' of undefinedcalendar.js:287 Uncaught ReferenceError: $ is not definedindex.php:214 Uncaught ReferenceError: $ is not definedhttp://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 definedadmin.js:225 Uncaught ReferenceError: $ is not defined2http://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 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