Hi i have a problem and its a bit urgent .... 🙄
after submission i get a blank page,,,, by the way data are inserting to new chronoforms table and to users of joomla,,,,
what i m doing wrong ?? do u see any wrong settings here ?
also another minor problem is on the code the drop down list i have cant select with mouse only with keyboard up and down...
but my major problem is the blank page after submission..
please some help!
thank you in advance,
Did u try put a debugger and show stopper before actions on submit action?
Hi,
thank you for your reply i did as u said please some help find attached files
putting the debug info and show stopper before db read... i have this debug info,,,, correctly is inserting to mysql tables,,,
but the blank page if i remove these 2 is appearing again...
Array
(
[4] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `thess_chronoforms_registration` (`username`, `email`, `password`, `vpassword`, `name`, `dropdown9`, `textarea10`, `text11`, `text12`, `text13`, `text14`, `name2`, `surname`, `telephone`, `button6`, `user_id`, `created`) values ('dcdcd', 'dc03kks@yahoo.gr', '123456', '123456', 'fddec', 'Περιβάλλον', '<p>dcdccdc dcdcc dcdcdcc dcdcdc cdccd</p>', '', '', '', '', 'dcdc', 'dcdc', '698777', 'Εγγραφή', '0', '2014-07-09 12:47:59');
)
)
)
)
did u try put sql command in phpmyadmin?
i m sorry but cant understand what u mean... my problem is not on the phpmyadmin or not inserting data...
my problem is that i get a blank page after submission .... in the front..... the phpmyadmin i believe its not relevant....
thank you
Hi bob, this Faq in second point links to not existing page
Hi homeopat,
Thank you, I fixed the broken link.
Bob
Hello
I am a new user and have the same issue.
I have two forms on the same page, doing the same basic thing - user inputs his name, email address, captcha and submits - which leads to an email being sent to user with info requested.
One form works OK but the other doesn't - on submit the screen goes white, but an email is sent to admin which is correct.
I have checked the set up of both forms and they are the same as far as I can tell.
I have used the debugger and this doesn't indicate an issue.
I have also changed the error settings in Global config.
Any ideas that a non techie can look at?
Thanks
Hi bigDAVE,
If the page goes white - with no template or anything else visible then I would expect the problem to be a PHP Error of some kind. Setting the site Error Reporting temporarily to the highest possible level should show you an error message of some kind. If not then you may find one in the server logs.
Bob