Ron Pang Posted May 17, 2023 Share Posted May 17, 2023 Hi All, I'm currenting using prestaship 1.6.1.24 version but I having save button spinning issue for saving the products. Please help. Errors: ailed to load resource: the server responded with a status of 404 () send @ jquery-1.11.0.min.js:4 ajax @ jquery-1.11.0.min.js:4 n._evalUrl @ jquery-1.11.0.min.js:4 domManip @ jquery-1.11.0.min.js:3 append @ jquery-1.11.0.min.js:3 (anonymous) @ jquery-1.11.0.min.js:3 n.access @ jquery-1.11.0.min.js:3 html @ jquery-1.11.0.min.js:3 success @ products.js:127 j @ jquery-1.11.0.min.js:2 fireWith @ jquery-1.11.0.min.js:2 x @ jquery-1.11.0.min.js:4 b @ jquery-1.11.0.min.js:4 jquery-1.11.0.min.js:2 Uncaught SyntaxError: Unexpected token '<' at eval (<anonymous>) at jquery-1.11.0.min.js:2:2616 at Function.globalEval (jquery-1.11.0.min.js:2:2627) at text script (jquery-1.11.0.min.js:4:26788) at Qc (jquery-1.11.0.min.js:4:18505) at x (jquery-1.11.0.min.js:4:21926) at b (jquery-1.11.0.min.js:4:26298) at Object.send (jquery-1.11.0.min.js:4:26402) at Function.ajax (jquery-1.11.0.min.js:4:21703) at n._evalUrl (jquery-1.11.0.min.js:4:22923) (anonymous) @ jquery-1.11.0.min.js:2 globalEval @ jquery-1.11.0.min.js:2 text script @ jquery-1.11.0.min.js:4 Qc @ jquery-1.11.0.min.js:4 x @ jquery-1.11.0.min.js:4 b @ jquery-1.11.0.min.js:4 send @ jquery-1.11.0.min.js:4 ajax @ jquery-1.11.0.min.js:4 n._evalUrl @ jquery-1.11.0.min.js:4 domManip @ jquery-1.11.0.min.js:3 append @ jquery-1.11.0.min.js:3 (anonymous) @ jquery-1.11.0.min.js:3 n.access @ jquery-1.11.0.min.js:3 html @ jquery-1.11.0.min.js:3 success @ products.js:127 j @ jquery-1.11.0.min.js:2 fireWith @ jquery-1.11.0.min.js:2 x @ jquery-1.11.0.min.js:4 b @ jquery-1.11.0.min.js:4 jquery-1.11.0.min.js:4 Failed to load resource: the server responded with a status of 404 () send @ jquery-1.11.0.min.js:4 ajax @ jquery-1.11.0.min.js:4 n._evalUrl @ jquery-1.11.0.min.js:4 domManip @ jquery-1.11.0.min.js:3 append @ jquery-1.11.0.min.js:3 (anonymous) @ jquery-1.11.0.min.js:3 n.access @ jquery-1.11.0.min.js:3 html @ jquery-1.11.0.min.js:3 success @ products.js:127 j @ jquery-1.11.0.min.js:2 fireWith @ jquery-1.11.0.min.js:2 x @ jquery-1.11.0.min.js:4 b @ jquery-1.11.0.min.js:4 jquery-1.11.0.min.js:2 Uncaught SyntaxError: Unexpected token '<' at eval (<anonymous>) at jquery-1.11.0.min.js:2:2616 at Function.globalEval (jquery-1.11.0.min.js:2:2627) at text script (jquery-1.11.0.min.js:4:26788) at Qc (jquery-1.11.0.min.js:4:18505) at x (jquery-1.11.0.min.js:4:21926) at b (jquery-1.11.0.min.js:4:26298) at Object.send (jquery-1.11.0.min.js:4:26402) at Function.ajax (jquery-1.11.0.min.js:4:21703) at n._evalUrl (jquery-1.11.0.min.js:4:22923) (anonymous) @ jquery-1.11.0.min.js:2 globalEval @ jquery-1.11.0.min.js:2 text script @ jquery-1.11.0.min.js:4 Qc @ jquery-1.11.0.min.js:4 x @ jquery-1.11.0.min.js:4 b @ jquery-1.11.0.min.js:4 send @ jquery-1.11.0.min.js:4 ajax @ jquery-1.11.0.min.js:4 n._evalUrl @ jquery-1.11.0.min.js:4 domManip @ jquery-1.11.0.min.js:3 append @ jquery-1.11.0.min.js:3 (anonymous) @ jquery-1.11.0.min.js:3 n.access @ jquery-1.11.0.min.js:3 html @ jquery-1.11.0.min.js:3 success @ products.js:127 j @ jquery-1.11.0.min.js:2 fireWith @ jquery-1.11.0.min.js:2 x @ jquery-1.11.0.min.js:4 b @ jquery-1.11.0.min.js:4 DevTools failed to load source map: Could not load content for https://www.wiznet.hk/administration/themes/default/css/admin-theme.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE Link to comment Share on other sites More sharing options...
ComGrafPL Posted May 17, 2023 Share Posted May 17, 2023 What's your? PHP version and php_value memory_limit php_value max_execution_time 2 Link to comment Share on other sites More sharing options...
Ron Pang Posted May 17, 2023 Author Share Posted May 17, 2023 Hi, My PHP version is 5.6.21. Actually, I'm new to PS or programming related to PHP or JAVA. Would you mind to let me know where can I get those information? (php_value memory_limit , php_value max_execution_time) Thanks Link to comment Share on other sites More sharing options...
ComGrafPL Posted May 20, 2023 Share Posted May 20, 2023 php.ini or check it on Hosting - cpanel / directadmin php settings. Link to comment Share on other sites More sharing options...
El Patron Posted May 21, 2023 Share Posted May 21, 2023 here is fix from github, most people found it easier to upgrade to later version of ps1.6. This is a very old issue and there area many posts about it, you might want to try google 'prestashop (your issue).. https://github.com/PrestaShop/PrestaShop/pull/6749/commits/73fd8dbed9f413a70f7d04fc4badd48f00ca501a Link to comment Share on other sites More sharing options...
Ron Pang Posted May 23, 2023 Author Share Posted May 23, 2023 ComGrafPL, The memory Limit is 128M The Max execution time is 300 PrestaHeroes USA, Actually, I don't even know how to modify the codes. It seems like I have a long way to fix this issue. Thanks for your information. I will have a look. Ron Link to comment Share on other sites More sharing options...
El Patron Posted May 23, 2023 Share Posted May 23, 2023 8 hours ago, Ron Pang said: ComGrafPL, The memory Limit is 128M The Max execution time is 300 PrestaHeroes USA, Actually, I don't even know how to modify the codes. It seems like I have a long way to fix this issue. Thanks for your information. I will have a look. Ron this is ancient problem, affected many many shops....I recommend posting in job offers, you need someone to rely on to help... Link to comment Share on other sites More sharing options...
Mediacom87 Posted May 23, 2023 Share Posted May 23, 2023 Hi, you seem to be using a PHP version that can be upgraded to version 7.1 for your version of PrestaShop as it is indicated on this official PrestaShop table. I wouldn't be positive that this will fix your problem, but it will allow you to enjoy better performance. You can also go to the Information menu of your store to see if there are any files missing or if you have any overrides to check, also if you have overrides, look in the Performance menu to see if you have left the option to disable overrides to Yes after your last update. 1 Link to comment Share on other sites More sharing options...
Ron Pang Posted May 24, 2023 Author Share Posted May 24, 2023 19 hours ago, PrestaHeroes USA said: this is ancient problem, affected many many shops....I recommend posting in job offers, you need someone to rely on to help... How much does it cost for solving this kind of issue? Link to comment Share on other sites More sharing options...
Ron Pang Posted May 24, 2023 Author Share Posted May 24, 2023 11 hours ago, Mediacom87 said: Hi, you seem to be using a PHP version that can be upgraded to version 7.1 for your version of PrestaShop as it is indicated on this official PrestaShop table. I wouldn't be positive that this will fix your problem, but it will allow you to enjoy better performance. You can also go to the Information menu of your store to see if there are any files missing or if you have any overrides to check, also if you have overrides, look in the Performance menu to see if you have left the option to disable overrides to Yes after your last update. Thank you for your information. I will have a look on it and try. Thanks. 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