Forum OpenACS Q&A: @title;noquote@ displaying in bookshelf package

I installed the bookshelf package from CVS to use with my 4.6.3 installation and instead of getting an HTML title and page title, I get @title;noquote@ on all the pages.

Does anyone know why this might be occurring with the template system?

Collapse
Posted by Jarkko Laine on
James,

You're seeing code that tries to use noquote feature of OpenACS. However, noquote is not part of 4.6 (and doesn't work with it) so you probably checked bookshelf out of cvs head. Try getting it from 4.6 branch instead, that version doesn't probably (er..hopefully :) call noquote.

Collapse
Posted by James Harris on

Hi Jarkko,

I couldn't check it out of the 4.6 branch (I'm not too good with CVS) - please see the bottom of https://openacs.org/forums/message-view?message_id=114451.

Collapse
Posted by Jarkko Laine on
buggers.

Maybe you can degrade to an older version of the package which doesn't have the noquote stuff. Execute the following in /packages/bookshelf folder of your checkout:
    cvs update -r before-noquote

I made a quick check and there shouldn't be any updates you'd be missing other than noquoting. Note that when you update your sources after that, you'll always be receiving the same 'before-noquote' version of bookshelf. If you at some point want to get the latest updates (with noquoting), you have to say "-A" after cvs update.

Collapse
Posted by James Harris on
Thanks Jarkko - it works now.  Time for James to learn more about CVS...