sayontan / suffusion

The Suffusion Theme for WordPress
GNU General Public License v3.0
28 stars 18 forks source link

PHP support #36

Closed vriesm closed 1 year ago

vriesm commented 1 year ago

Does suffusion support PHP 8.0 or higher? Currently running it (4.4.9) with 7.4, no problem. But I have to update to at least version 8.0. Tried it, bit no luck.

fastasleep commented 1 year ago

Works fine for me, been using Suffusion on PHP 8 (8.0.26 currently) for many months without problems, on a high traffic site.

Trip69 commented 1 year ago

same here, critical error when running the latest version on php 8 (upgraded to 8 today) tried a fresh install.. no luck

fastasleep commented 1 year ago

Weird, wonder why mine works fine? The server is running LiteSpeed, dunno if that matters?

mbrsolution commented 1 year ago

Hi all, I can confirm that Suffusion works for me in my VPS with the following specs: MySQL 5.7.40, PHP 8.0.26. My WordPress site is running the latest WordPress 6.1.1 and Suffusion version is 4.5.7.

Kind regards.

Trip69 commented 1 year ago

scratch what I said, some upload error crewed my install, suffusion4.5.6.zip on php 8 work fine

vriesm commented 1 year ago

Fixed my issue by updating Suffusion to version 4.5.7. Checked the changes between 4.4.8 and 4.5.7 and noticed some important changes (e.g. class constructors) which are mandatory for PHP 8. Thanks all for the replies.