Forum OpenACS Q&A: Re: folder-edit on photo-album error

Collapse
Posted by Eric Wolfram on
sorry, I found it and resolved the issue. I edited
/packages/photo-album/www/folder-edit-oracle.xql
/packages/photo-album/www/folder-edit-postgresql.xql
/packages/photo-album/www/folder-edit.tcl

I changed all instances of

content_folder.rename

to:

content_folder.edit_name

in the postgres file it was:

content_folder__edit_name

I then had to "reload" the files in photo-album from some tool in the admin area...I guess restarting the server would have done it too...but reloading resolved the isssue! Yeah! Thanks D!

e