The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Start Up and more >> page is empty
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1111243399

Message started by kstaub on 03/19/05 at 15:43:19

Title: page is empty
Post by kstaub on 03/19/05 at 15:43:19

;) hi
have a problem and dont know how to fix it.
Maybe someone here knows.
had my auction all nicely running yesterday and this morning until i changed some cats and now all that pops up when i load the page is an empty screen.?
Any answers?
:-[ :-[

Title: Re: page is empty
Post by Dieter Werner on 03/19/05 at 15:51:56

Post the category-part of your eConfig161.pl
(maybe you should post it to the German forum)  ;)

Edit: and no cross postings, please

Title: Re: page is empty
Post by kstaub on 03/19/05 at 16:20:06

;D
sorry for the cross posting  wont happen again.Just tried to get some quick answers.
Anyway how is posting it in the german forum going to help me??

but here the code:
                       # English            #German
%category = (
   audvid                  => ['Audio & Video',      'Audio & Video',      ],
   computer                    => ['Computer',            'Computer',              ],
   elec                  => ['Electronics',      'Elektronik',              ],
   other                  => ['Other Junk',      'Sonstiges',              ],
   jewelry gold            => ['jewelry gold',      'Goldschmuck',              ],
   jewelry silver            => ['jewelry silver',      'Silberschmuck',      ],
   jewelry other            => ['jewelry other',      'Sonstiger Schmuck',      ],
   yourcat08                    => ['And so on ...',      'Und So Weiter ...',      ],
   
);
   :)

Title: Re: page is empty
Post by Dieter Werner on 03/19/05 at 16:48:23


kstaub wrote:
;D
sorry for the cross posting  wont happen again.Just tried to get some quick answers.
Anyway how is posting it in the german forum going to help me??

but here the code:
                       # English            #German
%category = (
   audvid                  => ['Audio & Video',      'Audio & Video',      ],
   computer                    => ['Computer',            'Computer',              ],
   elec                  => ['Electronics',      'Elektronik',              ],
   other                  => ['Other Junk',      'Sonstiges',              ],
   jewelry gold            => ['jewelry gold',      'Goldschmuck',              ],
   jewelry silver            => ['jewelry silver',      'Silberschmuck',      ],
   jewelry other            => ['jewelry other',      'Sonstiger Schmuck',      ],
   yourcat08                    => ['And so on ...',      'Und So Weiter ...',      ],
   
);
   :)



Code:


%category = (
   audvid                  => ['Audio & Video',      'Audio & Video',      ],
   computer                    => ['Computer',            'Computer',              ],
   elec                  => ['Electronics',      'Elektronik',              ],
   other                  => ['Other Junk',      'Sonstiges',              ],
   jewelry_gold            => ['jewelry gold',      'Goldschmuck',              ],
   jewelry_silver            => ['jewelry silver',      'Silberschmuck',      ],
   jewelry_other            => ['jewelry other',      'Sonstiger Schmuck',      ],
   yourcat08                    => ['And so on ...',      'Und So Weiter ...',      ],
   
);


White spaces are not allowed as a part of 'unquoted' hash keys.

But you can quote the keys
Example:
'jewelry silver'
and everything works fine too :-)          



Title: Re: page is empty
Post by kstaub on 03/19/05 at 18:23:42

;D
thanks alot dieter thats working great now !!
what a little thing like that can do.
amazing.
Thanks again
karl-heinz

Title: Re: page is empty
Post by Dieter Werner on 03/19/05 at 19:18:30

It's just the way Perl works  ;)

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