| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
umutgultekin
Joined: 26 Apr 2008 Posts: 3
|
Posted: Sat Apr 26, 2008 8:34 am Post subject: 2 bugs |
|
|
Hi,
After the installation, restoring the db, and playing with the settings, I found out that phpbb's bot identification mechanism is was not working as it should be. It identified search engine bots as registered users. This is the bug #1.
Then I go to ACP and cleaned the cache, resync the stats and post counts. This has solved the problem which I stated above. However this caused phpbb seo button on the ACP to disappear.
Rigth now, I have a SEO premod with a live site but no seo button on the ACP.
I would be glad if anyone can help me. Thanks.
Kind regards,
Umut |
|
|
| Back to top |
|
 |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 795
|
Posted: Sat Apr 26, 2008 1:17 pm Post subject: Re: 2 bugs |
|
|
| Did you run phpbb_seo_install.php? |
_________________ Dan Kehn |
|
| Back to top |
|
 |
umutgultekin
Joined: 26 Apr 2008 Posts: 3
|
Posted: Sat Apr 26, 2008 2:28 pm Post subject: Re: 2 bugs |
|
|
| HB wrote: | | Did you run phpbb_seo_install.php? |
Of course. It was working fine until I click the purge cache and resynch buttons on the home page of ACP. After that, URL rewrite continued to run but the PHPBB Seo Tab was gone. I had to mod the premod edition to make it work again.  |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3128
|
Posted: Mon Apr 28, 2008 9:08 am Post subject: Re: 2 bugs |
|
|
| umutgultekin wrote: |
After the installation, restoring the db, and playing with the settings, I found out that phpbb's bot identification mechanism is was not working as it should be. It identified search engine bots as registered users. This is the bug #1. |
Well bots are registered in phpbb3, but they are not registered users, or am I missing something ?
| umutgultekin wrote: | | However this caused phpbb seo button on the ACP to disappear. |
Hum, isn't that because you restored the db, as mentioned above ?
Fits well with the fact it only disappeared after you cleared the cache, acp module config is cached, and cache is not purged when you restore a db, so old data can stay up until you do it manually.
As HB said, you can run the contrib/phpbb_seo_install.php from the online phpbb_seo/ dir to get it back, if you indeed restored you db, you may as well need to add the index required for the no duplicate mod :
| Code: | | ALTER TABLE `phpbb_topics` ADD INDEX ( `topic_last_post_id` ); |
|
_________________
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |