Title: ghost994's Replies | WordPress.org

---

# ghost994

  [  ](https://wordpress.org/support/users/ghost994/)

 *   [Profile](https://wordpress.org/support/users/ghost994/)
 *   [Topics Started](https://wordpress.org/support/users/ghost994/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ghost994/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ghost994/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ghost994/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ghost994/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ghost994/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cost Calculator Builder] The extension could not be activated, as it triggered a fatal error.](https://wordpress.org/support/topic/the-extension-could-not-be-activated-as-it-triggered-a-fatal-error/)
 *  [ghost994](https://wordpress.org/support/users/ghost994/)
 * (@ghost994)
 * [2 years ago](https://wordpress.org/support/topic/the-extension-could-not-be-activated-as-it-triggered-a-fatal-error/#post-17785038)
 * hello, thank you for your response, i mentioned that a fresh install of WordPress
   which faces same issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cost Calculator Builder] The extension could not be activated, as it triggered a fatal error.](https://wordpress.org/support/topic/the-extension-could-not-be-activated-as-it-triggered-a-fatal-error/)
 *  [ghost994](https://wordpress.org/support/users/ghost994/)
 * (@ghost994)
 * [2 years ago](https://wordpress.org/support/topic/the-extension-could-not-be-activated-as-it-triggered-a-fatal-error/#post-17784750)
 * 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 10`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code Widget] Not compatible with PHP 8](https://wordpress.org/support/topic/not-compatible-with-php-8/)
 *  [ghost994](https://wordpress.org/support/users/ghost994/)
 * (@ghost994)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/not-compatible-with-php-8/#post-14598129)
 * check my reply here
    [https://wordpress.org/support/topic/error-details-php-code-widget/#post-14598125](https://wordpress.org/support/topic/error-details-php-code-widget/#post-14598125)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code Widget] Error Details – PHP Code Widget](https://wordpress.org/support/topic/error-details-php-code-widget/)
 *  [ghost994](https://wordpress.org/support/users/ghost994/)
 * (@ghost994)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/error-details-php-code-widget/#post-14598125)
 * **open the plugin file “execphp.php”**
    replace
 *     ```
       add_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](https://wordpress.org/support/users/ghost994/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OTP Login With Phone Number, OTP Verification] Firebase is connected but no sms received](https://wordpress.org/support/topic/firebase-is-connected-but-no-sms-received/)
 *  [ghost994](https://wordpress.org/support/users/ghost994/)
 * (@ghost994)
 * [5 years ago](https://wordpress.org/support/topic/firebase-is-connected-but-no-sms-received/#post-14523830)
 * same issue

Viewing 5 replies - 1 through 5 (of 5 total)