Block Editing Error..

[quote]

Oops, something went wrong (error). Please try again

[/quote]

Is a AJAX error. The 'error' indicates that it's a general error when trying to read or write an AJAX request (it would say 'parse error' if there was a PHP error on the server side.



Since this is a general error, one would have to trace through all the ajax javascript to identify which conditions send 'error' as the argument to the ajax:error() function. You might try using firebug's javascript debugger to identify where the error is coming from and then go from there.



What kind of block are you trying to add something to, and what is 'something'. Being more specific might help.

[quote name='tbirnseth' timestamp='1338441162' post='137727']

Is a AJAX error. The 'error' indicates that it's a general error when trying to read or write an AJAX request (it would say 'parse error' if there was a PHP error on the server side.



Since this is a general error, one would have to trace through all the ajax javascript to identify which conditions send 'error' as the argument to the ajax:error() function. You might try using firebug's javascript debugger to identify where the error is coming from and then go from there.



What kind of block are you trying to add something to, and what is 'something'. Being more specific might help.

[/quote]



I have a category's block on the home page that I want set up as manual and when I try to add the category's to it I get the error…



I also have a header banner block and when I try to add what banner I want in it I get the same error…



It seems to be failing in the /js/picker.js

Same problem here. Activated the debugger and it fails in picker.js when I try to add a banner in blocks banner or a product in featured product block.

I get the same thing. Any block I set up as manual gives me the error [color=#ff0000]Oops, something went wrong (error)[/color]

Interesting… I submitted a ticket with CS-Cart… We'll see what they say…

OK… Finally resolved the problem… After lots of reading on this forum I discovered that mod_security was enabled on the server… Disabled it and everything works fine now…

Thank you everyone for your input…

I do not think my server company will Disabled it. Are there things I can request they turn off.

[quote name=‘arnoldsinko’ timestamp=‘1338681552’ post=‘137930’]

I do not think my server company will Disabled it. Are there things I can request they turn off.

[/quote]



Here is some reading…

Thank you CarStickersDecals My problem is solved :grin:



I asked my hosting provider to add exclusions for my domain for rule ID’s:



950904

950006

959007

950904

950906

960032

[quote name=‘arnoldsinko’ timestamp=‘1338858833’ post=‘138038’]

Thank you CarStickersDecals My problem is solved :grin:



I asked my hosting provider to add exclusions for my domain for rule ID’s:



950904

950006

959007

950904

950906

960032

[/quote]



No problem… It all trial and error for us… I guess thats how we all learn anyway…

Glad to here your up and running…