The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Discussion of Functions >> Server Overload
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1086371098

Message started by mikeq8 on 06/01/04 at 08:20:46

Title: Server Overload
Post by mikeq8 on 06/01/04 at 08:20:46

Hi Dieter
Great programme!

I have only one problem. Everything works fine except for posting images.  If I use an image link on the web no problem in posting or if I use no images. However if I try and upload image from harddrive I get the error message "Server Overload".

Any suggestions?

Title: Re: Server Overload
Post by Forum Admin on 06/02/04 at 12:38:13

Seach the script for this lines:

Code:
#-#############################################
# Main Program
#-#############################################    
   disp_header();
   
   # We are going to catch each server-fault because we are nice.
   eval { $event->{$form{'action']->() };
   
   # We hide each server-fault and let the user think whatever; aren't we nice ;-)
   #oops("$@<br>$!<br>") if $@; # Only for testing the code
 


Uncomment this line (delete the #):


Code:
#oops("$@<br>$!<br>") if $@; # Only for testing the code


Save and run the script and let me know the error-message.

Title: Re: Server Overload
Post by mikeq8 on 06/04/04 at 07:28:55

Ok have done and get the following error:

Error Not a SCALAR reference at e:\html\domains\anwakuwait.com\wwwroot\cgi-bin\eAuction161\eAuction.pl line 4901.
No such file or directory

Title: Re: Server Overload
Post by Forum Admin on 06/04/04 at 14:31:14

Check your upload directory ...
it must be chmod 777

Title: Re: Server Overload
Post by cw3849 on 06/04/04 at 17:16:35


mikeq8 wrote:
Hi Dieter
Great programme!

I have only one problem. Everything works fine except for posting images.  If I use an image link on the web no problem in posting or if I use no images. However if I try and upload image from harddrive I get the error message "Server Overload".


I am having the same problem with the same 'over loaded error'only it is with new user registration. The *.dat file is created, yet it is empty. I ran the script as outlined in a post indicating to delete the # after the oops, and the following error message is what I received.

I am running a Win box with apache v2.*

Thank you

Error
flock() unimplemented on this platform at H:/apache/CGI-SHL/AUCTION/eAuction.pl line 5841.
No such file or directory

Title: Re: Server Overload
Post by Forum Admin on 06/04/04 at 19:43:41

Seems like your server is using a very old NT-system that doesn't support 'flock'.

Title: Re: Server Overload
Post by cw3849 on 06/04/04 at 20:37:03

Actually, IM not running NT I am ruunning win98. Thanks for the response though. Any other ideas or work arounds?
TIA
???

Title: Re: Server Overload
Post by Forum Admin on 06/05/04 at 08:17:32

Search eConfig161.pl for this line:


# Change this to 0 if your server doesn't support file locking
   $config{'flock'}            = 1; # 1 = yes | 0 = no

The eAuction Support Forums » Powered by YaBB 2.2!
YaBB © 2000-2007. All Rights Reserved.