PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   How to reset cookie settings (http://www.photopost.com/forum/photopost-pro-how-do-i/135371-how-reset-cookie-settings.html)

Jason2 February 11th, 2008 04:47 PM

How to reset cookie settings
 
Hello,

how do I re-set the cookie settings, as I cannot login to the gallery, or adminCP?

Regards Jason :)

Chuck S February 11th, 2008 07:14 PM

Jason

There is no tool to reset cookie settings in the program outside of changing them in admin. If you are familiar with phpmyadmin I can give you some queries to clear them out like so

UPDATE pp_settings SET setting='/' WHERE id=171
UPDATE pp_settings SET setting='' WHERE id=172
UPDATE pp_settings SET setting='' WHERE id=173

Jason2 February 11th, 2008 07:36 PM

I did that and got the following error:

SQL query:

UPDATE pp_settings SET setting = '/' WHERE id =171 UPDATE pp_settings SET setting = '' WHERE id =172 UPDATE pp_settings SET setting = '' WHERE id =173

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE pp_settings SET setting='' WHERE id=172
UPDATE pp_settings SET setting='' at line 2

Regards Jason :)

Chuck S February 11th, 2008 07:42 PM

are you trying to do them all at once? try doing them one at a time

Jason2 February 11th, 2008 07:54 PM

That worked, thanks a lot Chuck, much appreciated.

Regards Jason :)

Chuck S February 11th, 2008 08:16 PM

enjoy your evening let us know if we can be of further assistance.


All times are GMT -5. The time now is 03:04 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97