Author |
Message |
scljolt
Joined: 17 May 2006 Posts: 1
|
Posted: Wed May 17, 2006 5:16 am Post subject: Dynamically loaded extentions aren't enabled message |
|
|
When I try installing ioncube on my server, I get this error:
Quote: | Warning: dl(): Dynamically loaded extentions aren't enabled in /home/journal/public_html/ioncube/ioncube-loader-helper.php on line 407 |
first: What are dynamically loaded extentions?
second: How do I enable them?
BTW here is my servers PHP info
http://journalmedia.net/phpinfo.php
Thanks,
Dave |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Wed May 17, 2006 9:53 am Post subject: |
|
|
This means that the dl() function that is used to install the Loader at runtime from user space is disabled in the server configuration. This can be changed with a custom php.ini file if using pure CGI mode, but if not (and your server isn't) then just contact the hosting provider to either enable dl() for your account or to install the Loader and they should be able to do that for you. _________________ Community Admin |
|
Back to top |
|
 |
|