You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back in 2013 we used your plugin to successfully power parts of the following live website: https://www.m2recruitment.co.uk/
In the past week, the website has almost ground to a halt and our clients are wanting us to resolve the issue. First step was to ask our host to help; they came back having identified this plugin as causing the issue. On disabling the plugin, the site throws an error, so can't simply be disabled.
Fatal error: Uncaught Error: Class 'MultiPostThumbnails' not found in /home/mtwortr/public_html/wp-content/themes/m2/index.php:28 Stack trace: #0 /home/mtwortr/public_html/wp-includes/template-loader.php(106): include() #1 /home/mtwortr/public_html/wp-blog-header.php(19): require_once('/home/mtwortr/p...') #2 /home/mtwortr/public_html/index.php(17): require('/home/mtwortr/p...') #3 {main} thrown in /home/mtwortr/public_html/wp-content/themes/m2/index.php on line 28
Could you offer a fix, as I'm guessing we're not the first to report issues (probably in connection with latest updates to WP)?
Many thanks in advance,
SG.
The text was updated successfully, but these errors were encountered:
Hi, I'm not the developer but just thought I'd jump in with a wee bit of help. That error you're seeing is because you've disabled the plugin so now where your theme is trying to make use of the additional thumbnails it is causing an error.
You'd need to either re-enable the plugin to get rid of that error or remove the code in your theme that is trying to use the plugin's functionality.
@rickcurran is correct. Search your theme files for MultiPostThumbnails to see where it is used. It should have a class_exists() check which seems to be missing. See the docs for details on how it should be coded.
Hello voceconnect / Chris Scott,
Back in 2013 we used your plugin to successfully power parts of the following live website:
https://www.m2recruitment.co.uk/
In the past week, the website has almost ground to a halt and our clients are wanting us to resolve the issue. First step was to ask our host to help; they came back having identified this plugin as causing the issue. On disabling the plugin, the site throws an error, so can't simply be disabled.
Fatal error: Uncaught Error: Class 'MultiPostThumbnails' not found in /home/mtwortr/public_html/wp-content/themes/m2/index.php:28 Stack trace: #0 /home/mtwortr/public_html/wp-includes/template-loader.php(106): include() #1 /home/mtwortr/public_html/wp-blog-header.php(19): require_once('/home/mtwortr/p...') #2 /home/mtwortr/public_html/index.php(17): require('/home/mtwortr/p...') #3 {main} thrown in /home/mtwortr/public_html/wp-content/themes/m2/index.php on line 28
Could you offer a fix, as I'm guessing we're not the first to report issues (probably in connection with latest updates to WP)?
Many thanks in advance,
SG.
The text was updated successfully, but these errors were encountered: