The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Start Up and more >> Shows error at bottom of all pages...
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1114894638

Message started by bookswap on 04/30/05 at 22:57:18

Title: Shows error at bottom of all pages...
Post by bookswap on 04/30/05 at 22:57:18

I am getting the following error displayed on every page of my website.  It is displayed below the footer and then displays an additional footer below the error description.  Could someone please tell me where to look in the script to correct this.  Here is what it looks like...

Actual Footer...
------------------------------------------------------------------------
 |   Home   |   New Registration   |   Sell Your Book   |   Change Registration   |   Lost Alias/Password   |   My Auction-Center   |   Search   |   FAQ   |  
 |   Contact Us   |



This is the error...
Regfile: 2.00
could not be opened
(Back to previous page button)

Please, contact the
Auction Administrator
if you belive this to be a server problem.
------------------------------------------------------------------------


This is the additional footer added after the error...
------------------------------------------------------------------------
 |   Home   |   New Registration   |   Sell Your Book   |   Change Registration   |   Lost Alias/Password   |   My Auction-Center   |   Search   |   FAQ   |  
 |   Contact Us   |  



Title: Re: Shows error at bottom of all pages...
Post by Dieter Werner on 04/30/05 at 23:29:55


bookswap wrote:
I am getting the following error displayed on every page of my website.  It is displayed below the footer and then displays an additional footer below the error description.  Could someone please tell me where to look in the script to correct this.  Here is what it looks like...

Actual Footer...
------------------------------------------------------------------------
 |   Home   |   New Registration   |   Sell Your Book   |   Change Registration   |   Lost Alias/Password   |   My Auction-Center   |   Search   |   FAQ   |  
 |   Contact Us   |



This is the error...
Regfile: 2.00
could not be opened
(Back to previous page button)

Please, contact the
Auction Administrator
if you belive this to be a server problem.
------------------------------------------------------------------------


This is the additional footer added after the error...
------------------------------------------------------------------------
 |   Home   |   New Registration   |   Sell Your Book   |   Change Registration   |   Lost Alias/Password   |   My Auction-Center   |   Search   |   FAQ   |  
 |   Contact Us   |  



1. I can't remember this as the footer of the eAuction script
2.  Check the content of your item files - there must be something wrong (you changed the code and you did some mistakes)

Title: Re: Shows error at bottom of all pages...
Post by bookswap on 05/04/05 at 04:21:26

Hi Dieter,

I am not sure what item files to check since this error shows up when there aren't any items posted and still exists when I do post an item for sale.  Are you aware of any other reasons that this error shows up?  

By the way, the auction works fine except for this nagging error message below my footer.

Title: Re: Shows error at bottom of all pages...
Post by Dieter Werner on 05/04/05 at 11:37:52


bookswap wrote:
I am not sure what item files to check since this error shows up when there aren't any items posted and still exists when I do post an item for sale.  Are you aware of any other reasons that this error shows up?


Search eAuction.pl for sub clean_closed
search sub clean_closed for

Code:

                     next unless $alias;


Replace the line with this


Code:

                     next unless $alias;                            
                           print "Item: $item<hr>" if $alias =~ /\d+/;


Run the program and the item (file name) that contains the bad data will be displayed.

Title: Re: Shows error at bottom of all pages...
Post by bookswap on 05/14/05 at 04:27:56

Ok, I replaced the line as you specified, and it didn't change anything...still gave the same error.  I then deleted the contents of edata/eAuction161 so that all new data was generated.  I still have the exact same problem but now it says...

/mnt/web_b/d47/s06/b01e51a6/www/edata/eAuction161/userreg/prereg
No such file or directory


This directory can't be found because I have not registered any users yet.  But this shows that the script is wanting to read prereg directory for some reason. ???

Title: Re: Shows error at bottom of all pages...
Post by Dieter Werner on 05/14/05 at 11:05:31

Register an user and it will disappear

Title: Re: Shows error at bottom of all pages...
Post by bookswap on 05/15/05 at 23:28:31

I registered a user and the error then said...

closed
No such file or directory


Once I activated the account be clicking the url in the confirmation email, the error has disappeared.

I will keep you posted if this indeed fixed the problem.  It seems strange since I had users already registered when the error occured.  My best guess was that since I added a few more fields to the Sell page, I needed to delete all of the data stored in edata/eAuction161 and then re-register a user. :-/

Title: Re: Shows error at bottom of all pages...
Post by aussietogo on 05/27/05 at 12:58:37

i'm using beta version 1.6.2 and in main page i receive error said:

after footer.
Error 2
Back to previous page.
Please, contact the
Auction Administrator
if you belive this to be a server problem.
Banner
and another footer menu.

please check at http://www.aussietogo.com.au/cgi-bin/auction/eAuction.pl

i registered and still same.

thanks for your assistance.

Title: Re: Shows error at bottom of all pages...
Post by Dieter Werner on 05/27/05 at 16:31:14

See:
http://www.everyscript.de/cgi-bin/yabb/YaBB.pl?board=general_disc;action=display;num=1117115022

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