Hi
I’ve been using Post Views Counter plugin for a month now and it had been working properly until this morning when my site had more visitors than usual, it ran into “508 resource limit is reached”. WordPress sent an alarm email to me saying that this was caused by this plugin and here is the error log:
Uncaught Error: Class ‘Post_Views_Counter_Cron’ not found in /home/****/public_html/wp-content/plugins/post-views-counter/post-views-counter.php:127
Stack trace:
#0 /home/****/public_html/wp-content/plugins/post-views-counter/post-views-counter.php(634): Post_Views_Counter::instance()
#1 /home/****/public_html/wp-content/plugins/post-views-counter/post-views-counter.php(639): Post_Views_Counter()
#2 /home/****/public_html/wp-settings.php(377): include_once(‘/home/****/…’)
#3 /home/****/public_html/wp-config.php(94): require_once(‘/home/****/…’)
#4 /home/****/public_html/wp-load.php(37): require_once(‘/home/****/…’)
#5 /home/****/public_html/wp-admin/admin.php(34): require_once(‘/home/****/…’)
#6 /home/****/public_html/wp-admin/index.php(10): require_once(‘/home/****/…’)
#7 {main}
thrown
I checked in the log and found there were many error with Class NOOP_translation not found in the file /wp-includes/l10n.php.
So I don’t really know which error is causing the other error. If anyone has encountered this, please help me.
Thanks