Forums

Errors in Manage > Sabre page (2 posts)

  1. punstress
    Member
    Posted 1 year ago #

    I downloaded Sabre and followed the directions to install it. I activated it then went to the Manage > Sabre page and got a whole bunch of errors (I deleted the beginning of the path):

    Warning: include_once((deleted)/blog/PLUGINDIR/sabre/sabre_css.php) [function.include-once]: failed to open stream: No such file or directory in (deleted)/wp-content/plugins/sabre/sabre_misc.php on line 205

    Warning: include_once() [function.include]: Failed opening '(deleted)/blog/PLUGINDIR/sabre/sabre_css.php' for inclusion (include_path='.:/usr/local/php5-fcgi/lib/php') in (deleted)/wp-content/plugins/sabre/sabre_misc.php on line 205

    Warning: require_once((deleted)/blog/PLUGINDIR/sabre/sabre_admin.php) [function.require-once]: failed to open stream: No such file or directory in (deleted)/wp-content/plugins/sabre/sabre.php on line 36

    Fatal error: require_once() [function.require]: Failed opening required (deleted)/blog/PLUGINDIR/sabre/sabre_admin.php' (include_path='.:/usr/local/php5-fcgi/lib/php') in (deleted)/wp-content/plugins/sabre/sabre.php on line 36

  2. dlo
    Member
    Posted 1 year ago #

    For some strange reason, the PLUGINDIR constant seems to be undefined when the Sabre code is running.

    This is very unusual as the PLUGINDIR constant is normally set in the wp-settings.php file which is run during the initialization phase of WordPress.

    Just check if you can find the following line in the wp-settings.php :

    if ( !defined('PLUGINDIR') )
    	define('PLUGINDIR', 'wp-content/plugins'); // no leading slash, no trailing slash

    Regards

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags