• Resolved Scalary

    (@scalary)


    After updating to Version 3.0.8 I get following Error nearly everywhere in my Backend – e.g when I try to add a category or under “WordPress Latest News” at the Dashboard:

    Fatal error: Class 'Symfony\Component\ClassLoader\UniversalClassLoader' not found in /*******/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 7

    PHP Version: PHP Version 5.3.10

    https://www.ads-software.com/extend/plugins/backwpup/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hello,

    – there is no change for that in this version.
    – I check for the existing class and load the class file if not exists. Before i call it.

    Can you try to reinstall the plugin.

    Thread Starter Scalary

    (@scalary)

    I removed it, but when I try to reinstall it I get following error:

    Runterladen des Installationspakets von https://downloads.www.ads-software.com/plugin/backwpup.3.0.8.zip…
    
    Entpacken des Pakets…
    
    Das Plugin wird installiert…
    
    Verzeichnis konnte nicht angelegt werden. /xxxx/wp-content/plugins/backwpup/sdk/Aws_v1/utilities
    
    Die Plugininstallation ist fehlgeschlagen.

    Nearly same problem like here: https://www.ads-software.com/support/topic/problem-with-update-2?replies=1

    Greets

    I am having the exact same error, except mine was a fresh BackWPup installed today on WP 3.5.1. Here are the error messages I am getting.

    Warning: include(/{home path}/wp-content/plugins/backwpup/inc/../sdk/Aws/Symfony/Component/ClassLoader/UniversalClassLoader.php): failed to open stream: No such file or directory in /{home path}/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 6
    
    Warning: include(): Failed opening '/{home path}/wp-content/plugins/backwpup/inc/../sdk/Aws/Symfony/Component/ClassLoader/UniversalClassLoader.php' for inclusion (include_path='.:/usr/lib/php6') in /{home path}/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 6
    
    Fatal error: Class 'Symfony\Component\ClassLoader\UniversalClassLoader' not found in /{home path}/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 7

    I tried uninstall and reinstall, and it did not work. Please help.

    Fixed here by capitalizing the directory

    wp-content/plugins/backwpup/sdk/Aws/symfony

    to

    wp-content/plugins/backwpup/sdk/Aws/Symfony

    Hi @robertomejia read this support thread. I am sure this will fix your issue.

    Kind regards

    Hi! I have it too. When opening a job to edit, the page outputs this:

    Warning: include(/home/tureslr/public_html/wp-content/plugins/backwpup/inc/../sdk/Aws/Symfony/Component/ClassLoader/UniversalClassLoader.php): failed to open stream: No such file or directory in /home/tureslr/public_html/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 6
    
    Warning: include(): Failed opening '/home/tureslr/public_html/wp-content/plugins/backwpup/inc/../sdk/Aws/Symfony/Component/ClassLoader/UniversalClassLoader.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tureslr/public_html/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 6
    
    Fatal error: Class 'Symfony\Component\ClassLoader\UniversalClassLoader' not found in /home/tureslr/public_html/wp-content/plugins/backwpup/inc/class-destination-s3.php on line 7

    I’m testing in two servers with WP 3.5.1: The plugin is working well under PHP 5.2.17 but this error comes up under PHP 5.4.14.
    The error is happening in both individual and multisites environments.

    Fix please.

    Hi, I found a solution:
    https://www.ads-software.com/support/topic/error-after-installing-the-backwpup-update?replies=7

    Rename the backwpup/sdk/Aws/symfony dir to Symfony.

    Hello @marcelo Pedra, please check the link I provided above. It will fix your issue.

    Kind regards

    hehe posted at the same time. Now it’s up to Daniel Huesken to update quickly to fix this. Fortunately it’s nothing too complicated.

    Yes that is correct, it is a simple typo error. I am sure Daniel will add a fix quickly. I have a feeling that this could the update that puts BackWPup back in the good books for many users ??

    Kind regards

    @mbrsolution Thanks a bunch. I did a search before posting, and didn’t find that.

    Caspar

    (@friendlyghost)

    Issue has been fixed, please update to 3.0.10.

    It’s ok now! Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Fatal error: Class 'Symfony\Component\ClassLoader\…’ is closed to new replies.