Fatal error: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/imagick.so' - libMagickWand.so.2: cannot open shared object file: No such file or directory
I'm on a shared host and don't have access to the php.ini file. Is there any way around this?
--
You received this message because you are subscribed to a topic in the Google Groups "Fat-Free Framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/f3-framework/kDxqyRbRq9k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to f3-framework...@googlegroups.com.
To post to this group, send email to f3-fra...@googlegroups.com.
Visit this group at https://groups.google.com/group/f3-framework.
For more options, visit https://groups.google.com/d/optout.
I'm on a shared host and don't have access to the php.ini file. Is there any way around this?
you can try to disable the check for startup error. the error (server misconfiguration) still happens, but the error is not shown anymore:
see this example:
https://github.com/bcosca/fatfree-core/pull/125
this is still in the dev-branch so fetch the 3.5.2-dev from here https://github.com/bcosca/fatfree-core/archive/master.zip
Am Donnerstag, 26. Mai 2016 19:15:59 UTC+2 schrieb Omotayo Odupitan:
I'm on a shared host and don't have access to the php.ini file. Is there any way around this?
On May 26, 2016 6:06 PM, "mariondorsett via Fat-Free Framework" <f3-framework+APn2wQfxKx1vJt1riLB...@googlegroups.com> wrote:The problem is that the imagick.so is not where PHP expects it to be.--If you resolve the path in your php.ini file to use the correct path, the error will go away.
On Thursday, May 26, 2016 at 12:36:27 PM UTC-4, Omotayo Odupitan wrote:Hi,I get this error on my shared hosting.Fatal error: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/imagick.so' - libMagickWand.so.2: cannot open shared object file: No such file or directory
Please assist.
You received this message because you are subscribed to a topic in the Google Groups "Fat-Free Framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/f3-framework/kDxqyRbRq9k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to f3-framework...@googlegroups.com.
To post to this group, send email to f3-fra...@googlegroups.com.
Visit this group at https://groups.google.com/group/f3-framework.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Fat-Free Framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/f3-framework/kDxqyRbRq9k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to f3-framework...@googlegroups.com.
To post to this group, send email to f3-fra...@googlegroups.com.
Visit this group at https://groups.google.com/group/f3-framework.
For more options, visit https://groups.google.com/d/optout.