# 2.4.0 Panel ERROR

**URL:** https://forum.getkirby.com/t/2-4-0-panel-error/5756
**Category:** Questions
**Tags:** v2
**Created:** [November 13, 2016, 1:54pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756 "2016-11-13T13:54:04Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Teunis](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/teunis/32/3235_2.png) [@Teunis](https://forum.getkirby.com/u/Teunis)
#### Post date: [November 13, 2016, 1:54pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756/1 "2016-11-13T13:54:04Z")

</div>

I’ve moved my site to my html root to put my website live, everything seems to be working without any issues… but my panel stopped working.

```
Whoops \ Exception \ ErrorException (E_CORE_WARNING)
PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php56/root/usr/lib64/php/modules/gmp.so' - /opt/cpanel/ea-php56/root/usr/lib64/php/modules/gmp.so: cannot open shared object file: No such file or directory

```

Any help on this one?

---

<div class="post-metadata">

### Author: ![texnixe](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/texnixe/32/5754_2.png) [@texnixe](https://forum.getkirby.com/u/texnixe)
#### Post date: [November 13, 2016, 4:22pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756/2 "2016-11-13T16:22:53Z")

</div>

This is a server issue, looks like you are trying to load a PHP module that is not installed. Does your php.ini contain a line like this?

```auto
extension=gmp.so

```

If so, please comment it out.

On your live website, you should also disable debug in your config.php.

---

<div class="post-metadata">

### Author: ![Teunis](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/teunis/32/3235_2.png) [@Teunis](https://forum.getkirby.com/u/Teunis)
#### Post date: [November 13, 2016, 6:59pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756/3 "2016-11-13T18:59:44Z")

</div>

But it used to work without any problem before I changed the folder location

/public\_html/cms/panel \>\> perfect!  
/public\_html/panel \>\> no go…

---

<div class="post-metadata">

### Author: ![lukasbestle](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/lukasbestle/32/11437_2.png) [@lukasbestle](https://forum.getkirby.com/u/lukasbestle)
#### Post date: [November 13, 2016, 7:11pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756/4 "2016-11-13T19:11:19Z")

</div>

Does it work again if you move it back?

---

<div class="post-metadata">

### Author: ![Teunis](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/teunis/32/3235_2.png) [@Teunis](https://forum.getkirby.com/u/Teunis)
#### Post date: [November 13, 2016, 7:12pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756/5 "2016-11-13T19:12:26Z")

</div>

I’ve moved it back… still a no-go.  
You can see the error right here :

[https://www.teunis.be/panel/](https://www.teunis.be/panel/) (debug mode)

[https://www.teunis.be/cms/panel/](https://www.teunis.be/cms/panel/) (debug off, clean panel copy as test, same issue)

Everything else just works.

---

<div class="post-metadata">

### Author: ![lukasbestle](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/lukasbestle/32/11437_2.png) [@lukasbestle](https://forum.getkirby.com/u/lukasbestle)
#### Post date: [November 13, 2016, 7:21pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756/6 "2016-11-13T19:21:49Z")

</div>

Then the folder location change can’t be the issue. Please contact your hosting provider, maybe they have changed something in the setup.

---

<div class="post-metadata">

### Author: ![Teunis](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/teunis/32/3235_2.png) [@Teunis](https://forum.getkirby.com/u/Teunis)
#### Post date: [November 13, 2016, 7:21pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756/7 "2016-11-13T19:21:56Z")

</div>

I’ve made a local copy on my xampp server, and it works without any issues. Must be something that changed on the hosting. Just contacted the support and hope to get an answer soon.

---

<div class="post-metadata">

### Author: ![distantnative](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/distantnative/32/11319_2.png) [@distantnative](https://forum.getkirby.com/u/distantnative)
#### Post date: [February 6, 2025, 4:54pm UTC](https://forum.getkirby.com/t/2-4-0-panel-error/5756/8 "2025-02-06T16:54:46Z")

</div>


