vmarkovic Posted September 9, 2014 Share Posted September 9, 2014 (edited) Hi guys,I am having issues with my 1.6.0.9 PS install, when I make change in product and hit Save or Save and Stay - I get a blank page with [an error occurred while processing this directive] message. My hosting provider yesterday installed SSL certificate and I noticed issue after this.I turned on debuging and I see following: My site: http://hejkupi.me As always any help is very appreciated and needed...Regards,Vedran Edited September 16, 2014 by vmarkovic (see edit history) Link to comment Share on other sites More sharing options...
nutxlago Posted September 9, 2014 Share Posted September 9, 2014 It seems problem is caused by Modernizr loader, which is not PS native. Have you tried to get help on Modernizr web/forums? Link to comment Share on other sites More sharing options...
vmarkovic Posted September 9, 2014 Author Share Posted September 9, 2014 No I didnt, yet. I dont know what to search for... Link to comment Share on other sites More sharing options...
vmarkovic Posted September 9, 2014 Author Share Posted September 9, 2014 I just set following in config/defines.inc.php: @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); and got following in console: Link to comment Share on other sites More sharing options...
vmarkovic Posted September 10, 2014 Author Share Posted September 10, 2014 OK, part of the issue is gone. Hosting company has made some changes when installing SSL cert. But now I can only make changes as soon as I am not making changes in product features. If I hit Save and Stay or Save buttons on product features tab, it redirects me to Catalog>Products but without any change saved. Also when I open my product in BO, Save buttons are "loading" for some time before they appear, like in screenshot below.Any ideas?Regads, Vedran Link to comment Share on other sites More sharing options...
nutxlago Posted September 10, 2014 Share Posted September 10, 2014 Perhaps this answer does not help you. But, as far as I can see, Modernizr.load function is not recognized (still anonymous function) and it seems this fact is causing a warning in js console. Related or not I cannot tell you, but your jquery.js is then causing Apache 500 internal server error . So what I would try to do first of all: - Search the forum for info about how to register a non-native function in Prestashop. (if nothing found, open a new thread with that title) - If problem persists, replace js/jquery folder with a fresh copy I have not deep js and how to register functions knowledge to help you better, just trying as you get no anwser for so long. 1 Link to comment Share on other sites More sharing options...
vmarkovic Posted September 16, 2014 Author Share Posted September 16, 2014 Hi man,Sorry for late reply, I did managed to (let say) solve the issue with help from Gregory Roussac on Prestashop Forge.It was duo to hosting options, I had to disable suhosin for it to start working.See ticket here: http://forge.prestashop.com/browse/PSCSX-3324Thanks for your help.Regards,Vedran Link to comment Share on other sites More sharing options...
nutxlago Posted September 16, 2014 Share Posted September 16, 2014 Thanks for keeping us updated! I am glad you have solved the problem. Link to comment Share on other sites More sharing options...
Recommended Posts