Page 1 of 1

Installation Error

Posted: Sun Sep 18, 2022 8:53 am
by kafco
Hi Team,

We are Company Member.
Downloaded Latest version (3.2.1) but gives error when running.

" Parse error: syntax error, unexpected '=' in C:\xampp\htdocs\formalms\index.php on line 83"
I am using Xampp v3.2.2

Regards,
Raj

Re: Installation Error

Posted: Sun Sep 18, 2022 10:22 am
by alfa24
Php version?

Re: Installation Error

Posted: Sun Sep 18, 2022 10:26 am
by alfa24

Re: Installation Error

Posted: Sun Sep 18, 2022 4:53 pm
by kafco
Thanks alfa24.

Sorry my PHP was old 5.6.28
Now upgraded to 8.1.6

I get new Error now "Warning: Undefined global variable $where_templates_relative in C:\xampplatest\htdocs\formalms\lib\lib.get.php on line 319"

Re: Installation Error

Posted: Sun Sep 18, 2022 5:02 pm
by alfa24
Developers says php should be <= 7.3 (that is obsolete)
Unfortunately the compatibility is not full, but 8.1 will throw errors for sure, as <5.4 will.

Re: Installation Error

Posted: Tue Sep 20, 2022 6:01 am
by kafco
Thanks alfa24.

I have installed PHP 7.3.33
I get New Error
"Certain files does not have adequate permission"
config.php

Re: Installation Error

Posted: Tue Sep 20, 2022 7:02 am
by alfa24
Chmod It to 755 until installation process ends, than you can chmod it to a safer 640

Re: Installation Error

Posted: Sun Oct 02, 2022 9:24 am
by kafco
It is working.
Thank you alfa24.