Forums

Frontend blank?

FWishbringer 26 Jan, 2012
J1.7, installed, created a form, saved it, all fields looked good, went to check in front end, and I get a blank page.

Tried updating to J2.5 with 2 line patch, and it still didn't fix it, still blank.

Flipped on Maximum debug, nothing related to Chronoforms in output other than sql queries. Flipped it a step futher to development, and this is all I got...


Strict Standards: Only variables should be assigned by reference in /path/components/com_chronoforms/chronoforms.html.php on line 13

Strict Standards: Declaration of CFChronoForm::get() should be compatible with that of JObject::get() in /path/components/com_chronoforms/libraries/chronoform.php on line 312

Strict Standards: Declaration of CFChronoForm::set() should be compatible with that of JObject::set() in /path/components/com_chronoforms/libraries/chronoform.php on line 312

Strict Standards: Non-static method CFChronoForm::getInstance() should not be called statically in /path/components/com_chronoforms/chronoforms.php on line 39

Strict Standards: Only variables should be assigned by reference in /path/components/com_chronoforms/libraries/chronoform.php on line 50

Strict Standards: Only variables should be assigned by reference in /path/components/com_chronoforms/libraries/chronoform.php on line 63

Strict Standards: Only variables should be assigned by reference in /path/components/com_chronoforms/libraries/chronoform.php on line 64

Strict Standards: Only variables should be assigned by reference in /path/components/com_chronoforms/libraries/chronoform.php on line 257

Strict Standards: Only variables should be assigned by reference in /path/components/com_chronoforms/libraries/chronoform.php on line 258

Strict Standards: Non-static method HTML_ChronoForms::processView() should not be called statically in /path/components/com_chronoforms/chronoforms.php on line 61


Ideas?
GreyHead 26 Jan, 2012
Hi FWishbringer,

When you say that you see a blank page is it completely blank or is the template there but no form?

If it's the latter you probably need to drag a Show HTML action into the On Load event of your form. Please see the video 'A First Form' at http://youtube.com/greyheadnet

Bob
FWishbringer 28 Jan, 2012
Ah, the little things. Its working, sorry about the newbie problem. Thanks for the quick fix.
This topic is locked and no more replies can be posted.