Simfatic Forms > Help > Troubleshooting > Error while accessing the form processor URL (PHP is not installed)

Simfatic Forms is being discontinued.

See the announcement →

Error while accessing the form processor URL
( PHP is not installed )

Failed installing the form.
<?PHP
require_once("./includes/myform-lib.php");
$formmailobj = new FormMail("myform");
$formmailobj->setFormID("0351ff52-010f-4be1-b99a-678768787987");
$formmailobj->setFormKey("876876876-8987-41b9-b425-2030d5645713");
...
Error while accessing the form processor URL


This error means that you don't have PHP installed on the web server. The PHP code is returned 'as is' without processing.

Solutions

Simfatic Forms processor requires PHP on the webserver. You have to PHP installed/enabled on the webserver.

You need to contact the web hosting provider requesting PHP be enabled.

Back to troubleshooting main page