Installation Error
Installation Error
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
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
square bracket syntax is only supported since php 7.1
https://wiki.php.net/rfc/short_list_syntax
https://www.php.net/manual/de/migration ... tructuring
https://wiki.php.net/rfc/short_list_syntax
https://www.php.net/manual/de/migration ... tructuring
Per supporto GRATUITO contattatemi in privato qui
Re: Installation Error
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"
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
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.
Unfortunately the compatibility is not full, but 8.1 will throw errors for sure, as <5.4 will.
Per supporto GRATUITO contattatemi in privato qui
Re: Installation Error
Thanks alfa24.
I have installed PHP 7.3.33
I get New Error
"Certain files does not have adequate permission"
config.php
I have installed PHP 7.3.33
I get New Error
"Certain files does not have adequate permission"
config.php
Re: Installation Error
Chmod It to 755 until installation process ends, than you can chmod it to a safer 640
Per supporto GRATUITO contattatemi in privato qui
Re: Installation Error
It is working.
Thank you alfa24.
Thank you alfa24.