CMS MADE SIMPLE FORGE

CGBetterForms

 

[#11965] Forms don't open

avatar
Created By: Gregor de Graaf (gregor)
Date Submitted: Mon Feb 04 06:28:20 -0500 2019

Assigned To: Robert Campbell (calguy1000)
Version: 1.9.1
CMSMS Version: 2.2.9.1
Severity: Critical
Resolution: Works For Me
State: Closed
Summary:
Forms don't open
Detailed Description:
CGBetterforms does show an overview of the available forms, however when trying
to open a form, the screen gets blank and the module doesn't respond. Version
1.9 works without any noticeable problems.


History

Comments
avatar
Date: 2019-02-04 13:04
Posted By: Matt Hornsby (DIGI3) (DIGI3)

Verified, error is:

PHP Parse error:  syntax error, unexpected 'echo' (T_ECHO) in
/path/modules/CGBetterForms/action.admin_edit_form.php on line 247
      
avatar
Date: 2019-02-04 13:08
Posted By: Matt Hornsby (DIGI3) (DIGI3)

To fix, edit 'action.admin_edit_form.php'

change line 246 from:
            $form_guid = $this->store_form( $form );de
to
            $form_guid = $this->store_form( $form );

(remove 'de')
      
avatar
Date: 2019-03-15 11:50
Posted By: Gregor de Graaf (gregor)

Sincs it's still open, has this been fixed in version 1.9.2?
      
avatar
Date: 2019-03-15 11:51
Posted By: Gregor de Graaf (gregor)

Sincs = Since
      
avatar
Date: 2019-04-06 08:06
Posted By: Robert Campbell (calguy1000)

Just tested, works fine here
      
avatar
Date: 2019-04-17 16:34
Posted By: Robert Campbell (calguy1000)

duplicate report
      
Updates

Updated: 2019-04-17 16:34
state: Open => Closed

Updated: 2019-04-06 08:06
resolution_id: 5 => 11

Updated: 2019-03-15 11:50
resolution_id: => 5