|
Done that which generated the following output:
UPDATE pp_settings SET section =13 WHERE id =181;# MySQL returned an empty result set (i.e. zero rows).
UPDATE pp_settings SET section =13 WHERE id =182;# MySQL returned an empty result set (i.e. zero rows).
UPDATE pp_settings SET section =13 WHERE id =183;# MySQL returned an empty result set (i.e. zero rows).
But I still can't login to the admin control panel. Looking at the pp_settings table I still don't see any reference to a cookie domain.
If it's any help here's the output from when I ran the upgrade script:
Preparing to update 2.0x database...
Performing MySQL command: REPLACE INTO pp_settings VALUES (84,'PhotoPost Classifieds Version','pversion','','2.1',53,0) ... Successful!
Performing MySQL command: REPLACE INTO pp_settings VALUES (37,'cright','cright','','Powered by: PhotoPost Classifieds --replaceme--
Copyright 2005 All Enthusiast, Inc.',300,'0') ... Successful!
Performing MySQL command: REPLACE INTO pp_admingroups VALUES (13,'Cookie Settings') ... Successful!
Performing MySQL command: REPLACE INTO pp_admingroups VALUES (14,'Forum Settings') ... Successful!
Performing MySQL command: UPDATE pp_settings SET section=14,optionorder=1 WHERE id=7 ... Successful!
Performing MySQL command: UPDATE pp_settings SET section=14,optionorder=2 WHERE id=41 ... Successful!
Performing MySQL command: UPDATE pp_settings SET section=14,optionorder=3 WHERE id=83 ... Successful!
Performing MySQL command: UPDATE pp_settings SET section=14,optionorder=4 WHERE id=163 ... Successful!
Performing MySQL command: UPDATE pp_settings SET section=14,optionorder=5 WHERE id=153 ... Successful!
Upgrade complete! You can now remove the upgrade.php script.
Last edited by criscokid; January 18th, 2005 at 08:48 AM.
|