Page 1 of 1

wordpress install error 412

Posted: Fri Jun 05, 2020 12:14 pm
by unltdsoul
I've installed WordPress and nuBuilder plugin, but, when i try to run Setup - and either try to save any changes, or even if i don't change anything and hit SAVE it gives me ERROR 412,
any ideas what i need to look for? These are running on a hosted live account (not locally on xampp). Wordpress seems fine, and i would see the settingss and builder dashboards for nubuilder, haven't tried to do anything further as I felt i should get settings set first.

Re: wordpress install error 412

Posted: Fri Jun 05, 2020 12:28 pm
by kev1n
Just a wild guess: mod_security might be blocking:
https://www.shamusyoung.com/twentysided ... ment-27084

BTW: I'm not sure if the wordpress plugin is still being maintained (because there has been no update & no support on the wp site.)

Re: wordpress install error 412

Posted: Fri Jun 05, 2020 4:24 pm
by unltdsoul
Thanks, Kevin I haven't tried the fix yet, but, how to find out if the wordpress plugin is going to be kept current?
I don't want to build the app based on something that is no longer being maintained and winds up breaking in the future or i run into a bug that will never be fixed.

The thing is, I tried to install nuBuilder on our hosting account, its a shared hosting account - but i've had it for over 12 years and never had a problem, nuBuilder wouldn't install on it. mysql gave a 1227 error, not having sufficient access when it tried to setup the database. The SQL line was trying to install an Algorithm. The host provider tech support told me that shared hosting accounts don't have permission to run SQL algorithms, that i would need at least a KVM. Those are more expensive. And, all i see support for from nuBuilder is to install the code on Bluehost.com. Like i said, i've been with the same host provider for long time, and until i build something with nuBuilder i'm not even sure it is the way i want to go, so i'm not going to change hosts, or pay for kvm at this point. I may just wind up manually coding in php and javascript... I was just trying to save a little time.

Re: wordpress install error 412

Posted: Fri Jun 05, 2020 4:34 pm
by kev1n
As for the SQL, it is safe to remove all occurrences of the string
ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER
from the sql-file. It is not required.
unltdsoul wrote: how to find out if the wordpress plugin is going to be kept current?
I don't want to build the app based on something that is no longer being maintained and winds up breaking in the future or i run into a bug that will never be fixed.
Only the developer (Steven) can answer this question.

Would the stand-alone version also come into question or must it be the Wordpress plugin?

Re: wordpress install error 412

Posted: Fri Jun 05, 2020 5:00 pm
by unltdsoul
kevein, again thanks.
No, i have no desire to use wordpress, and would rather run nuBuilder without it. Will try it later this evening without the sql algorithm line... see if it works.

I did try to do the fix given in the link for wordpress and getting around the 412 error, it didn't work because the hosting account didn't allow modifying mod_security...

Re: wordpress install error 412

Posted: Fri Jun 05, 2020 5:09 pm
by kev1n
You'll find a more detailed install instruction here:

https://github.com/smalos/nuBuilder4-Co ... -nuBuilder

Actually you do not need to import the SQL (even though the nuBuilder wiki states it), nuBuilder imports it automatically the first time. Therefore, you do not need to modify the nuBuilder.sql file.

Re: wordpress install error 412

Posted: Sat Jun 06, 2020 11:36 pm
by admin
unltdsoul,

Sorry but I don't have the resources to maintain the nuBuilder WordPress plugin.

Steven