Help! I can't add any add-ons to my site
Permalink
I have been trying to add some add-ons to my site, but I keep getting this same MySQL error. The package appears in the list of installed functionality, but I am unable to add to my pages.
Here's the error, mysql error: [1048: Column 'btDisplayOrder' cannot be null] in EXECUTE("INSERT INTO BlockTypes(btID,btHandle,btName,btDescription,btActiveWhenAdded,btCopyWhenPropagate,btIncludeAll,btIsInternal,btInterfaceWidth,btInterfaceHeight,pkgID,btDisplayOrder) VALUES (NULL,'tony_popup','Popup','Display file/image info & attributes',1,0,0,0,'500','350','13',NULL)")
Hope you can help
Here's the error, mysql error: [1048: Column 'btDisplayOrder' cannot be null] in EXECUTE("INSERT INTO BlockTypes(btID,btHandle,btName,btDescription,btActiveWhenAdded,btCopyWhenPropagate,btIncludeAll,btIsInternal,btInterfaceWidth,btInterfaceHeight,pkgID,btDisplayOrder) VALUES (NULL,'tony_popup','Popup','Display file/image info & attributes',1,0,0,0,'500','350','13',NULL)")
Hope you can help
Hi brandonair
Yes could previously add add-ons no probs
Yes could previously add add-ons no probs
Hey! Did you figure out your issue? Reason why I ask is cuz I'm having the same issues.
Same here. I've added addons ok before now, but can't now. Have recently upgraded to 5.6.0.2 if that might of had an impact?
If not, I'd suggest you ensure your MySQL User has the appropriate permissions to INSERT, SELECT, UPDATE, DELETE, CREATE, DROP, ALTER your MySQL database.