JakartaF error

"Sjahrazad Alamsjah" <[email protected]> Mon, 9 Sep 2002 02:46:43 +0700
Newsgroups gmane.comp.web.envolution.devel
Organization BataviaMall.com
Message-ID <011101c25770$a63f38b0$0100a8c0@batavia>
Hi all,

There is a duplicate entry in sql file for JakartaF theme. This will cause
the error message: _ANERROROCCURED _INZONE: master1 master2 _MAINZONENOTPL
If you found this error, change your pn_value in table envo_module_vars, to:
s:8:"Envolved";

The duplicate entry is in theme.sql file.
In envo_theme_zone line:

INSERT INTO envo_theme_zones VALUES (128, 8, 'News-article', 'News-article',
0, 1);

the zone_id 128, should be replaced with 127:

INSERT INTO envo_theme_zones VALUES (127, 8, 'News-article', 'News-article',
0, 1);

I already fixed the download files.
Sorry about that.
sjah