From: Adam S. <as...@gm...> - 2006-07-30 00:12:14
|
Hi--I'm having a bit o'trouble with search and bookmarklets pages and hoped someone could help. 1. *Search*: I can search for everything but "My library" and "All." When I search using these two types of searches, it gives me a huge page of errors that looks like a section of code from the DBI.pm file: "DBD::mysql::st execute failed: Table 'bibliotech_search.user_bookmark_details' doesn't exist [for Statement "SELECT ub.user_bookmark_id, ub.user, ub.bookmark, ub.updated, ub.citation, ub.user_is_author, ub.private, ub.private_gang, ub.private_until, ub.created, u.user_id, u.username, u.openurl_resolver, u.openurl_name, u.updated, IFNULL(GROUP_CONCAT(DISTINCT CONCAT(g.gang_id),':/:',IFNULL(g.name, '+NULL'),':/:',IFNULL(g.owner, '+NULL'),':/:',IFNULL(g.private, '+NULL') ORDER BY ug.created SEPARATOR '///'), '') AS _u_gangs_packed, b.bookmark_id, b.url, b.hash, ..." so forth and so on... Why "My library" and "All" searches don't work but the rest do is beyond me... 2. *Bookmarklets*: I created a page "bookmarklets.inc" in my /html folder. When I add the variable ${bookmarklets}, it breaks the page and displays this error: "Can't locate object method "a" via package "add" (perhaps you forgot to load "add"?) at /usr/lib/perl5/5.8.0/Bibliotech/Bookmarklets.pm line 117." I know it's reaching the Bookmarklets.pm file, but line 117 is the middle of the javascript call for the bookmarklet. When I comment the line out, it still displays the same error. 3. *Gangs*: How do you show the "edit" link next to the groups. I can show ListOfMyGangs, but I want to add the "edit" link next to the gang if I'm the owner. THANKS in advance for your help!!! --Adam |