Mobile app version of vmapp.org
Login or Join
Frith620

: Sessions suddenly not working in PHP, and error log contains a lot of junk now So I was developing my PHP application, right? And then all of a sudden, my sessions wont work anymore! So I

@Frith620

Posted in: #Error #Php #Session

So I was developing my PHP application, right? And then all of a sudden, my sessions wont work anymore! So I checked my error log, and here is what it told me (a few times)


PHP Startup: Unable to load dynamic
library
'/usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so'
- /usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so:
cannot open shared object file: No
such file or directory in Unknown


Whats going on? I have a regular webhost with access to cPanel. This just happend all of a sudden, and I have no clue of what to do. Help appreciated. :)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Frith620

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah324

Looks like the Imagemagick PHP extension is either uninstalled, corrupted, or moved to a new location. I would send a support ticket to your host with that error message attached and see what they have to say about it. They may have upgraded the PHP installation or the Imagemagick extension and not informed users that it moved.

I'm unsure hwy that is affecting your sessions but it's possible that it causing the rest of the php.ini not to load and thus affecting sessions. It also may be symptomatic of a botched PHP install.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme