Hello
Yesterday we found an error in the topic, which the plugin aq_resizer-2x.php calls.
Here is what our hosting provider wrote:
When going to the /blog page there are still intermittent 500s being caused by the theme, the following is the Fatal Error the theme is throwing when going to it:
PHP Fatal error: Cannot redeclare sf_aq_resize() (previously declared in /nas/content/live/site1/wp-content/themes/cardinal/includes/plugins/aq_resizer-2x.php:2) in /nas/content/live/site1/wp-content/themes/cardinal/includes/plugins/aq_resizer-2x.php on line 211
The line seems to be a simple syntax error, but I would have the theme developer or your developer take a look at line 211, here is what I found:
);
}
return $image;
}
?>
Because of this error, the main page of the blog with the entries is not always loaded completely, and the pages of the records are loaded without content (there is no header and text of the entry), although other elements similar articles and footer are displayed on the page.
I ask to help in solving this problem.
Thanks in advance.