News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Reset the pid to zero

Started by wkpoon, June 12, 2007, 11:00:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wkpoon

If there a way to reset the pid to zero ? when I delete all albums and create a new one, the pid did not reset to zero and I the photo file name is the same as the pid that is 0001.jpg would had the pid 1 and so on.

Abbas Ali

You can reset the pid to start from 1 using a database tool such as phpMyAdmin. You actually need to set the AUTO_INCREMENT value to 1 for cpg_pictures table. But make sure that there are no photos in cpg before doing so.
Chief Geek at Ranium Systems

wkpoon

I had reset the pid to 1 and had my file name consist with the pid that 001.jpg would had pid 1. Thanks Ali for your help!!