I'm not sure if anyone else has posted this in the thread, but I thought I'd leave a note in case someone else runs into this problem.
Hack works great - BUT, any member with a userid greater than 32767 could not correctly create a bookmark.
To fix this, I had to adjust the 'userid' field in 'bookmarks' within the database. I had to change it from SMALLINT (since I had more members than the allowable range) to MEDIUMINT.
No more problem.
|