Quote:
Originally Posted by Chuck S I would suggest you check in your vbulletin config file what your cookie prefix is.
Then try issuing this query against your Photopost settings table to correct the cookie prefix
UPDATE pp_settings SET setting='bb' WHERE id=172 |
I have try this query today:
UPDATE settings SET setting='bb' WHERE id=172, it doesent work.