| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Tony Malone
Joined: 02 Feb 2007 Posts: 2
|
Posted: Fri Feb 02, 2007 3:25 pm Post subject: Admin panel can't find file |
|
|
Hi!
I've just tried to install this mod on a fresh install of phpbb 2.0.22 with Ptirhik's Categories hirerachy 2.1.6d and a url rewrite installed.
When I go into the admin panel, there is an option for 'Gym_Sitemaps_&_RSS' there, but when I click on it I get
"The requested URL /admin/modules/mx_ggsitemaps/admin/admin_mx_ggsitemap.php was not found on this server."
(which I guess is hardly surprising as there is no /admin/modules/ folder!)
I uploaded all of the included files from /root as instructed and ran the SQL manually (if that makes any difference)
Does anyone know where I'm going wrong please?
Thanks! |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
Posted: Fri Feb 02, 2007 4:04 pm Post subject: Re: Admin panel can't find file |
|
|
I am not sure the module will fully work with CH, but, for the admin part it seems it could be because there is no admin_board.php file in your admin folder.
Please try opening admin/admin_mx_ggsitemaps/ and replace :
| Code: | if ( file_exists( 'admin_board.' . $phpEx ) )
{
define('IN_PHPBB', 1);
$admin_root_path1 = 'admin/';
$admin_root_path2 = '';
$module_root_path2 = $phpbb_root_path = $mx_root_path = './../';
$module_root_path = './../mx_ggsitemaps/';
$pathkb = '';
}
else
{
define('IN_PORTAL', 1);
$mx_root_path = './../../../';
$admin_root_path1 = 'admin/';
$admin_root_path2 = 'modules/mx_ggsitemaps/admin/';
$module_root_path2 = $module_root_path = '../';
$pathkb = 'modules/mx_kb/';
} |
with :
| Code: |
define('IN_PHPBB', 1);
$admin_root_path1 = 'admin/';
$admin_root_path2 = '';
$module_root_path2 = $phpbb_root_path = $mx_root_path = './../';
$module_root_path = './../mx_ggsitemaps/';
$pathkb = ''; |
++ |
_________________ 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
Last edited by dcz on Fri Feb 02, 2007 4:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
Tony Malone
Joined: 02 Feb 2007 Posts: 2
|
Posted: Fri Feb 02, 2007 4:14 pm Post subject: Re: Admin panel can't find file |
|
|
Hi dcz!
Thanks for coming back to me so quickly!
That seems to have solved the problem.
Thankyou!
And big thanks to all for the mod! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |