Quantcast
Channel: Problems Moving to New Server
Viewing all articles
Browse latest Browse all 84

Re: Problems Moving to New Server

$
0
0
if it would be only the image part I'd have an idea but as you say this is for all files are hit its getting tricky. You might try the change below anyway.

For completeness if someone else is reading this thread, newer php versions have phased out dl which is used in the image api. you might need to comment out the following code in include/api/image.php (commented already in this example)
Language: PHP
/* if (($method === NULL || $method == ';imagick';) && !extension_loaded(';imagick';)) { @dl(';imagick.so';); } */

Viewing all articles
Browse latest Browse all 84

Trending Articles