You are not logged in.
Pages: 1
Hi all,
First, compliments on this fantastic cms. I really like the way it's setup and the control you are able to have on it.
However, I have a problem with the Form Builder extension, especially the Captcha. When I try to save the keys, I get feedback that it's saved, but it's not.
When I enable full debug inenvironment settings, I get the following Notice:
Notice: Undefined index: recaptcha in /home/xxx/public_html/xxx.ext/extensions/com.fastspot.form-builder/modules/btx-form-builder/settings.php on line 25
Can anybody help me out?
Rgds,
Daniël
Offline
Thanks for the bug report! I've updated the Form Builder extension to 1.0.2 that fixes this issue (the settings entry wasn't included in 1.0.1). 1.0.2 should auto create the missing setting when you hit the settings page (and should also include it when installing it now).
If for some reason the extension updater doesn't work for you (please tell me if that's the case!), I recommend just running this command in MySQL:
INSERT INTO `bigtree_settings` (`id`, `value`, `type`, `options`, `name`, `description`, `locked`, `system`, `encrypted`, `extension`) VALUES ('com.fastspot.form-builder*settings', X'7B0A20202020226163636570745F7061796D656E7473223A2022222C0A2020202022726563617074636861223A207B0A202020202020202022736974655F6B6579223A2022222C0A2020202020202020227365637265745F6B6579223A2022220A202020207D0A7D', '', '', 'Form Builder Settings', '', '', 'on', '', 'com.fastspot.form-builder');
All that X'7B0A stuff is just an empty settings array. You can also just leave the value column empty and when you save the settings it should fix itself.
Offline
Thanks a lot! Extension updater worked like a charm. Captcha working fine now.
Have one more thing I cannot get to work. Galleries don't seem to be saved in the DB and the files folder. Could this be a bug as well?
Thanks a lot for the very quick fix!
Rgds,
Daniel
Offline
Photo Gallery fields in general are misbehaving or is it just a certain instance of a photo gallery?
Thanks!
Offline
Pages: 1