Error after update phpbb

Discussions about the phpBB3 Forum. How to get the best from this powerful script.
Note that there is no official support for phpBB3 here, a place to share more than to ask for.

Moderator: Moderators

Error after update phpbb

Postby r9skull » Thu Feb 04, 2010 12:50 pm

Hi! I just updated my forum from version 3.05 to 3.06. And when I logged in I have an error:
Code: Select all
Fatal error: Call to a member function meta_filter_txt() on a non-object in /home/red9skull/domains/board.info.pl/public_html/index.php on line 165


What's wrong?

P.S. Sorry for my bad english.
User avatar
r9skull
 
Posts: 1
Joined: Thu Feb 04, 2010 12:46 pm

Advertisement

Re: Error after update phpbb

Postby austin881 » Fri Feb 19, 2010 7:30 pm

You need to change your meta toolkit to the latest code.

OLD
Code: Select all
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - META
//$seo_meta->meta['meta_desc'] = $seo_meta->meta_filter_txt($config['site_desc']);
//$seo_meta->meta['keywords'] = $seo_meta->make_keywords($seo_meta->meta['meta_desc']);
// www.phpBB-SEO.com SEO TOOLKIT END - META


NEW
Code: Select all
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - META
$seo_meta->collect('description', $config['site_desc']);
$seo_meta->collect('keywords', $config['sitename'] . ' ' . $seo_meta->meta['description']);
// www.phpBB-SEO.com SEO TOOLKIT END - META



...and if that helps you, you should consider visiting the chevy truck forums where the models commonly discussed in the community: 1500 Regular Cab GMT800, 1500 Extended Cab, GMC Sierra C3, GMC Sierra Denali, Chevrolet Silverado SS, Silverado/Sierra Parallel Hybrid Truck or PHT, 1500HD, 2500HD, 3500, GMT900
My dev playground: ModernDignity.com
Appreciate my assistance? You can thank me by linking to Chevy Truck Forum or Gas Scooters.
User avatar
austin881
phpBB SEO Team
phpBB SEO Team
 
Posts: 248
Joined: Wed Oct 28, 2009 12:16 am
Location: Boise, Idaho USA


Return to phpBB Forum

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: Xee and 8 guests