Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 [2] 3 4   Go Down

Author Topic: [PLUGIN] File2albummover  (Read 100604 times)

0 Members and 1 Guest are viewing this topic.

ge-flopt

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 49
Re: [PLUGIN] File2albummover
« Reply #20 on: October 25, 2005, 07:43:42 pm »

Made a quick an dirty update to make it work. Probibly not the most buitifull one, but it works, so now can everyone work with it that has the latest CVS version of CM
Logged

tutone

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
Re: [PLUGIN] File2albummover
« Reply #21 on: October 26, 2005, 05:03:48 am »

I ran it and it seemed to move alot of the files... but there were alot that had "error 1".  How do i fix "error 1"?
Logged

ge-flopt

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 49
Re: [PLUGIN] File2albummover
« Reply #22 on: October 26, 2005, 08:33:23 am »

Errorcode 1 means that he can't copy the original file to the new location, probably that the rights on the original file/directory aren't sufficiant.
Logged

tutone

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
Re: [PLUGIN] File2albummover
« Reply #23 on: October 26, 2005, 06:46:49 pm »

Ok i tried to change the rights to each folder (and the files) to 777.... the files still were not moved.  ANd upon further investigation none have been moved.  what else should i try?
Logged

ge-flopt

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 49
Re: [PLUGIN] File2albummover
« Reply #24 on: October 27, 2005, 08:41:18 am »

Just checking:
- The destination dir has sufficiant right?
- What's the album name? Does it contain "strange" characters?
Logged

tutone

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
Re: [PLUGIN] File2albummover
« Reply #25 on: November 02, 2005, 07:43:08 pm »

the destinatin directory has 777 rights... so do the beginning folders
a couple of the albums have & or "... but the albums are created ok... the files aren't being moved.  What else should i try?
Logged

ge-flopt

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 49
Re: [PLUGIN] File2albummover
« Reply #26 on: November 02, 2005, 10:12:46 pm »

