Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Requested JSON parse failed.

Post Reply
hans
Posts: 9
Joined: Fri Feb 28, 2014 7:05 pm

Requested JSON parse failed.

Unread post by hans »

Hi,

I've given nuBuilder a new try by installing it on a hosted server.

Solved a few problems concerning: <?php ....require_once_... ?>
and in .htaccess php_flag magic_quotes_gpc off

Created a few empty database tables with a primairy key.

and then I tried the Form Wizard.
Selected a few field. Pressed the create button and then the error: Requested JSON parse failed. popped up.

This was the reason why I uninstalled nuBuilder a couple of months ago. Still doesn't work.

Any suggestions?
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Requested JSON parse failed.

Unread post by massiws »

hans,
I have installed nuBuilderPro on different servers and never got this error.
Does this post give you a possible answer?

Max
hans
Posts: 9
Joined: Fri Feb 28, 2014 7:05 pm

Re: Requested JSON parse failed.

Unread post by hans »

Hi Max,

I've checked the PHP version. It's PHP Version 5.3.28
I'll check with my hosting provider about upgrading to 5.5

Hans.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Requested JSON parse failed.

Unread post by massiws »

Hans, make sure you don't have foreign key constraints in the DB.
bughuntr
Posts: 1
Joined: Fri May 02, 2014 2:03 pm

Re: Requested JSON parse failed.

Unread post by bughuntr »

Max,

I'm getting this same error on my system (mySQL 5.1.56, PHP 5.3.27), but I'm not sure how I find, check, or change the "foreign key constraints" in the DB.

Thanks in advance for any advice!
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Requested JSON parse failed.

Unread post by massiws »

bughuntr wrote:I'm not sure how I find, check, or change the "foreign key constraints" in the DB.
Here an example: http://lists.mysql.com/mysql/220801
Post Reply