• Resolved Debugger

    (@retrobeatcom)


    Hello,
    i’m trying to move one of my websites to localhost for testing purposes.

    Currently the website is on debian
    and my local setup is:
    XAMPP running on windows.

    When i move my files and db to localhost, im getting errors for almost every installed plugin:

    example error:

    Warning: require_once(C:\xampp\htdocs\djc\wp-content\plugins\bulk-delete//include/base/users/class-bd-user-meta-box-module.php): failed to open stream: No such file or directory in C:\xampp\htdocs\djc\wp-content\plugins\bulk-delete\bulk-delete.php on line 213
    
    Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\djc\wp-content\plugins\bulk-delete//include/base/users/class-bd-user-meta-box-module.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\djc\wp-content\plugins\bulk-delete\bulk-delete.php on line 213

    and 213 line is:
    require_once self::$PLUGIN_DIR . '/include/base/users/class-bd-user-meta-box-module.php';

    If i remove the plugin, the next one is having identical error…

    Any suggestions?
    Thanks in advance!

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

The topic ‘WP from production server to localhost’ is closed to new replies.