• Resolved Hugo Candeias

    (@hfcandeias)


    Hi there,

    When I try to activate option-tree I always get this error:

    Warning: require_once(functions/functions.load.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/4/d365562902/htdocs/wordpress/wp-content/plugins/option-tree/index.php on line 25

    Fatal error: require_once() [function.require]: Failed opening required ‘functions/functions.load.php’ (include_path=’.:/usr/lib/php5′) in /homepages/4/d365562902/htdocs/wordpress/wp-content/plugins/option-tree/index.php on line 25

    Someone can help me? I tried 1&1 and godaddy databases both PHP5 and I get this error over and over.

    Thanks in advance. Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Derek Herman

    (@valendesigns)

    You host is not correctly including the files. You may need to update the path with one of WordPress’s build in constants.

    Plugin Author Derek Herman

    (@valendesigns)

    I’ll see about adding in the absolute path to the next version.

    Thread Starter Hugo Candeias

    (@hfcandeias)

    Hi Derek,

    Thx for your support.
    Not sure if I understand what shall I do. Can you be specific? I appreciate ??

    I am using 1&1 hosting. Thx a lot. cheere

    Thread Starter Hugo Candeias

    (@hfcandeias)

    Hi Derek,

    Just looked into optiontree original files and those wp imported into server and you’re right! loads of files have not been uploaded via WP lol.. works nows.. thx for your feedback ??

    Plugin Author Derek Herman

    (@valendesigns)

    Just change the paths to be absolute instead of relative, like so:

    require_once(OT_PLUGIN_DIR.’/functions/functions.load.php’);
    require_once(OT_PLUGIN_DIR.’/classes/class.admin.php’);

    You may need to change the paths in the functions.load.php file, as well.

    Plugin Author Derek Herman

    (@valendesigns)

    Not a problem, glad it wasn’t my fault lol.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘FATAL ERROR on activation!’ is closed to new replies.