Hey,
Figured I'd ask here as well, as maybe someone had a similar problem.
I have transferred couple accounts yesterday. The transfer went without any errors or warnings, but after checking out whether the sites are working properly, some of them are not. There are a lot of script-related errors. It worked just fine on the other server. One of the "fixes", which isn't really a fix, was simply to hide the error reporting. It's not a fix that satisfies me.
An other fix was to turn on output buffering option in php.ini, but that didn't help either.
The php versions are the same, the sites in question use joomla or wordpress.
Sample of an error:
Strict Standards: Only variables should be assigned by reference in /home/dozymetr/public_html/plugins/content/mgthumbnails/mgthumbnails.php on line 256
I tried the various solutions on the net, but to no avail.
Any idea what might be the problem?
Figured I'd ask here as well, as maybe someone had a similar problem.
I have transferred couple accounts yesterday. The transfer went without any errors or warnings, but after checking out whether the sites are working properly, some of them are not. There are a lot of script-related errors. It worked just fine on the other server. One of the "fixes", which isn't really a fix, was simply to hide the error reporting. It's not a fix that satisfies me.
An other fix was to turn on output buffering option in php.ini, but that didn't help either.
The php versions are the same, the sites in question use joomla or wordpress.
Sample of an error:
Strict Standards: Only variables should be assigned by reference in /home/dozymetr/public_html/plugins/content/mgthumbnails/mgthumbnails.php on line 256
I tried the various solutions on the net, but to no avail.
Any idea what might be the problem?