Welcome, Guest. Please Login or Register.
August 26, 2025, 07:57:24 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Admin section not accessible « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: Admin section not accessible  (Read 689 times)
Willem
Noobie
*
Posts: 19


A biker's helmet is a hornet's heaven!

ICQ - 18410617 WWW
Admin section not accessible
« on: March 09, 2002, 06:48:57 PM »
Reply with quote

I've been digging around but found no solutions.
I cannot enter the Admin section, no response comes from the (Linux) webserver, running Apache 1.3.23, PHP 4.1.2 and MySQL 3.23.30-gamma.
Posting is possible.
The directory of YaBB SE is set to drwxrwxrwx
I created an empty file Settings.bak, also -rwxrwxrwx
and I set yabbinfo.xml to -rw-rw-rw-

Any more hints? TIA!
« Last Edit: March 09, 2002, 07:55:28 PM by Willem » Logged
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Admin section not accessible
« Reply #1 on: March 09, 2002, 08:13:51 PM »
Reply with quote

so when u click on the admin cp nothing happens at all?
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Willem
Noobie
*
Posts: 19


A biker's helmet is a hornet's heaven!

ICQ - 18410617 WWW
Re:Admin section not accessible
« Reply #2 on: March 09, 2002, 08:20:27 PM »
Reply with quote

Nope, absolutely nothing. Internet Exploder just shows the hourglass, and times out after a while.
Trying to dig through the code now...
Logged
Willem
Noobie
*
Posts: 19


A biker's helmet is a hornet's heaven!

ICQ - 18410617 WWW
Re:Admin section not accessible
« Reply #3 on: March 09, 2002, 08:25:27 PM »
Reply with quote

Hmmm,
Doing a netstat I find a connection to yabb.info on port 80... It stays in the SYN_SENT mode...
Now I'm getting really curious.
Logged
Willem
Noobie
*
Posts: 19


A biker's helmet is a hornet's heaven!

ICQ - 18410617 WWW
Re:Admin section not accessible
« Reply #4 on: March 09, 2002, 08:30:48 PM »
Reply with quote

I think I'm getting somewhere... Let the firewall down and now I'm able to get to the admin section.
I guess my firewall rules are a bit strict. I'll be back in a while to tell you about my findings.
Logged
Willem
Noobie
*
Posts: 19


A biker's helmet is a hornet's heaven!

ICQ - 18410617 WWW
Re:Admin section not accessible
« Reply #5 on: March 09, 2002, 08:45:10 PM »
Reply with quote

Got it  :D
The firewall for my server was allowing incoming www requests (on port 80) but refused outgoing www requests.
Still, I have an uneasy feeling about this (ok, ok, I'm paranoid).
Maybe it is worth the effort to patch the code so that the connection times out. I expect similar behaviour if the yabb.info website is down.
Logged
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:Admin section not accessible
« Reply #6 on: March 09, 2002, 09:15:42 PM »
Reply with quote

nice to see u got it working, partially
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
sgmiller
Noobie
*
Posts: 2


I'm a llama!

Re:Admin section not accessible
« Reply #7 on: March 16, 2002, 12:17:18 AM »
Reply with quote

Folks,

I am experiencing the same problem.  My whole environment lives behind a corporate firewall.  Any hints on what I need to change to make this work (given I can't modify the firewall?)

Sam
Logged
sgmiller
Noobie
*
Posts: 2


I'm a llama!

Re:Admin section not accessible
« Reply #8 on: March 16, 2002, 12:24:13 AM »
Reply with quote

Folks,

I don't really know what I am doing but managed to get it to work by commenting out
$contents=@file("http://www.yabb.......

in Admin.php.  Am I doing the right thing?

Sam

Logged
Willem
Noobie
*
Posts: 19


A biker's helmet is a hornet's heaven!

ICQ - 18410617 WWW
Re:Admin section not accessible
« Reply #9 on: March 16, 2002, 11:43:01 AM »
Reply with quote

Commenting out the line works, it would be safer to add a line which sets $contents to 0 (zero), because in the next line $contents is tested for being non-zero.
In my case the firewall was just dropping the packets (not giving any indication), IMHO it would be better to have the firewall reply with some icmp-destination-unreachable (port-unreachable?) reply.
For the YaBB code I would still suggest some kind of timeout construction. No answer within 30 seconds? Then refer to the local copy of yabbinfo.xml.
Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Admin section not accessible
« Reply #10 on: March 16, 2002, 03:24:51 PM »
Reply with quote

It's actually SUPPOSED to do that, we're looking at the issue though to make sure it won't be such an issue...
Logged

Willem
Noobie
*
Posts: 19


A biker's helmet is a hornet's heaven!

ICQ - 18410617 WWW
Re:Admin section not accessible
« Reply #11 on: March 16, 2002, 10:07:04 PM »
Reply with quote

Jeff,

I'm down with a really bad flu, my bright moments come and go as the wind blows. I'll be better in a few days.
I looked at the code and found that a plain http connection is made to yabb.info.
In my case it didn't time out, because my firewall was just dropping the packets. In other words silently discarding them (and so do many other firewalls). Here lies the source of the problem. If PHP never is informed that the other side can't be reached, it will continue to try. What times out then, is probably the maximum execution time of the script.
A solution could be raw socket-programming with socket(), bind() and listen() calls. As socket programming is still experimental in the latest release of PHP, this could be something to get your (our?) teeth  in  :).
If you're looking for volunteers....
Logged
mylde
Noobie
*
Posts: 8


I'm a llama! - Hey ! No I´m not ! ;D

Re:Admin section not accessible
« Reply #12 on: March 18, 2002, 12:15:26 PM »
Reply with quote

I have the same problem :'( - can´t get to the admin centre, it just times out and blank page appears - I don´t know that does it make that because of the firewall, I have to give my firewall administrator a call.

But I also have another kind of problem.

When a new user registers in to my forum. And hits the Register button, a page appears that says:

2: Failed to Connect
(f:\www\forum\Sources\Subs.php ln 274)

The strange this in this is that the account works normally. So the registeration is succesfull, but that error message just appears. Could anyone tell me is this caused by the firewall problem too ?  ???
Logged

-- Mylde
Willem
Noobie
*
Posts: 19


A biker's helmet is a hornet's heaven!

ICQ - 18410617 WWW
Re:Admin section not accessible
« Reply #13 on: March 18, 2002, 12:30:21 PM »
Reply with quote

Aie, no firewall problem. It's to do with your mailserver.

I think your mailserver settings are not correct, or your ISP doesn't allow for it.
On line 274 an email is sent out. In your case, probably the welcome message for the new subscriber.

Oops, need to add a little more:
Apparently you're running it from your Windows machine (at home?). You should then set "mailserver" to your ISP's mailserver (most likely) and set "mail-transport" to SMTP, not sendmail.
« Last Edit: March 18, 2002, 12:50:09 PM by Willem » Logged
mylde
Noobie
*
Posts: 8


I'm a llama! - Hey ! No I´m not ! ;D

Re:Admin section not accessible
« Reply #14 on: March 18, 2002, 01:12:14 PM »
Reply with quote

Thanks. Probably it is the mail server, but i can´t fix that problem yet because I can´t get to the admin section  ;D
Logged

-- Mylde
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Admin section not accessible « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.062 seconds with 16 queries.