Hello. Seeminly out of the blue today our Chronoforms failed. Any page that has a plugin loaded form:
<p>{chronoforms}form_contact{/chronoforms}</p>
...no longer loads - replaced by an onscreen message of "Server Error"
We are up to date with the latest version of the the 1.6 component, plugin, and module. I believe I have looked at all the obvious things - maximum error reporting shows no PHP errors - article is good, menu is good.
I can reproduce on a new menu item linking to a new article with a plugin embedded form.
Do you have any ideas what could be happening?
<p>{chronoforms}form_contact{/chronoforms}</p>
...no longer loads - replaced by an onscreen message of "Server Error"
We are up to date with the latest version of the the 1.6 component, plugin, and module. I believe I have looked at all the obvious things - maximum error reporting shows no PHP errors - article is good, menu is good.
I can reproduce on a new menu item linking to a new article with a plugin embedded form.
Do you have any ideas what could be happening?
Completely uninstalled the component, plugin, and module. Deleted the Chronoforms tables and started fresh. Any attempt to preview or use the plugin to view the form results in:
IE9 "The website cannot display the page"
Chrome: Blank Page
Firefox: Blank Page
We are on Joomla 2.5.8
Please anyone help? Thanks.
IE9 "The website cannot display the page"
Chrome: Blank Page
Firefox: Blank Page
We are on Joomla 2.5.8
Please anyone help? Thanks.
Hi hpinson,
Please set Error Reporting temporarily to Maximum in the Global Configuration and see if you get a meaningful error message on the blank pages. You might also check your server logs.
Hard to diagnose without some kind of a message but may be a problem with a servers security setting.
Bob
PS Please remove the <p> tags around the ChronoForms plug-in code; it is illegal HTML to have <form> tags inside <p> tags and IE sometimes enforces the rules. Using <div> tags is fine.
Please set Error Reporting temporarily to Maximum in the Global Configuration and see if you get a meaningful error message on the blank pages. You might also check your server logs.
Hard to diagnose without some kind of a message but may be a problem with a servers security setting.
Bob
PS Please remove the <p> tags around the ChronoForms plug-in code; it is illegal HTML to have <form> tags inside <p> tags and IE sometimes enforces the rules. Using <div> tags is fine.
This topic is locked and no more replies can be posted.