MyBB Community Forums

Full Version: Forum Cleaner for 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2017-03-08, 10:48 AM)hkkp Wrote: [ -> ]Error in the mybb 1.8.10

PHP Fatal error:  Call to undefined method Page::get_alt_bg() in /www/htdocs/xxxe/inc/plugins/forumcleaner.php on line 993

Help?
get_alt_bg isn't longer a function of class_page.php


Please replace in inc/plugins/forumcleaner.php
$table->construct_row(array('class' => $page->get_alt_bg()));

With
$table->construct_row();
Thank you, works apparently.
<error>
	<dateline>1536842052</dateline>
	<script>inc/plugins/forumcleaner.php</script>
	<line>1320</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>count(): Parameter must be an array or an object that implements Countable</message>
</error>

How can I solve this? many thanks for the help.
push it...
push it...
push it
push it...
help please. thx
push it...
I pushed a fix for your issue over at GitHub.
https://github.com/Sama34/Asmile--Forum-...r/issues/3
Pages: 1 2