| :: |
| Author |
Message |
tamilboy
Joined: 18 May 2008 Posts: 5
|
Posted: Sun May 18, 2008 3:31 pm Post subject: SEO Advance mod not working |
|
|
Hi...
I installed Advance SEO URL mod. The URL's won't be cached
Anyone what the problem is?
After I press submit:
thx.. |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14814
|
|
| Back to top |
|
 |
tamilboy
Joined: 18 May 2008 Posts: 5
|
Posted: Tue May 20, 2008 6:59 pm Post subject: Re: SEO Advance mod not working |
|
|
| dcz wrote: | Interesting, the cache seems writable from you image, can you save seo settings (other that forum urls) ?
Try chmoding the phpbb_seo/cache/phpbb_cache.php fiel directly just in case. |
Ya, I can save other settings like turn off and on the mod_rewrite.. I tried chmod, but its still not working  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14814
|
|
| Back to top |
|
 |
tamilboy
Joined: 18 May 2008 Posts: 5
|
Posted: Mon Jun 02, 2008 10:19 am Post subject: Re: SEO Advance mod not working |
|
|
| dcz wrote: | Dumb check, did you hit submit at least once in the forum url management acp page ?
What do you have in phpbb_seo/cache/phpbb_cache.php ? |
Yep, I did...
Inside phpbb_cache.php
| Code: | <?php
/**
* phpBB_SEO Class
* www.phpBB-SEO.com
* @package Advanced phpBB3 SEO mod Rewrite
*/
if (!defined('IN_PHPBB')) {
exit;
}
$this->cache_config['settings'] = array ( 'url_rewrite' => false, 'profile_inj' => true, 'profile_vfolder' => false, 'profile_noids' => true, 'rewrite_usermsg' => false, 'rem_sid' => false, 'rem_hilit' => true, 'rem_small_words' => true, 'virtual_folder' => false, 'virtual_root' => false, 'cache_layer' => true, 'rem_ids' => true, 'copyrights' => array ( 'img' => true, 'txt' => '', 'title' => '', ), );
$this->cache_config['forum'] = array ( );
?> |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14814
|
|
| Back to top |
|
 |
tamilboy
Joined: 18 May 2008 Posts: 5
|
Posted: Mon Jun 02, 2008 10:38 am Post subject: Re: SEO Advance mod not working |
|
|
| dcz wrote: | | Code: | | $this->cache_config['forum'] = array ( ); |
It's indeed empty.
Make sure you are using the last version of the includes/acp/phpbb_seo.php file, I don't see any obvious reason why the mod would fail to write just a part of the cache file. |
Hmm... its the latest version I have.... Do I have to install phpseo before any topics are made? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14814
|
|
| Back to top |
|
 |
tamilboy
Joined: 18 May 2008 Posts: 5
|
Posted: Mon Jun 02, 2008 2:36 pm Post subject: Re: SEO Advance mod not working |
|
|
| dcz wrote: | No.
mm. Strange, can you confirm that you change change a setting like sid removing ?
As well, try to remove the file temporarily, to see if you are then able to save anything. |
It saves the setting...
I tried removing phpbb_cache.php, it just creates a new one when I change setting like sid-removing.. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14814
|
|
| Back to top |
|
 |
|
|