ghost994
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
hello, thank you for your response, i mentioned that a fresh install of WordPress which faces same issue.
same issue on fresh wp installation
[28-May-2024 00:29:55 UTC] PHP Fatal error: Cannot declare interface enshrined\svgSanitize\data\TagInterface, because the name is already in use in wp-content\plugins\cost-calculator-builder\includes\helpers\sanitizer\data\TagInterface.php on line 10Forum: Plugins
In reply to: [PHP Code Widget] Not compatible with PHP 8check my reply here
https://ww.wp.xz.cn/support/topic/error-details-php-code-widget/#post-14598125Forum: Plugins
In reply to: [PHP Code Widget] Error Details – PHP Code Widgetopen the plugin file “execphp.php”
replaceadd_action('widgets_init', create_function('', 'return register_widget("PHP_Code_Widget");'));with
function php_code_widget_init (){ return register_widget('PHP_Code_Widget'); } add_action('widgets_init', 'php_code_widget_init');- This reply was modified 4 years, 11 months ago by ghost994.
same issue
Viewing 5 replies - 1 through 5 (of 5 total)