Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Moving directory of images  (Read 1903 times)

0 Members and 1 Guest are viewing this topic.

shiftsrl

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 74
    • Apple Reseller
Moving directory of images
« on: September 04, 2006, 03:12:00 pm »

Since I've used coppermine for some time, I would like to make some order in my album directory and I would like to move around some folders. If I've this structure, for example

pictures
--trip1
--trip2

and would like to have this one

2002
--trip2

2003
--trip1

apart from moving the filders via FTP, how can I be sure that Coppermine will find the albums once the structure is changed?

Thanks in advance
Logged
Shift Srl
 *Link Removed*

ralfs

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 37
Re: Moving directory of images
« Reply #1 on: September 04, 2006, 03:38:41 pm »

Hi,

The easiest way would be via SQL queries:

Run phpmyadmin, take your database.
Then 'SQL' and enter

Update cpg_pictures
SET filepath = "data/2002/trip2/"
WHERE filepath = "data/pictures/trip2/"

assumed, your directory structure starts underneath albums/data

I had to do that quite often in the last months and it worked fine.

Regards,
Ralf
Logged
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 19 queries.