Gossamer Forum
Home : Products : Others : Fileman :

"A fatal error has occured" ??

Quote Reply
"A fatal error has occured" ??
A very strange thing has happened. Fileman 2.0.1 was working fine after 'TheStone' was kind enough to help us with the installation. However, now every time I try to login in, I get the following error message after I click 'submit' in the logon screen:

A fatal error has occured:

Illegal modulus zero at /home/junk2/public_html/scgi-bin/fileman-2.0.1/private/lib/GT/FileMan/Commands.pm line 2452.




Please enable debugging in setup for more details.

Any idea what it could be and how I could remedy it please? Thank you :)
Nadeem Azam
1Lit.com Inc.
Promote your site for FREE

Last edited by:

nazam: Apr 11, 2002, 6:10 PM
Quote Reply
Re: [nazam] "A fatal error has occured" ?? In reply to
Me, nazam, again.

FYI I get the error message every time I try to login after I changed the color-scheme of Fileman. I don't know if that helps you work out why it doesn't work any more.

Thank you :)

Nadeem Azam
Azam.biz, Inc., London
Click here to develop a residual income stream

Quote Reply
Re: [1Lit.com] "A fatal error has occured" ?? In reply to
Hi,

Replace the command at line #2452 with:
if ($scre_pg > 0) {
$pg_step = ($pg % $scre_pg >0) ? int($pg/$scre_pg)+1 : ($pg/$scre_pg);
}

It should solve this problem.

TheStone.

B.
Quote Reply
Re: [TheStone] "A fatal error has occured" ?? In reply to
I've tried opening various files but couldn't find the code. Didn't want to trouble you again :) Which file are you referring to you?

Thank you very much 'TheStone' - you're the best! :)

Nadeem Azam
Azam.biz, Inc., London
Click here to develop a residual income stream

Quote Reply
Re: [1Lit.com] "A fatal error has occured" ?? In reply to
Hi,

It should be within Commands.pm

TheStone.

B.