Updated minimum PHP requirement
1 guest and 0 members have just viewed this.
Control functions:
Important: This website is now read only (except to admins) to comply with the UK Online Safety Act. Composr CMS is in the process of migrating to a new Constitutional governance model and Bazaar development model, with functionality of the old website (constructed by ocProducts Ltd, the prior copyright holder, a UK company) spread between GitLab and the new website (which has no connections to the UK).
Updated minimum PHP requirement
28th November 2020, 12:02 amComposr now requires PHP 5.3+ (but really you should be on PHP 7.3+).
Check the .htaccess file (which may be hidden in your file manager by default).
It could contain an override something like:
Code
AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
Code
#AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
I just helped a user identify this issue.