Forum OpenACS Q&A: Re: Book Marks installation

Collapse
Posted by Peter Marklund on
Vamsi,
if you really have the bookmarks package files in your packages  directory the reason the APM won't install from them is probably that it already thinks it has a bookmarks package installed with an equal or higher version number. Try doing

select * from apm_package_version_info where package_key = 'bookmarks';

What is the output?