• Resolved lsommerdal

    (@lsommerdal)


    I had to move my installation from a free webserver to a hosted, payable server.

    Moving all files, the database and setting up configuration wasn’t a problem and most is virtually working.

    But I get some errors like:
    tion.strpos]: Empty needle in …./public_html/wp-content/plugins/smart-slider-3/nextend/wordpress/libraries/filesystem/filesystem.php on line 18

    and

    Warning: Cannot modify header information – headers already sent by (output started at …../public_html/wp-content/plugins/smart-slider-3/nextend/wordpress/libraries/filesystem/filesystem.php:18) in /var/www/avedorelejren.dk/public_html/wp-content/plugins/smart-slider-3/nextend/library/libraries/mvc/controllers/backend.php on line 8

    Other problems including Cannot modify header information … has been seen

    Any idea on how to solve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    It sounds like some files in the Smart Slider plugin may be been corrupted during the move.

    Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/plugins/ and delete the entire /smart-slider-3/ directory.

    Then, you should be able to access your Dashboard and install the plugin again from Plugins > Add New.

    If the same problem appears again, repeat the steps above (without reinstalling it of course), and report the issue at https://ww.wp.xz.cn/support/plugin/smart-slider-3 so the plugin’s developers and support community can help you with this.

    Thread Starter lsommerdal

    (@lsommerdal)

    It showed up that I should change the upload path in Settings as it was pointing to an absolute path

    /users/u00444333/public_html…….

    which should be changed to

    /var/www/<site-name>/public_html….

    All errors are gone now

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

The topic ‘Errors moving wp from one host to another’ is closed to new replies.