Technical Error: Details: Error Thrown: [Object Object] Text Status: Parsererror in Prestashop - prestashop

I have an error when I put more than 12 or so ranges to my carriers. I have one carrier with 10 ranges and it works just fine. The problem comes when I try to put more ranges. I tryied to delete the carrier and start over but it keeps showing the same error again and again.
I don't know if someone has found the solution for this problem or knows anything that could help.
My version of Prestashop is 1.7.7.5
Thank you so much!

Related

getting "Fatal Error" when any function is call by $cart in Prestashop 1.7

I'm facing an issue, where I'm getting 'Fatal error' after adding product.
When I call any cart method, it leads to fatal error.
PS: 1.7.8.2
https://beta.claap.io/sendinblue/fatal-error-c-3YfMIiN6mG-AL7OcMGtoJMg
As you can see from the error StackTrace , issue is caused by the "sendinblue" module, that executes some code in the "actionCartSave" hook.
Try disabling the module in first place to see if problem goes away,
then you need to check the module code (maybe there's an updated version?) to see where/when the fatal error arises.

How to resolve SFErrorDomain Code=1 error

I am trying to making a blocker for Mac,I have follow these steps(link)
and then using this code
[SFContentBlockerManager reloadContentBlockerWithIdentifier:APP_EXTENSION_NAME completionHandler:^(NSError * _Nullable error) {
NSLog(#"%#",error);
}];
It's print
Error Domain=SFErrorDomain Code=1 "(null)"
I done googling and found that means of this error is
"noExtensionFound error."
But I am not getting any solution for How to resolve this error.
I solved this error, what a silly mistake.
This error is coming because in new Xcode Content Blocker Extension comes with a different option next to safari extension option, and I chooses safari extension, and I am trying to make Content Blocker.So that's why "noExtensionFound error" is coming.
Another potential issue is that you may have ticked the "Embed App Extensions" -> Copy Only when installing within the Build Phases
So make sure you keep that unticked in order for it to work

Error report on FBSDKLoginButton

I have the following error and I have no idea where it's coming from.
I really need help.
Thank you.Click here to see
Problem solved.
If like me you encounter this type of problem it could be due to a language change in your settings (localization) or your main storyboard.
What I did is I put back everything to default, did a Product > Clean, and deleted the app and reinstalled it.

IE9 defineGetter Error Terraformer.js

I have an MVC4 application I am working on and each time I try and run it in IE9 I get an error saying:
SCRIPT438: Object doesn't support property or method 'defineGetter'
terraformer.js, line 1007 character 5
this is the line of code getting the error:
this.__defineGetter__("bbox", function(){
return calculateBounds(this);
});
}
i am trying to create a new incident from a properties dialog box but it will not let me continue. it works fine in crome. i dont know why it keeps going to this terraformer.js file too. i am really new to all this coding so any help or advice will be greatly appreciated. someone told me i can try to update the terraformer file but im not sure how to do that. i really hope someone can help me move forward with this issue.
thank you in advance.
i just needed to update the terraformer code from github with an updated version. doing this fixed the problem and now i get no errors.

Advanced Custom Fields plugin - potential bug?

Good day,
Does anyone know the solution to the following problem?
I have recently set up the Advanced Custom Fields plugin with a custom post template and have been using Gravity Forms to submit post data. Everything seemed to be working fine on a number of posts. However, I went to update a post through the post editor screen and when I clicked on 'update' or 'preview' I got the following error:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/uswfeoab/public_html/wp-content/plugins/advanced-custom-fields/core/fields/_functions.php on line 396
This was repeated 8 times before the following error code:
Warning: Cannot modify header information - headers already sent by (output started at /home/uswfeoab/public_html/wp-content/plugins/advanced-custom-fields/core/fields/_functions.php:396) in /home/uswfeoab/public_html/wp-includes/pluggable.php on line 876
I have had a good look at the forums and the ACF website but can't find any troubleshooting for errors relating to the _functions.php file. For reference the line of code on line 396 is $field = array_merge($defaults, $field);
Unfortunately this is way beyond my PHP skills. Any suggestions would be greatly appreciated!
Phew!
The author of Advanced Custom Fields issued and update to Version 4.1.2 today. This has resolved the problem.
Panic over!