| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
swenis
Joined: 25 Nov 2007 Posts: 3
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Sun Nov 25, 2007 3:13 pm Post subject: Re: not allow admin CP |
|
|
It could be because of your phpBB config.
You need to set the exact domain used in ACP, eg example.com or -www.example.com or subdomain.example.com depending on how your forum is installed.
You'll as well need the proper path (from root) to be set up there, as well as the proper cookie domain (.example.com in all cases, with the dot ".").
Did this occured as soon as you installed the mod ? Or where you able to set up some options before it ?
In case you've activate dthe virtual root option, you need to replace :
| Code: | if ( ($this->seo_opt['virtual_folder'] || $this->seo_opt['virtual_root'] || ( $this->seo_ext['forum'] == '/' ) ) && in_array($this->seo_opt['req_file'], $this->seo_opt['file_hbase'])) {
$this->seo_opt['seo_base_href'] = '<base href="' . $this->seo_path['phpbb_url'] . '">';
} |
with :
| Code: | if ( ($this->seo_opt['virtual_folder'] || $this->seo_opt['virtual_root'] || ( $this->seo_ext['forum'] == '/' ) ) && in_array($this->seo_opt['req_file'], $this->seo_opt['file_hbase']) && !defined('ADMIN_START')) {
$this->seo_opt['seo_base_href'] = '<base href="' . $this->seo_path['phpbb_url'] . '" />';
} |
Being a quick fix for this known bug.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
swenis
Joined: 25 Nov 2007 Posts: 3
|
Posted: Sun Nov 25, 2007 4:41 pm Post subject: Re: not allow admin CP |
|
|
| what file? |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3137
|
Posted: Sun Nov 25, 2007 4:46 pm Post subject: Re: not allow admin CP |
|
|
oups, it's phpbb_seo/phpbb_seo_class.php  |
_________________
Last edited by SeO on Sun Nov 25, 2007 11:31 pm; edited 1 time in total |
|
| Back to top |
|
 |
swenis
Joined: 25 Nov 2007 Posts: 3
|
Posted: Sun Nov 25, 2007 5:22 pm Post subject: Re: not allow admin CP |
|
|
thank you  |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |