Toggle Content Main Menu
 Home Community
 Groups
 Members options Forums Search Web Development Testing

Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

People Online:
Out of 64 total users
Members: 0
Visitors: 2
Staff: 0


Toggle Content Online Users
 Visitors:
1: Forums
2: Blogs

Community Forums
Gallery 2 Integration ›› Converters
All about gallery 2 for dragonfly
Post new topic   Reply to topic     |##| -> |=|
frtaz


View user's profile

PostWed Jun 07, 2006 4:43 pm Reply with quote
It there a way to convert all of my Coppermine photos over to g2Dragonfly 1.1.
Gallery is alot better program to me . I did not know if this is in the works or not for people to convert from Coppermin to Gallery or Gallery to coppermin.
~tim


View user's profile

PostWed Jun 07, 2006 8:36 pm Reply with quote
I've told dave about your question. He'll probably be able to answer it better than me when he swings by.
dave


View user's profile

PostWed Jun 07, 2006 9:12 pm Reply with quote
yes, it is very possible. there is a converter already in development to covert from coppermine to gallery. I've just got to modify the code to go from df coppermine, to df gallery. which shouldn't be a major trouble - remember that the gallery 2 integration leaves gallery 2 intact. so the only real differences are between coppermine and df coppermine (which i need to work out).
I'll keep an eye on the development of this program and see about copying it to dragonfly.
I'll also look at doing something myself a bit more (i've already had a start at it).


Last edited by dave on Wed Jun 07, 2006 9:46 pm; edited 1 time in total
dave


View user's profile

PostWed Jun 07, 2006 9:44 pm Reply with quote
this might help you in the meantime possibly : unix.freshmeat.net/pro...alleryadd/
dave


View user's profile

PostWed Jun 07, 2006 9:45 pm Reply with quote
this looks like one i should take a look at : www.angier.co.uk/drupal/node/15
frtaz


View user's profile

PostThu Jun 08, 2006 12:16 pm Reply with quote
Yes I have tried Kernel Slap's before but it did not work because it was made for copperming standalone not for cpg in dragonfly.
frtaz


View user's profile

PostThu Jun 08, 2006 12:17 pm Reply with quote
thank you two
dave


View user's profile

PostThu Jun 08, 2006 9:41 pm Reply with quote
for a progress report, i've taken the work done there and updated it to gallery 2.1. I am in the process of changing it to work with draonfly. it is getting there.
dave


View user's profile

PostSun Jun 11, 2006 11:33 pm Reply with quote
Update: its now working and able to import albums and photos. Should be able to release a test version in next few days.
dave


View user's profile

PostMon Jun 12, 2006 12:21 pm Reply with quote
Ok, this is the alpha version of the converter. Try it out and see if it works.
Note: on the first screen, the path you want is the BASEDIR of dragonfly - i.e /homes/username/dragonflyinstall or whatever it is. (you can find it in your system info area).

Let me know of the bugs you find. It worked for me for a very small collection of albums. If it fails, I suggest doing small groups of albums at a time.


coppermineconversion.zip  |   |&nsbp;coppermineconversion.zip  | 28.71 KB
~tim


View user's profile

PostMon Jun 12, 2006 1:01 pm Reply with quote
Off topic, but you've just found a bug in my hacked attachment templates. Will fix.
frtaz


View user's profile

PostFri Jun 16, 2006 2:03 pm Reply with quote
I have installed the new converter, but it is telling me "The path that you entered is invalid. "

The path I put in was /home/mysite/public_html/modules/coppermine/ Then I tried /home/mysite/public_html/ the BaseDIR
frtaz


View user's profile

PostMon Jun 19, 2006 3:28 pm Reply with quote
I know you are tied up right now with profile replacement, but any word on this. converter?
dave


View user's profile

PostTue Jun 20, 2006 8:13 am Reply with quote
sorry, been a little busy last couple of days. I haven't had a chance to test it out again yet.
The correct path should be /home/mysite/public_html . I'm not sure why its not working for you right now. I'll look at it as soon as I can.
dave


