Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading jquery-storageapi and jquery-cookie #1360

Closed
vpietri opened this issue Jun 12, 2015 · 5 comments
Closed

Error loading jquery-storageapi and jquery-cookie #1360

vpietri opened this issue Jun 12, 2015 · 5 comments
Labels
bug report Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update

Comments

@vpietri
Copy link

vpietri commented Jun 12, 2015

Hi,

Magento: 0.74.0-beta12 (Ubuntu: Firefox 31 or Chromium 36)
On each page of the frontend there is two errors from requirejs which cannot load 2 libraries

errorjs

@vortex-mike
Copy link

This seems to be related to/the same issue as #1319

It looks as though parts of the code are expecting jquery-cookies.js and others are looking for jquery.cookies.js... the only way I was able to get it to work was to create 2 files one with "-" and one with "." and now it works just fine and I am not getting an error. This is not an ideal solution. Can the Magento team please take a look at these and make sure the JS files are being called concistently so we aren't getting 404 errors trying to load scripts?

@vpietri
Copy link
Author

vpietri commented Jun 15, 2015

Yep it's a working workaround.

@vpelipenko
Copy link
Contributor

@vpietri, it was fixed in #1378. Could you check it again?

@vpietri
Copy link
Author

vpietri commented Jun 29, 2015

It's fixed, thanks.

@vpietri vpietri closed this as completed Jun 29, 2015
magento-team pushed a commit that referenced this issue Jul 25, 2017
[okapis] MAGETWO-62405: Cannot exclude a category for Cart Price Rule on complex products
@dazimax
Copy link

dazimax commented Nov 1, 2017

You could fix this issue by follow up below steps,

  1. Set deploy mode to production - php magento deploy:mode:set production
    (js and css minification will works with production mode.If you are in developer mode with code minified above issues will show up as I experienced it. Also verify using echo the print_r($_SERVER) in index.php that production mode is set before load the website)

  2. Clear all the caches setup in server
    /etc/init.d/nginx restart
    /etc/init.d/php5.6-fpm restart
    /etc/init.d/varnish restart

  3. Clear the browser cache and view it in incognito mode. That's it!

Cheers!

@magento-engcom-team magento-engcom-team added the Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed label Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update
Projects
None yet
Development

No branches or pull requests

5 participants