• Hello,
    I have a blog http://hotspotbulgaria.com/.
    Since yesterday I receive Fatal error: Call to undefined function define() in /home/hotspotb/public_html/index.php on line 14

    I think the problem is in a plugin for mobile theme. I cant access admin panel to remove the plugin, so I delete it through ftp connection.

    Unfortunately there was no effect. Index.php file is:

    <?php
    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require('./wp-blog-header.php');

    So line 14 is define(‘WP_USE_THEMES’, true);

    Even worse is that the last backup is from 1 2 months ago. Is there any possibility to bring back the web page to normal state?

Viewing 1 replies (of 1 total)
  • Thread Starter MadAxeman84

    (@madaxeman84)

    Hello,
    I successfully remove this error. I sorry for the topic.
    Anyway, I uploaded the plugin again through FTP and I was able to access admin panel. After that turn off the plugin and remove it.

    Now the problem is with the mobile theme, but I will find a way to fix it.

    And once again sorry for the useless topic

Viewing 1 replies (of 1 total)

The topic ‘Fatal error’ is closed to new replies.