| :: |
| Author |
Message |
-v-
Joined: 26 Feb 2008 Posts: 5
|
Posted: Tue Feb 26, 2008 4:54 pm Post subject: php_seo_install doesn't work |
|
|
Hallo,
i want to install the seo rewrite mod (simple). I've uploaded all files and changed the CHMOD of php_seo/cache folder to 777, deleted the cache (except the .htaccess) and tried to install the mod with the php_seo/php_seo_install.php
Then, I get a log-in-request. If i'm loging in, nothing happens, i see the phpBB3 overview.
What's wrong? Can anybody help me?
Sorry for my bad english, but i'm german
Thanks |
|
|
| Back to top |
|
 |
|
 |
-v-
Joined: 26 Feb 2008 Posts: 5
|
Posted: Wed Feb 27, 2008 4:15 pm Post subject: Re: php_seo_install doesn't work |
|
|
| Nobody here who can help? |
|
|
| Back to top |
|
 |
lauras
Joined: 29 Feb 2008 Posts: 1
|
Posted: Fri Feb 29, 2008 3:33 pm Post subject: Re: php_seo_install doesn't work |
|
|
I am having the same issue, and also had the same issue when I tried to install the mixed-seo. What's going on here? I followed all of the steps correctly. It makes no sense at all.
If anyone would like to help, I can provide any info needed. Anyone? |
|
|
| Back to top |
|
 |
-v-
Joined: 26 Feb 2008 Posts: 5
|
Posted: Fri Feb 29, 2008 6:20 pm Post subject: Re: php_seo_install doesn't work |
|
|
Seems that nobody can help us  |
|
|
| Back to top |
|
 |
salik
Joined: 05 Mar 2008 Posts: 8
|
Posted: Wed Mar 05, 2008 11:40 am Post subject: Re: php_seo_install doesn't work |
|
|
| Hello Support response here ASAP !!!!!! |
|
|
| Back to top |
|
 |
-v-
Joined: 26 Feb 2008 Posts: 5
|
Posted: Mon Mar 10, 2008 3:12 pm Post subject: Re: php_seo_install doesn't work |
|
|
| No help? Bad service... sorry. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Wed Mar 12, 2008 2:20 pm Post subject: Re: php_seo_install doesn't work |
|
|
Well gentlemen, never forget that patience is virtue in the SEO world
From your first message -v-, it's hard to tell what you did exactly, since you mention files and directory that actually do not exist in our mods.
Then, if you have log in issue, maybe it's only because your are not logged in as admin when trying to install the mod, it's a requirement, only admin can use the script.
Could be the same issue for you lauras, I suggest you both give a try on a local test server, you'll see that in the end, it's pretty simple.
++ |
_________________ 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 |
|
 |
-v-
Joined: 26 Feb 2008 Posts: 5
|
Posted: Wed Mar 12, 2008 2:33 pm Post subject: Re: php_seo_install doesn't work |
|
|
| I'm logged in with an user, which have admin-rights. Isn't it the same? |
|
|
| Back to top |
|
 |
thailand-webdesign
Joined: 11 Jul 2008 Posts: 5 Location: Thailand
|
Posted: Fri Jul 11, 2008 5:39 pm Post subject: same issue |
|
|
| me too. - __ - " |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Sat Jul 12, 2008 7:42 am Post subject: Re: php_seo_install doesn't work |
|
|
You need to be logged in as admin AND be a FOUNDER of the site. It's a basic precaution.
You can bypass this if you edit the phpbb_seo/phpbb_seo_install.php file, delete :
| Code: |
// Security check
if (!$user->data['is_registered']) {
login_box('', $user->lang['SEO_LOGIN'],'', false, false);
}
if (!$auth->acl_get('a_')) {
$user->session_kill(true);
login_box('', $user->lang['SEO_LOGIN_ADMIN'],'', false, false);
}
if ($user->data['user_type'] != USER_FOUNDER) {
login_box('', $user->lang['SEO_LOGIN_FOUNDER'],'', false, false);
} |
and it will work for all user, don't forget to delete the phpbb_seo/phpbb_seo_install.php after installed this way.
++ |
_________________ 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 |
|
 |
|
|