What is this error and how do I solve it?
PermalinkNo clue can anyone help?
[start code]
[dba]
;dba.default_handler=
; Local Variables:
; tab-width: 4
; End:
zend_loader.disable_licensing=0
extension=imagick.so
zend_extension=/usr/php/53/usr/lib64/php/modules/ioncube_loader_lin.so
zend_extension=/usr/php/53/usr/lib64/php/modules/ixed.lin
zend_extension=/usr/php/53/usr/lib64/php/modules/ZendGuardLoader.so
[end code]
The issue I am having is that I can not access the dashboard of my site. I have tried everything else the forum has suggested and hired TWO other individuals who were unable to solve the problem. This is my last resort and the only error I see so Im hoping this is the culprit lol!
Are you sure that the php.ini file posted is the actual php.ini file being used by the site. To find out, create and upload file called 'phpinfo.php' containing only this line of code:
<?php phpinfo(); ?>
Hit 'www.yoursite.com/phpinfo.php' with your browser and see what php.ini file is actually in use. Look for 'Loaded Configuration File'. Some hosts don't let you change the PHP settings.
you can test with php script, add it in phpinfo.php above, so it not include you c5 site, just to make sure imagick is run properly
it seems as if the php.ini was trying to load imagemagick while it's not installed on the server.
What piece of code or add-on do you have that would require imagemagick?
Did you get the content of your php.ini from somewhere else and copied it?
You should check if your host actually provides imagemagick, if not, this piece of code in php.ini is not needed
Then you should check whether you nee it or not.
I'm no Apache expert on running multiple 'domains'. If they're just in subdirectores off your root such as 'www.yoursite.com/site1', 'www.yoursite.com/site2', etc., then they will all be using the same php.ini (I think)
Here it is. Im a little lost on how to find whats going on based on this.
Try removing this line from your php.ini
extension=imagick.so
It might not be needed by your site but I think this is a job for your host to figure out.
is your Imagick library load in your hosting php.ini?