View Single Post
Old March 2nd, 2006, 10:14 PM   #1 (permalink)
RP74
Registered User
 
Join Date: Mar 2006
Posts: 1
IF you can't get to Photopost Admin (adm-index.php) using VB 3.5.x, you might try:

This is using vB 3.5.4 and Photopost 5.3.

I had this problem, and found that THIS fixed the problem:

update pp_settings set setting='bb' where id='172';

Execute this from a shell account, from within mysql. It's what I had to do- maybe I missed something somewhere, but this fixed it.

For the newbies, log in to your shell account via SSH (putty.exe or whatever), then log into mysql (mysql -uYOURUSERNAMEFORDB -pDBPASSWORD nameofyourdatabase), then type as above and press enter (assuming you used pp_ as your table prefix for Photopost), you should see "Query OK, 1 row affected". Be aware, typo's can blow up lots of things at this point.
RP74 is offline   Reply With Quote