I am running 7.6.4 and PHP 7.02 - When I go to create a form everything is working till I click on create form and the next page is all blank. It’s doesn’t give me the HTML code to copy it’s blank. Nothing.
Is anyone else experiencing this?
I am running 7.6.4 and PHP 7.02 - When I go to create a form everything is working till I click on create form and the next page is all blank. It’s doesn’t give me the HTML code to copy it’s blank. Nothing.
Is anyone else experiencing this?
A blank screen usually indicates a fatal error in the php code. You probably want to turn on error reporting on your server to see what the problem is.
Just tried to create another form and these are the errors:
[Tue Jul 19 01:40:47 2016] [error] [client 50.167.156.10] SoftException in Application.cpp:261: File “/home/assuredf/public_html/crm/themes/SuiteR/css/colourSelector.php” is writeable by group, referer: http://www.assuredfirst.com/crm/index.php
[Tue Jul 19 01:40:28 2016] [error] [client 50.167.156.10] SoftException in Application.cpp:261: File “/home/assuredf/public_html/crm/themes/SuiteR/css/colourSelector.php” is writeable by group, referer: http://www.assuredfirst.com/crm/index.php?module=Campaigns&action=Popup&mode=undefined&create=undefined&metadata=undefined&field_to_name[]=name
[Tue Jul 19 01:39:56 2016] [error] [client 50.167.156.10] SoftException in Application.cpp:261: File “/home/assuredf/public_html/crm/themes/SuiteR/css/colourSelector.php” is writeable by group, referer: http://www.assuredfirst.com/crm/index.php?module=Campaigns&action=WebToLeadCreation&return_module=Campaigns&return_action=index
[Tue Jul 19 01:39:50 2016] [error] [client 50.167.156.10] SoftException in Application.cpp:261: File “/home/assuredf/public_html/crm/themes/SuiteR/css/colourSelector.php” is writeable by group, referer: http://www.assuredfirst.com/crm/index.php?module=Campaigns&action=index&parentTab=Marketing
[Tue Jul 19 01:39:44 2016] [error] [client 45.33.10.198] File does not exist: /home/assuredf/public_html/crm/cache/themes/SuiteR/default, referer: http://www.assuredfirst.com/crm/index.php?action=Login&module=Users
[Tue Jul 19 01:40:47 2016] [error] [client 50.167.156.10] SoftException in Application.cpp:261: File “/home/assuredf/public_html/crm/themes/SuiteR/css/colourSelector.php” is writeable by group, referer: http://www.assuredfirst.com/crm/index.php
[Tue Jul 19 01:40:28 2016] [error] [client 50.167.156.10] SoftException in Application.cpp:261: File “/home/assuredf/public_html/crm/themes/SuiteR/css/colourSelector.php” is writeable by group, referer: http://www.assuredfirst.com/crm/index.php?module=Campaigns&action=Popup&mode=undefined&create=undefined&metadata=undefined&field_to_name[]=name
[Tue Jul 19 01:39:56 2016] [error] [client 50.167.156.10] SoftException in Application.cpp:261: File “/home/assuredf/public_html/crm/themes/SuiteR/css/colourSelector.php” is writeable by group, referer: http://www.assuredfirst.com/crm/index.php?module=Campaigns&action=WebToLeadCreation&return_module=Campaigns&return_action=index
[Tue Jul 19 01:39:50 2016] [error] [client 50.167.156.10] SoftException in Application.cpp:261: File “/home/assuredf/public_html/crm/themes/SuiteR/css/colourSelector.php” is writeable by group, referer: http://www.assuredfirst.com/crm/index.php?module=Campaigns&action=index&parentTab=Marketing
Any help would be appreciated.
Ok dropped down from PHP 7 to PHP 5.6 and now working fine. Looks like a problem with PHP 7 that needs to be fixed.