| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Stokerpiller PR0

Joined: 24 May 2007 Posts: 84
|
Posted: Fri Jul 18, 2008 4:18 pm Post subject: Upgrading to 3.0.2 and GYM no longer appears |
|
|
Hello
I have finished updating 2 boards. The first one with no problems (GYM not installed there)
But the second gave some problems, both language which is fixed and with the GYM
It is installed but no accessible to users:
http://www.phpbb3bbcodes.com/
I have no idea what the problem is.
Can anybody help`? |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Fri Jul 18, 2008 5:18 pm Post subject: Re: Upgrading to 3.0.2 and GYM no longer appears |
|
|
The updater's do not include GYM sitemaps this time, since it was not part of the 3.0.1 package. So you'll need to upload the GYM 2.0.B2 files.
What happen is just that the link disappeared, the sitemap are there : http://www.phpbb3bbcodes.com/sitemapindex.xml
The problem comes from a little thing we forgot about for this particular case, there is a new config key in phpBB config to determine if GYM is installed for the link.
The easiest way to add it would be to add :
| Code: | | set_config('gym_installed', 1); |
for example in index.php after :
| Code: | // Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('viewforum'); |
to load the index at least once, and then to delete this line. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
Stokerpiller PR0

Joined: 24 May 2007 Posts: 84
|
Posted: Fri Jul 18, 2008 6:48 pm Post subject: Re: Upgrading to 3.0.2 and GYM no longer appears |
|
|
Thanks, that worked just fine  |
|
|
| Back to top |
|
 |
Stokerpiller PR0

Joined: 24 May 2007 Posts: 84
|
Posted: Sat Jul 19, 2008 4:39 pm Post subject: Re: Upgrading to 3.0.2 and GYM no longer appears |
|
|
There is another problem.
The RSS icon is no longer accessible from the browser address bar? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Sat Jul 19, 2008 4:58 pm Post subject: Re: Upgrading to 3.0.2 and GYM no longer appears |
|
|
erf, we changed a bit the overall_header.html code, check in the GYM sitemaps & RSS package for the new code, it's just a single update and a cache refresh.
Sorry for this, this little updates comes from the synchronization with the premod, next update will be better explained and will not cause this kind of little side effect.
I guess that's as well why betas are useful
++ |
_________________ 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 |
|
 |
Stokerpiller PR0

Joined: 24 May 2007 Posts: 84
|
Posted: Sat Jul 19, 2008 6:36 pm Post subject: Re: Upgrading to 3.0.2 and GYM no longer appears |
|
|
Thanks, now it is working  |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |