Forum OpenACS Development: Strange error with Custom Portal

Collapse
Posted by Matthew Coupe on
Hi,
I am trying to create and modify some custom portlets in my dotLRN and I have started to receive a strange error message. I click on either new custom portlet or on an existing one to edit it and I get a popup alert which says:

ERROR[createSelect]:
Cant find the requested dropdown definition

This then leads to a further error message

FIXME:Unknown toolbar item: function(){
.
.
.

Not sure what could have caused this however I recently installed ajaxhelper and was playing around with that and new-portal.

I've just removed the
set sources [ah::js_sources -default]
from my dotLRN-master and it seems to have fixed this problem. Looks like something conflicts with the custom portlet when you have the ajaxhelper source files on each page?

Matthew