Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    E-Blah Discussion    E-Blah Bugs  ›  Can't Post a reply
Users Browsing Forum
No Members and 1 Guests

Can't Post a reply   This thread currently has 969 views. Print
1 Pages 1 Recommend Thread
logom2
July 19, 2006, 8:41pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 8
Posts Per Day: 0.01
Time Online: 29 minutes
None of the members on my forum can post, it says Software error: Illegal modulus zero at ./Code/MessageDisplay.pl... send message to admin... Whenever a user wants to reply but posting a new thread works. What is wrong??
Logged Offline
Private Message Private message
logom2
July 19, 2006, 8:42pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 8
Posts Per Day: 0.01
Time Online: 29 minutes
Please help me!
Logged Offline
Private Message Private message Reply: 1 - 7
Justin
July 20, 2006, 7:22am Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
Posts: 15,070
Gender: Male
Posts Per Day: 6.55
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 14 minutes
Location: Tallassee, AL
Age: 22
Go to Admin/Settings and save your settings.  If that doesn't fix it, your Settings.pl is not writable.  CHMOD it 777 to fix it.


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 2 - 7
logom2
July 20, 2006, 9:49am Report to Moderator Report to Moderator
E-Blah Member
Posts: 8
Posts Per Day: 0.01
Time Online: 29 minutes
It still doesn't work!
Logged Offline
Private Message Private message Reply: 3 - 7
Justin
July 20, 2006, 12:52pm Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
Posts: 15,070
Gender: Male
Posts Per Day: 6.55
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 14 minutes
Location: Tallassee, AL
Age: 22
Post the contents of Settings.pl ... in a code box.


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 4 - 7
logom2
July 20, 2006, 9:01pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 8
Posts Per Day: 0.01
Time Online: 29 minutes
It says:

####################################################
# E-Blah Bulliten Board Systems           Platinum #
####################################################
# This file contains setup information vital to    #
# running E-Blah. Read Blah.pl for full headers.   #
# You should not edit this file manualy. Use Admin #
# Center on your Forum to change these settings.   #
####################################################

$bversion = 16;      # Version

####### Directories Sets #######
$root = ".";
$code = "./Code";
$boards = "./Boards";
$prefs = "./Prefs";
$members = "./Members";
$messages = "./Messages";
$modsdir = "./Mods";
$images = "/blahdocs/images";
$simages = "/blahdocs/Smilies";
$avsurl = "/blahdocs/Avatars";
$avdir = "/var/www/html/blahdocs/Avatars";
$realurl = "http://mysite.domain.dom/cgi-bin/MB/";
$bdocsdir = "/blahdocs";
$helpdesk = "";
$languages = "./Languages";
$templates = "/var/www/html/blahdocs/template";
$templatesu = "/blahdocs/template";
$buttons = "/blahdocs/buttons";

#######  Essential Sets  #######
$regto = qq*admin*;
$eadmin = q*contact@theadscorner.com*;
$cookpre = qq*eblah*;
$mailuse = 1;
$smaill = "/usr/sbin/sendmail";
$mailhost = "theadscorner.com ";
$emailsig = q*Don't Forget to visit us and complete offers in the Make money section to actually MAKE FREE MONEY!!!*;
$mailauth = 0;
$mailusername = 'theadcorne';
$mailpassword = 'logar2';

#######   Board Locks    #######
$maintance = 0;
$maintancer = qq~This board is being upgraded.~;
$lockout = 0;
$noguest = 0;
$creg = 0;
$serload = 0;
$gzipen = 0;

#######   Upload Prefs   #######
$uallow = 2;
$avupload = 0;
$ntsys = 0;
$uploaddir = "/var/www/html/blahdocs/uploads";
$uploadurl = "/blahdocs/uploads";
$allowedext = "";
$maxsize = "1";
$maxsize2 = ".25";

#######    Main Prefs    #######
$upbc = 1;
$noguestp = 0;
$invfri = 0;
$sppd = 0;
$al = 1;
$whereis = 0;
$showmove = 1;
$apic = 1;
$hmail = 1;
$slpoller = 1;
$BCSmile = 1;
$BCLoad = 1;
$showreg = 1;
$pmmaxquota = "0";
$maxsig = "500";
$gtoff = '0';
$datedis = 0;
$timedis = 0;
$maxmess = 15;
$maxdis = 30;
$mbname = q*theadscorner.com- Discuss Everything!*;
$picheight = "100";
$picwidth = "100";
$btod = 1;
$mtext = 0;
$amar = 1;
$sauser = 1;
$mmpp = 25;
$iptimeout = 5;
$vhtdmax = 50;
$htdmax = 25;
$enews = 0;
$showgender = 0;
$totalpp = 10;
$memguest = 0;
$gsearch = 0;
$showdes = 1;
$sall = 0;
$vradmin = 0;
$showtheme = 1;
$sview = 1;
$quickreg = 0;
$showactive = 0;
$logactive = 1;
$showevents = 0;
$reversesum = 1;
$gdisable = 0;
$redirectfix = 0;
$pmdisable = 0;
$languagep = "English";
$allowrate = 0;
$nocomma = qq~,~;
$html = 1;
@htmls = ();
$hiddenmail = 2;
$nonotify = 0;
$polltop = 1;
$pollops = "10";
$gtzone = "0";
$quickreply = 1;
$gmaxsmils = 200;
$maxmesslth = 50000;
$maxsumc = "40";
$upevents = 7;
$hideposts = 0;
$ensids = 0;
$showlocation = 0;
$enbdays = 0;
$emailadmin = 0;
$maxattempts = 0;
$loginfailtime = 0;
$enablerep = 0;
$modifytime = 1;
$gattach = 1;
$maxmodifycount = 0;
$showloggedon = 0;
$disablesn = 0;
$disabledel = 0;
$fancyqprofile = 0;
$quickmsearch = 0;
$enablecal = 0;
$showads = 100000000;
$displayadverts = qq~~;
$disableads = "";

#######     Logging      #######
$eclick = 0;
$uextlog = 1;
$kelog = 1;
$logip = 1;
$logcnt = "60";
$logdays = 365;
$activeuserslog = 15;
$hideclog = 1;
$hideelog = 1;

#######       News       #######
$newsboard = "cc";
$newsshow = 5;
$newslength = 200;

#######       MODS       #######
$yabbconver = 0;
$encryption = 0;
$md5upgrade = 0;
1;
Logged Offline
Private Message Private message Reply: 5 - 7
Justin
July 21, 2006, 6:37am Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
Posts: 15,070
Gender: Male
Posts Per Day: 6.55
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 14 minutes
Location: Tallassee, AL
Age: 22
Reupload everything in the /Code directory and try again.


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 6 - 7
logom2
July 21, 2006, 5:16pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 8
Posts Per Day: 0.01
Time Online: 29 minutes
It worked thankx
Logged Offline
Private Message Private message Reply: 7 - 7
1 Pages 1 Recommend Thread
Print

E-Blah Community    E-Blah Discussion    E-Blah Bugs  ›  Can't Post a reply