| Author |
Message |
PoPoutdoor
Wizard


Joined: Jan 20, 2006 Posts: 118
|
Posted: Thu Nov 20, 2008 11:05 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
Current official package does not support Gallery 2.3! _________________ We are not at our best perched at the summit, we are climbers, at our best when the way is steep. |
|
| Back to top |
|
|
AdBot
|
| Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
|
|
|
| Back to top |
|
 |
WizardOfZo
 Guru


Joined: Sep 24, 2008 Posts: 51
|
Posted: Sat Nov 22, 2008 6:29 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
I see that the Gallery2.org website prematurely shows that G2.3 integration is supported here.
http://codex.gallery2.org/Integration
I know you still have a few bugs to work out, and with a 3 year old of my own,
I understand that family takes priority over coding (and everything else)
Because of that, I am reluctant to ask...
Do you have a guess-timation of when a working integration package may be ready? (Or a RC5?) |
|
| Back to top |
|
|
PoPoutdoor
Wizard


Joined: Jan 20, 2006 Posts: 118
|
Posted: Sat Nov 22, 2008 10:53 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
I'm only helping a small part of g2is out and the RC code testing…You have to ask jettyrat for the next RC release.
If you don't need URL rewrite, you can try RC4 by now. _________________ We are not at our best perched at the summit, we are climbers, at our best when the way is steep. |
|
| Back to top |
|
|
WizardOfZo
 Guru


Joined: Sep 24, 2008 Posts: 51
|
Posted: Sun Nov 23, 2008 6:43 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
Does that mean that the "Authentication Failure" problem I see in other threads is not a current issue with RC4?
I dont plan to use URL rewrite.
Thanks |
|
| Back to top |
|
|
WizardOfZo
 Guru


Joined: Sep 24, 2008 Posts: 51
|
Posted: Wed Dec 03, 2008 10:05 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
| It looks like the official release is out? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Wed Dec 03, 2008 10:56 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
yes _________________
 |
|
| Back to top |
|
|
mau
Beginner


Joined: Nov 19, 2008 Posts: 2
|
Posted: Tue Dec 09, 2008 6:10 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
| phpBB3_121 Integration for subsilver2? |
|
| Back to top |
|
|
Elyaradine
Beginner


Joined: Dec 21, 2008 Posts: 4
|
Posted: Sun Dec 21, 2008 5:35 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
Hi there. Very detailed mod, with a good ReadMe and such. Kudos on putting so much work into it.
There's just one (rather critical) problem: Viewing the gallery, none of the images seem to load. If I try and download an image through the gallery, or try and edit or delete any albums or items, it throws an "Object Not found!" 404 error. (It seems that the edits, adds and deletes actually occur, since I can see the objects uploaded to the various folders. It's just that images won't load/download, comments can't be posted, and various things like that.)
Any idea where I might have messed up on the integration? |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1139
|
Posted: Mon Dec 22, 2008 10:33 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
| Sounds like your gallery db is messed up. Does gallery work standalone? |
|
| Back to top |
|
|
Elyaradine
Beginner


Joined: Dec 21, 2008 Posts: 4
|
Posted: Mon Dec 22, 2008 1:59 pm Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
It didn't when I tried visiting the Gallery2 url, but I think it's because it redirects to access itself through phpBB, and I didn't know how to turn that off.
Anyhow, I've deleted it and started over with a vanilla forum, and another (completely different) error popped up instead. It's just so easy to make a mistake when there are 2 hours' worth of steps to follow.
Thanks anyway. I'll keep trying until I get a more consistent stream of errors, or it works.  |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1139
|
Posted: Mon Dec 22, 2008 2:31 pm Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
You can set gallery back to standalone mode by editing the gallery/config.php and set $gallery->setConfig('mode.embed.only', '/phpbb3/gallery2.php');
to $gallery->setConfig('mode.embed.only', false); |
|
| Back to top |
|
|
Elyaradine
Beginner


Joined: Dec 21, 2008 Posts: 4
|
Posted: Tue Dec 23, 2008 5:10 pm Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
Thanks again for the mod. I've never installed something that was so comprehensive and had documentation like that. I managed to install the gallery successfully this time. Uploads and such work correctly.
Take a look at http://pixofile.co.za (though it's midnight in South Africa so most of our members are asleep, and there's nothing really uploaded yet; just a couple of test photos).
There just seems to be one remaining problem: when viewing a person's profile, at the bottom of the page where it lists gallery items for that person, it always seems to say zero items (even though they've uploaded at least one item).
Any idea where I might have messed it up? Assuming it's not a bug. |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1139
|
Posted: Wed Dec 24, 2008 11:04 am Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
Elyaradine wrote: › There just seems to be one remaining problem: when viewing a person's profile, at the bottom of the page where it lists gallery items for that person, it always seems to say zero items (even though they've uploaded at least one item). Have you set the "Gallery items limit:" in the link settings to a value above zero? |
|
| Back to top |
|
|
Elyaradine
Beginner


Joined: Dec 21, 2008 Posts: 4
|
Posted: Wed Dec 24, 2008 3:51 pm Post subject: Re: phpBB3/Gallery2 Integration Package |
|
|
...no.
My bad. Thanks for the help. |
|
| Back to top |
|
|
|
|
|
|
|