Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
EM - Stuck in a loop
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
EM - Stuck in a loop
PostPosted: 05/21/2007 12:16 PM Reply with quote
Hummingbird
fizzfozz
Hummingbird
Posts 2
Word Cnt. 335
BDay N/A
Sign N/A
Joined: May 21, 2007
Local time: 4:06 PM
blank.gif
Hi,
I posted the following over in the old Area51 forum but was told to post it here instead. Can anyone help me out?

fizzfozz wrote:

Hi,
I'm stuck in a loop trying to install easyMOD.
I have uploaded the installation files to my webserver and gone to http://www.etc.../admin/mods/easymod/easymod_install.php as instructed here: http://easymod.sourceforge.net/readme/
As I use FTP to access my server I have selected the first option, I have FTP access to my phpBB files on the server and clicked Submit.
On the next page I have entered the route to my phpBB2 folder, in this case: /httpdocs/hr/phpBB2
I have also entered my FTP username, Password and FTP server as I do when I connect to my server using Dreamweaver or FileZilla.
I have left all other settings alone and clicked Submit.
Next I am asked for a password & confirmation password - am I right in assuming this is a password I am making up to password easyMOD or does it have to be the same password as my phpBB2 admin account, or my FTP password? Either way I have tried all 3 and I get the same result everytime. I just get an internet explorer 'Page cannot be displayed' dialogue.
If I click reload I am taking right back to the start again.

If anyone could help me out with where I am going wrong that would be great because as I'm sure you have probably figured out I'm new to all this. I thought installing easyMOD was supposed to make it easier for me to install other mods but I can't even get this one installed!

Thanks in advance
Back to Top
View user's profile Find all posts by fizzfozz Send private message  
Re: EM - Stuck in a loop
PostPosted: 05/21/2007 1:40 PM Reply with quote
Caravan
FTM
Caravan
Posts 282
Word Cnt. 31,380
BDay Apr 14
Sign Aries
Sex Sex:Female
Joined: Nov 01, 2006
Local time: 5:06 PM
Location: Denver, PA
usaCa.gif
Hi! Welcome to RCF.  banana

I am not the best when it comes to helping with easyMOD problems, but one thing you wrote stuck out at me.

Quote:
On the next page I have entered the route to my phpBB2 folder, in this case: /httpdocs/hr/phpBB2


I want to say that you would want to only put /phpBB2 in that spot, and not the /httpdocs/hr/

when you visit your forum, is it www.yoursite.com/phpBB2 ? or www.yoursite.com/hr/phpBB2 ? Whatever is after your .com is what I think you will need in that spot.

Nightrider is the man when it comes to easyMOD, so he will know for sure and I might be totally off, but in the mean time if you are waiting you might want to try changing that setting.

You've come to the right place for easyMOD help!! I hope you enoy yourself here headbang
Back to Top
View user's profile Find all posts by FTM Send private message   Visit poster's website Yahoo Messenger
Re: EM - Stuck in a loop
PostPosted: 05/21/2007 3:09 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:06 PM
Location: St Pete, FL
peace.gif
Welcome to RCF fizzfozz!!!   Applause

Looping Login Problem

What is the Cookie path in General Admin Configuration in your ACP?  If it isn't set to / you might want to try it.  Changing this setting will force all of your members to have to clear the cookies to your board in their browsers...



If that doesn't work, then you can edit your easymod_install.php file and remove the following section, which causes more harm than good:

Code:
//
// Only administrators here, please
//
if( !$userdata['session_logged_in'] )
{
   redirect(append_sid("login.$phpEx?redirect=admin/mods/easymod/easymod _install.$phpEx", true));
}
if( $userdata['user_level'] != ADMIN )
{
   message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}

Let me know how it goes...

Laughing
Laughing Laughing
Laughing Laughing Laughing Laughing Laughing
Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing

Welcome to RCF fizzfozz!!!

Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing Laughing
Laughing Laughing Laughing Laughing Laughing
Laughing Laughing
Laughing


headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: EM - Stuck in a loop
PostPosted: 05/22/2007 4:03 PM Reply with quote
Hummingbird
fizzfozz
Hummingbird
Posts 2
Word Cnt. 335
BDay N/A
Sign N/A
Joined: May 21, 2007
Local time: 4:06 PM
blank.gif
Hi again,

Quote:

I want to say that you would want to only put /phpBB2 in that spot, and not the /httpdocs/hr/

when you visit your forum, is it www.yoursite.com/phpBB2 ? or www.yoursite.com/hr/phpBB2 ? Whatever is after your .com is what I think you will need in that spot.


No sorry that hasn't made any difference...  Crying or Very sad

Quote:

What is the Cookie path in General Admin Configuration in your ACP?  If it isn't set to / you might want to try it.  Changing this setting will force all of your members to have to clear the cookies to your board in their browsers...


I'm confused...? The problem is with installing easyMOD - my board is working fine, users can log in there no problems.
Back to Top
View user's profile Find all posts by fizzfozz Send private message  
Re: EM - Stuck in a loop
PostPosted: 05/22/2007 4:35 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 5:06 PM
Location: St Pete, FL
peace.gif
Fizzfozz, the path that you were using to your board was probably correct.  Every server layout is different, so the path varies greatly from server to server.  So go ahead and try httpdocs/hr/phpBB2 for the path to your board...

The problem with the cookies wouldn't adversely affect your board, but it can adversely affect EM.  So the easiest option is to correct the cookie path if it is wrong.  The path to the cookie should be / and nothing else.  If you have to change it, then you and your members will have to clear the cookies to your forum in their browsers too.  You can also use this MOD to correct the cookie path if you want.  My instructions will do the same as this MOD though:

[2.0.18] Auto Cookies

If that is not your problem, then simply removing the offending code in the easymod_install.php file will correct the problem once and for all.  There really isn't any good reason to check for admin and login status when installing EM.  I think it was a mistake when they added that code to the install script since it has needlessly caused a lot problems on sites like your's...

So try fixing the cookie setting first.  You might as well have it set correctly anyway.  And if that isn't the problem, just remove the code that I mentioned above from the easymod_install.php file...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

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 vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours

Page 1 of 1


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0879s (PHP: 57% - SQL: 43%) - SQL queries: 43 - GZIP disabled - Debug on