>
> [2772]CUP:  Error while cleanup $HTML::Embperl::DOC::_1::page_bgcolor:
> Modification of a read-only value attempted at
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/HTML/Embperl.pm line 1393.
>
> The "processblock" stuff looks a lot like the logging which you added to
> epmain.c when we were trying to track down the previous caching problem.

Yes, and it will have gone in the next release.

> Is it possible that this code is still in there and just doesn't pay
> attention to the EMBPERL_LOGFILE directive?
>

Yes, it doesn't pay any attention to EMBPERL_LOGFILE, because it must be
EMBPERL_LOG as you already found out on your own, sorry for my typo.

> The last message is weird. The variable concerned is a constant, which
> should never be changed. There are many other constants which I defined,
> so I am not sure why this one should cause a problem. I have checked my
> code and it is used 3 times, in different files, in very simple
> circumstances (i.e. just to set the background color of a page or
> table).
>

How do you define that constant, like:

$page_bgcolor = 123456 ;

or like

use constant page_bgcolor => 12345 ;

or in another way ?

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to