View user's profile

PostTue Jun 20, 2006 11:53 am Reply with quote
what version of dragonfly are you using?

What the check does is check to see that BASEDIR/includes/coppermine/init.inc exists. Which as far as I know should always exist.

A possible workaround, would be to go to the \cmmigrate\SelectAlbum.inc file and then comment out lines 66-68.
i.e. change to:
Code:
/* if (!CmMigrateHelper::isValidCopperminePath($form['copperminePath'], $slash)) {
          $error[] = 'form[error][copperminePath][invalid]';
      } */
This will stop it from checking that the path is valid entirely. See if this works for you.
frtaz


View user's profile

PostTue Jun 20, 2006 7:09 pm Reply with quote
I am using 9.0.6.1

Ok I cbanged to code and now I am getting You can't access this file directly...
dave


View user's profile

PostTue Jun 20, 2006 9:14 pm Reply with quote
this is very strange.
i assume you're using a gallery version 2.1.x?
hopefully i'll have time tomorrow to do another install of gallery and test again. sorry about this, i can't see what could be different on your system to mine. i'll keep looking though.
frtaz


View user's profile

PostWed Jun 21, 2006 1:00 am Reply with quote
Thank you, Yes I am useing Gallery 2.1
dave


View user's profile

PostWed Jun 21, 2006 2:52 pm Reply with quote
I just tested on a clean install of dragonfly and gallery and it worked.

Have you got any unusual settings or anything that you think might make your version different?
dave


View user's profile

PostWed Jun 21, 2006 2:52 pm Reply with quote
are you running on windows or linux?
frtaz


View user's profile

PostWed Jun 21, 2006 3:13 pm Reply with quote
I am running a linus, I just did a reinstall of gallery 2.1 and also the bridge.
the only setting that I can thank of that might though it off is I have a dragon fly in its on folder like www.Mysite.com/Main1
and the path would be /home/password/public_html/Main1/
other than that no I do not have any. I will keep on trying to play with it
dave


View user's profile

PostWed Jun 21, 2006 4:04 pm Reply with quote
/home/password/public_html/Main1/ as your path didn't work I take it?

This path just needs to be the path to your dragonfly basedir. i.e. what you see in dragonfly admin, system info.
dave


View user's profile

PostWed Jun 21, 2006 4:06 pm Reply with quote
oh just in case, you aren't, the converter will only work when in embedded mode. It won't work in gallery standalone mode.
frtaz


View user's profile

PostWed Jun 28, 2006 3:26 am Reply with quote
I have installed the new converter again, but it is still telling me "You can't access this file directly... "
and galery 2.1.1
dave


View user's profile

PostWed Jun 28, 2006 11:07 am Reply with quote
You are running in embedded mode right?
Can i take a look at your site?

The only thing that appears to be different so far is that your dragonfly install is in a subdirectory. And this really shouldn't affect it at all.
Where did you install gallery? is it installed in the module directory in dragonfly?
frtaz


View user's profile

PostWed Jun 28, 2006 9:06 pm Reply with quote
yes I, am running it in embedded mode. and DF is in a subfolder. gallery is under the module dir too.

Drave, I will p.m. you my site info. what all do you want me to send to you?
dave


View user's profile

PostThu Jun 29, 2006 7:25 am Reply with quote
have pm'd you with details.
WebSiteGuru


View user's profile

PostSat Apr 07, 2007 2:14 am Reply with quote
Dave,

Do you still have the converter? I want to convert one of mine Coppermine to Gallery2.

Thanks in advance,
WSG
Imran


View user's profile

PostFri Apr 27, 2007 5:20 pm Reply with quote
Hello People. I have been told about this site by WSG. I am having problems integrating Gallery 2 using the module present on Dragonflied. But I am a bit disappointed with their support and that is why I am here.

Moving to my problem, I have been successful in installing the Gallery here.

www.radopod.com/module...2/main.php

But I am not being able to see the install link on the modules page. Any help?
Post new topic   Reply to topic     |##| -> |=|  All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum