php_seo_install doesn't work

phpBB3 SEO Simple mod Rewrite support forum. This mods performs URL rewriting for phpBB3 in a static way.

Moderator: Moderators


php_seo_install doesn't work

Postby -v- » Tue Feb 26, 2008 4:54 pm

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 :D

Thanks
-v-
 
Posts: 5
Joined: Tue Feb 26, 2008 4:48 pm

Advertisement

Postby -v- » Wed Feb 27, 2008 4:15 pm

Nobody here who can help?
-v-
 
Posts: 5
Joined: Tue Feb 26, 2008 4:48 pm

Postby lauras » Fri Feb 29, 2008 3:33 pm

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?
lauras
 
Posts: 1
Joined: Fri Feb 29, 2008 3:30 pm

Postby -v- » Fri Feb 29, 2008 6:20 pm

Seems that nobody can help us :-(
-v-
 
Posts: 5
Joined: Tue Feb 26, 2008 4:48 pm

Postby salik » Wed Mar 05, 2008 11:40 am

Hello Support response here ASAP !!!!!!
salik
 
Posts: 8
Joined: Wed Mar 05, 2008 4:44 am

Postby -v- » Mon Mar 10, 2008 3:12 pm

No help? Bad service... sorry.
-v-
 
Posts: 5
Joined: Tue Feb 26, 2008 4:48 pm

Postby dcz » Wed Mar 12, 2008 2:20 pm

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 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 19909
Joined: Fri Apr 28, 2006 9:03 pm

Postby -v- » Wed Mar 12, 2008 2:33 pm

I'm logged in with an user, which have admin-rights. Isn't it the same?
-v-
 
Posts: 5
Joined: Tue Feb 26, 2008 4:48 pm

same issue

Postby thailand-webdesign » Fri Jul 11, 2008 5:39 pm

me too. - __ - "
thailand-webdesign
 
Posts: 5
Joined: Fri Jul 11, 2008 3:37 pm
Location: Thailand

Postby dcz » Sat Jul 12, 2008 7:42 am

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: Select all
// 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 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 19909
Joined: Fri Apr 28, 2006 9:03 pm


Return to Simple SEO URL

Who is online

Users browsing this forum: No registered users and 4 guests


 
cron