# Fata Error After Update

**URL:** https://forum.mautic.org/t/fata-error-after-update/4891
**Category:** Product Support
**Created:** [August 14, 2016, 5:54pm UTC](https://forum.mautic.org/t/fata-error-after-update/4891 "2016-08-14T17:54:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![DerekBuntin](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/derekbuntin/32/90_2.png) [@DerekBuntin](https://forum.mautic.org/u/DerekBuntin)
#### Post date: [August 14, 2016, 5:54pm UTC](https://forum.mautic.org/t/fata-error-after-update/4891/1 "2016-08-14T17:54:29Z")

</div>

I’m pretty sure my installations have been failing because the default PHP version was 5.4x, so I’ve changed this so that the default is 5.6.24, so I can now see the following error, which I assume is down to the failed installation.

Code:

Fatal error: Class 'DebrilRssAtomBundleDebrilRssAtomBundle' not found in /xxxxxxx/app/AppKernel.php on line 156

  
How can I get this going?  
  
Thanks  
Derek

---

<div class="post-metadata">

### Author: ![DerekBuntin](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/derekbuntin/32/90_2.png) [@DerekBuntin](https://forum.mautic.org/u/DerekBuntin)
#### Post date: [August 14, 2016, 5:54pm UTC](https://forum.mautic.org/t/fata-error-after-update/4891/2 "2016-08-14T17:54:29Z")

</div>

I’m pretty sure my installations have been failing because the default PHP version was 5.4x, so I’ve changed this so that the default is 5.6.24, so I can now see the following error, which I assume is down to the failed installation.

```auto
Fatal error: Class 'DebrilRssAtomBundleDebrilRssAtomBundle' not found in /xxxxxxx/app/AppKernel.php on line 156
```

How can I get this going?

Thanks  
Derek

---

<div class="post-metadata">

### Author: ![Gustavo](https://avatars.discourse-cdn.com/v4/letter/g/a9adbd/32.png) [@Gustavo](https://forum.mautic.org/u/Gustavo)
#### Post date: [August 14, 2016, 6:17pm UTC](https://forum.mautic.org/t/fata-error-after-update/4891/3 "2016-08-14T18:17:46Z")

</div>

Have you deleted the cache and try? If you are using cpanel, when you changed the version try to use the default selections, just take note on what you have activated

I use this selections… hope it helps…

![](http://support.gemba.tech/WHMCS.pictures/php-5.6-modules.JPG)

---

<div class="post-metadata">

### Author: ![DerekBuntin](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/derekbuntin/32/90_2.png) [@DerekBuntin](https://forum.mautic.org/u/DerekBuntin)
#### Post date: [August 14, 2016, 6:37pm UTC](https://forum.mautic.org/t/fata-error-after-update/4891/4 "2016-08-14T18:37:35Z")

</div>

I removed everything in the cache folder but the same issue arose, so I followed the documentation here: [http://johnlinhart.com/blog/uh-oh-mautic-upgrade-was-not-successful](http://johnlinhart.com/blog/uh-oh-mautic-upgrade-was-not-successful), and done a manual upgrade essentially backing up the folder, uploading a new install and copying over the local.php file, I then cleared the cache folder again on the new file set and it’s now loading fine.

Thanks for the response 🙂
