Conversation
supportHi ! I get an error when i try to activate the plugin: Fatal error: Can’t use function return value in write context in ***/wp-content/plugins/cc-syntax-highlight/class-plugin.php on line 105 It seems related to this: http://stackoverflow.com/questions/1532693/weird-php-error-cant-use-function-return-value-in-write-context (second answer)
Hi gabgren, I’m guessing you are using not supported ( https://wordpress.org/about/requirements/ ) by WordPress version <= 5.5.0 of PHP interpreter where expressions in PHP empty() functions were not supported ( http://php.net/manual/en/function.empty.php#refsect1-function.empty-changelog )? Best Regards Piotr Niewiadomski This reply was modified 9 years, 4 months ago by Clearcode .
Hi gabgren, I’m guessing you are using not supported ( https://wordpress.org/about/requirements/ ) by WordPress version <= 5.5.0 of PHP interpreter where expressions in PHP empty() functions were not supported ( http://php.net/manual/en/function.empty.php#refsect1-function.empty-changelog )? Best Regards Piotr Niewiadomski This reply was modified 9 years, 4 months ago by Clearcode .