In case you haven't noticed, the internet isn't going anywhere--or is it? The web is constantly changing and evolving. Is your online presence up to snuff with the times we live in? We can get you there.
We're having a problem when creating new forms in that we cannot add new radio buttons. It seems the Add Option AJAX call is not working.
It's the same for all the options (check boxes, etc). I've also added a template form and edited the States field. This gave me about 50 options that I removed make place for the options I require, but when I saved the form, the changes did not save.
It's also not a plugin conflict as I disabled all the plugins and then tried, but nothing.
I'm running the same plugin (also pro version) on about 4 other sites on the same server and it's not giving any problems.
Please can you determine what the issue might be? We've been forced to use a different form builder and it's terrible!
Thanks.
6:05 pm September 20, 2010
Steph
2
What are the chances you could turn on debug mode and try again? This can be done by adding this to your wp-config.php:
define('WP_DEBUG', true);
Hopefully we can get this worked out quickly for you can bag your substitute form builder
6:08 am September 21, 2010
Uno
3
hey – the debug mode pushes out a whole lot of other text :) what am I looking for?
6:37 am September 21, 2010
Uno
4
in my Wp-config i also have thie:
define('WP_CACHE', true);
which seems a bit odd. Any ideas?
8:06 pm September 21, 2010
Steph
5
Most plugins will output a bunch of stuff when you turn on debug mode. If you can deactivate the others, that will make your job a lot easier. When you click to add an option,the errors/warnings should show up in place of the new option. I'm guessing the formidable warnings would be at the bottom of this list. Look for any warnings that have the word "formidable" in them.
WP_CACHE is unrelated. It is turning on caching for your site.
9:32 am September 22, 2010
Uno
6
Below is what I see. It doesn't really help :( it happens (or doesn't happen) when I click on Add Option.
Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The
home
option is deprecated for the family of
bloginfo()
functions. Use the
url
option instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /usr/www/users/rocksx/wp-includes/functions.php:3321) in/usr/www/users/rocksx/wp-content/plugins/formbuilder/formbuilder.php on line 178
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: Use of undefined constant add_object_page – assumed 'add_object_page' in /usr/www/users/rocksx/wp-content/themes/modularity/functions/admin-interface.php on line 92
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in/usr/www/users/rocksx/wp-includes/functions.php on line 3321
12:34 pm September 22, 2010
Steph
7
Yeah, none of these are outputted by Formidable. Maybe you can send me temporary admin access to support at strategy11.com?