If all your directories have that problem, and all of them have & in it, i have to make a change to the convert part (Change spaces and /'s to undescores). Probebly only the creation of the directory hoes ok, but the copy goes wrong.
Logged

tutone

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 64
Re: [PLUGIN] File2albummover
« Reply #27 on: November 03, 2005, 06:27:17 am »

only a couple of them have & so i don't think that is the problem. 
Logged

ge-flopt

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 49
Re: [PLUGIN] File2albummover
« Reply #28 on: November 04, 2005, 05:04:46 pm »

Then i don't have an idea why it goes wrong, sorry..

One last try, do the log files of apache give an error or something?
Logged

javog

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: [PLUGIN] File2albummover
« Reply #29 on: December 09, 2005, 02:18:50 pm »

For Coppermine 1.4.2 you need to change the following in codebase.php:

Code: (Line 34) [Select]
        $OLD_DIR=$ALBUMS_DIR."".$total[15];                                                                     //eg Albums/trees/to
Code: [Select]
        $OLD_DIR=$ALBUMS_DIR."".$total[18];                                                                     //eg Albums/trees/and
Code: (Line 35) [Select]
        $OLD_FILE=$total[16];                                                                                           //eg greentree.jpgto
Code: [Select]
        $OLD_FILE=$total[19];                                                                                           //eg greentree.jpgand
Code: (Line 113) [Select]
                        $UPDATE_SQL_QUERY="UPDATE ".$CONFIG['TABLE_PICTURES']." SET filepath='".$NEW_DIR_NO_AD."' WHERE pid=".$total[13];       //This is the sql statement that modifies the database so the new dir's are correctedto
Code: [Select]
                        $UPDATE_SQL_QUERY="UPDATE ".$CONFIG['TABLE_PICTURES']." SET filepath='".$NEW_DIR_NO_AD."' WHERE pid=".$total[16];       //This is the sql statement that modifies the database so the new dir's are corrected
Logged

ge-flopt

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 49
Re: [PLUGIN] File2albummover
« Reply #30 on: January 02, 2006, 08:08:52 pm »

Sorry for the late reply.. Due to personal problems, i didn;t have time to update. New version is here. Didn't change the numbers as asked, but changed the query to make it work also with a newer version of CM.

Have tested it and it seems to work. If someone has another problem, please post, will try to fix it within a week and not a month.
Logged

ktwenrick

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: [PLUGIN] File2albummover
« Reply #31 on: May 05, 2006, 11:02:38 pm »

i got this error when trying to install.. im using 1.4.5

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/xpressi/public_html/jake/gallery/plugins/f2am/codebase.php on line 24
Logged

ktwenrick

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: [PLUGIN] File2albummover
« Reply #32 on: May 05, 2006, 11:14:21 pm »

if anyone can help, i really love this mod, it makes things easier.. i got it to work once a long time ago, but since then have updated my coppermine and it doesn't seem to work anymore..thanks yall
Logged

Paver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1609
  • Paul V.
Re: [PLUGIN] File2albummover
« Reply #33 on: May 06, 2006, 01:56:35 am »

This last plugin version is certainly a beta version because it has syntax errors.

Near the beginning, modify your codebase.php to match this:
Code: [Select]
require_once('include/init.inc.php');
include('configuration.php');
$TABLE_PREFIX=$CONFIG['TABLE_PREFIX'];
$RESULT = cpg_db_query("SELECT {$CONFIG['TABLE_PICTURES']}.filepath, {$CONFIG['TABLE_PICTURES']}.filename,
{$CONFIG['TABLE_PICTURES']}.pid, {$CONFIG['TABLE_ALBUMS']}.title
FROM {$CONFIG['TABLE_ALBUMS']},{$CONFIG['TABLE_PICTURES']}
WHERE {$CONFIG['TABLE_ALBUMS']}.aid={$CONFIG['TABLE_PICTURES']}.aid
ORDER BY {$CONFIG['TABLE_ALBUMS']}.title"
);

I don't know if this will cause the plugin to work because I have never used it before and I'm not really sure what it will do.  So BE CAREFUL - you should probably be testing this on a test site or at least a backed-up site. 
Logged

mrandall131

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 34
    • NorthEastATVers
Re: [PLUGIN] File2albummover
« Reply #34 on: May 24, 2006, 01:26:15 pm »

BUMP

Has anyone tested this out?  I have been looking for something like this for a while.
Logged
SMF 1.1RC1 - www.northeastatvers.com/forum
Coppermine 1.4.3 - www.northeastatvers.com/gallery
---------------------------------------------------------------------------------
(http://www.northeastatvers.com/graphics/Logo_small.gif)

jokera

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 11
    • 那顆爛蔥 專屬相簿
Re: [PLUGIN] File2albummover
« Reply #35 on: January 17, 2007, 08:50:45 pm »

Does this plugin still continue test and modify?  ???
I've test 0.1 in plugin pack and try to modify it.
Why not change target file directory to /albums/[user id]/[album name] ? ???
Logged

ge-flopt

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 49
Re: [PLUGIN] File2albummover
« Reply #36 on: January 18, 2007, 08:46:42 am »

Well, it doesn't get modified, because i didn't get really any bugs. What Paver said, i didn't modify because, everything worked. I didn't get any new features to add. I'll have a look at it.
Logged

jokera

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 11
    • 那顆爛蔥 專屬相簿
Re: [PLUGIN] File2albummover
« Reply #37 on: January 18, 2007, 10:11:59 am »

I got the same error message in CPG 1.4.10 with file2albummover-v0.3Beta 2

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/html/testcpg/plugins/file2albummover/codebase.php on line 24


After modified by Paver's solution,it's OK.
(http://jokera.mrs3.com/pg/albums/userpics/0/%E6%95%99%E5%AD%B8%E7%94%A8/ile2albummover_001_%E5%A4%A7%E5%B0%8F_.jpg)

Can I modify your 0.3Beta 2 for changing target directory?
The plugin seems work very well in my Fedora Core 5 Unicode system
(http://jokera.mrs3.com/pg/albums/userpics/0/%E6%95%99%E5%AD%B8%E7%94%A8/ile2albummover_002_%E5%A4%A7%E5%B0%8F_.jpg)
Logged

ge-flopt

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 49
Re: [PLUGIN] File2albummover
« Reply #38 on: January 18, 2007, 12:24:22 pm »

jokera, i will make an update, so the paver update will be included.

Hope i will get the time to modify it to include user id, but then i need to get the time.
Logged

jokera

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 11
    • 那顆爛蔥 專屬相簿
Re: [PLUGIN] File2albummover
« Reply #39 on: January 18, 2007, 03:20:30 pm »

a little suggestion
(http://jokera.mrs3.com/pg/albums/userpics/0/%E6%95%99%E5%AD%B8%E7%94%A8/ile2albummover_003.jpg)
Directory name -> Userid can be replaced by categery in table albums
I modify your 0.1 to suite my mind,like first picture's [old directory]  ;D
Take it easy.You can modify it when you have really enough time  ;)
Logged
Pages: 1 [2] 3 4   Go Up
 

Page created in 0.026 seconds with 21 queries.