It is currently Tue Sep 07, 2010 10:00 am

All times are UTC - 5 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: How do I uninstall the phpbb3 plug-in?
PostPosted: Fri Jul 30, 2010 6:17 pm 
Offline

Joined: Wed Apr 07, 2010 2:48 pm
Posts: 18
How do I uninstall the phpbb3 plug-in so that phpbb3 reverts to working independently?

Also, how do I get logout.php to revert back to redirecting to the exit page set before installing the phpbb3 plug-in?

In other words I want to undo the changes made by the phpbb3 plug-in.

Thanks


Top
 Profile  
 
 Post subject: Re: How do I uninstall the phpbb3 plug-in?
PostPosted: Fri Jul 30, 2010 7:20 pm 
Offline

Joined: Wed May 13, 2009 5:52 pm
Posts: 494
You will need to remove the following items:
1) The plug-in folder
2) The plug-in section in the .htaccess file of the PHPBB3 folder.
3) The records in the tables: after_login and after_logout.
That should work.

_________________
PHPMembers Support Team
We are here to help...


Top
 Profile  
 
 Post subject: Re: How do I uninstall the phpbb3 plug-in?
PostPosted: Sat Jul 31, 2010 11:33 pm 
Offline

Joined: Wed Apr 07, 2010 2:48 pm
Posts: 18
Thanks, that worked on the PHPmembers side.

However, the passwords had to be reset in phpBB3 3.0.7. I had to run the following MySQL query on the phpbb_users table:

update phpbb_users set user_email_hash = concat(crc32(lower(user_email)), length(user_email));

This made phpbb3 resend new passwords on request (clicking the "I forgot my password" link). So I was able to recover on the phpBB3 side.

I couldn't login into phpBB3 3.0.7 through the phpBB plug-in. I don't know what I missed. For now I'll just run phpBB3 independently.


Top
 Profile  
 
 Post subject: Re: How do I uninstall the phpbb3 plug-in?
PostPosted: Mon Aug 02, 2010 12:32 am 
Offline

Joined: Wed May 13, 2009 5:52 pm
Posts: 494
Do you mean you could not login to PHPBB3 as logged in user in PHPMembers, or the admin password generated by PHPMembers PHPBB3 Plug-in did not work for PHPBB3 admin login?

_________________
PHPMembers Support Team
We are here to help...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron