Forum OpenACS Development: Re: HTMLarea and ad_form/form builderI

Collapse
Posted by Hamilton Chua on
I am recently trying out richtext with htmlarea. I got these errors in my logs.

[06/Apr/2004:17:15:33][32318.1086155568][-conn3-] Error: rp_sources_filter: file "/web/openacs/www/resources/acs-templating/htmlarea/htmlarea.js" does not exists trying to
serve as a normal request
[06/Apr/2004:17:15:33][32318.1087208240][-conn4-] Error: rp_sources_filter: file "/web/openacs/www/resources/acs-templating/htmlarea/lang/en.js" does not exists trying to serve as a normal request
[06/Apr/2004:17:15:33][32318.1085102896][-conn2-] Error: rp_sources_filter: file "/web/openacs/www/resources/acs-templating/htmlarea/dialog.js" does not exists trying to serve as a normal request
[06/Apr/2004:17:15:33][32318.1080175408][-conn1-] Error: rp_sources_filter: file "/web/openacs/www/resources/acs-templating/htmlarea/htmlarea.css" does not exists trying to serve as a normal request

Collapse
Posted by Lars Pind on
You need to have a directory packages/acs-templating/www/resources/htmlarea in your file system.

It looks like this directory is missing.

Are you using cvs? Did you using the -d option when updating? cvs up -d.

If not, please let us know how you got the source, so we can fix the problem.

Collapse
Posted by Hamilton Chua on
Silly me....
I did not put a -d option.

Thanks Lars.