phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
not allow admin CP

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Mixed SEO URL
::  
Author Message
swenis



Joined: 25 Nov 2007
Posts: 3

not allow admin CPPosted: Sun Nov 25, 2007 11:43 am    Post subject: not allow admin CP

I installed this mod:

http://www.phpbb-seo.com/boards/mixed-seo-url/mixed-phpbb3-seo-url-vt1565.html

and connective in Admin ACP opening forum index. What repair?

forum version RC7 Rolling Eyes
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

not allow admin CPPosted: 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
Visit poster's website
swenis



Joined: 25 Nov 2007
Posts: 3

not allow admin CPPosted: Sun Nov 25, 2007 4:41 pm    Post subject: Re: not allow admin CP

what file?
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3137

not allow admin CPPosted: Sun Nov 25, 2007 4:46 pm    Post subject: Re: not allow admin CP

oups, it's phpbb_seo/phpbb_seo_class.php Wink

_________________


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

not allow admin CPPosted: Sun Nov 25, 2007 5:22 pm    Post subject: Re: not allow admin CP

thank you Smile
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Mixed SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: