Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

I think my paths are wrong..

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Integration » phpBB2 / Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
atomhead

Beginner
Beginner


Joined: Nov 25, 2005
Posts: 12

PostPosted: Mon Nov 28, 2005 4:40 pm    Post subject: I think my paths are wrong.. Reply with quote

I set it up and played with the config ACP until it would load the gallery page. However it loads it in the same window rather than a new one (not a huge deal I can fix the overall header link), and when it displays, it can't find any of the pics now.

My install is different in that gallery2 is in the root, not a subfolder of the phpbb directory. I can't access my admin ACP in the template I use which I got around by linking directly. However I can't get into the gallery config through the link in the actual gallery now that I'm integrated.

http://defianceguild.nrgservers.net/forum/v/pics/

It's apparently looking for images in a different place now and I can't find it.
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: I think my paths are wrong..  

Back to top
websnail

Novice
Novice


Joined: Nov 28, 2005
Posts: 25

PostPosted: Tue Nov 29, 2005 3:21 am    Post subject: Re: I think my paths are wrong.. Reply with quote

I think it'd help with debugging if you could post your existing paths so any incorrect settings there could be quickly diagnosed...
Back to top
Offline View user's profile Send private message
atomhead

Beginner
Beginner


Joined: Nov 25, 2005
Posts: 12

PostPosted: Tue Nov 29, 2005 7:36 am    Post subject: Re: I think my paths are wrong.. Reply with quote

Full file path to your Gallery 2 directory: /home/sites/gs/fuel/defianceguild.nrgservers.net/public_html/gallery2/

URL to the gallery2.php file: gallery2.php

URL path from you webroot to gallery2.php: /forum/

Relative file path to your Gallery 2 directory: ../gallery2/

URL to your login.php file: /forum/login.php

Cookie path: /

Active User ID: 0
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Tue Nov 29, 2005 7:37 am    Post subject: Re: I think my paths are wrong.. Reply with quote

try:
URL to the gallery2.php file: /forum/gallery2.php
Back to top
Offline View user's profile Send private message Visit poster's website
atomhead

Beginner
Beginner


Joined: Nov 25, 2005
Posts: 12

PostPosted: Tue Nov 29, 2005 9:40 am    Post subject: Re: I think my paths are wrong.. Reply with quote

http://defianceguild.nrgservers.net/forum/gallery2.php

this is what i see now.
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Tue Nov 29, 2005 9:57 am    Post subject: Re: I think my paths are wrong.. Reply with quote

atomhead...looks like the problem you are having is the same issue I'm having as well. postt2170.html [nukedgallery.net]

Perhaps Dari or someone else can give us an example of the config path settings for a gallery install where gallery resides in its own root directory and phpbb resides in its own seperate root directory?
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Tue Nov 29, 2005 10:02 am    Post subject: Re: I think my paths are wrong.. Reply with quote

here is mine (forums are at www.foo.com/phpbb2 and gallery is at www.foo.com/gallery2):

Full file path to your Gallery 2 directory: /home/nuk3dari/public_html/serpent/gallery2/
URL to the gallery2.php file: /phpBB2/gallery2.php
URL path from you webroot to gallery2.php: /phpBB2/
Relative file path to your Gallery 2 directory: ../gallery2
URL to your login.php file: login.php
Cookie path: /
Back to top
Offline View user's profile Send private message Visit poster's website
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Tue Nov 29, 2005 10:08 am    Post subject: Re: I think my paths are wrong.. Reply with quote

That's exactly the way I've tried it and when gallery renders in a page the links the albums are broken and they point to

http://www.foo.com/phpbb/v/Some-Album/

It tries to put phpbb in the link to the gallery album...
URL path from you webroot to gallery2.php: /phpBB2/
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Tue Nov 29, 2005 10:10 am    Post subject: Re: I think my paths are wrong.. Reply with quote

deactivate the gallery 2 rewrite module.
Back to top
Offline View user's profile Send private message Visit poster's website
atomhead

Beginner
Beginner


Joined: Nov 25, 2005
Posts: 12

PostPosted: Tue Nov 29, 2005 10:14 am    Post subject: Re: I think my paths are wrong.. Reply with quote

dari wrote: › here is mine (forums are at www.foo.com/phpbb2 and gallery is at www.foo.com/gallery2):

Full file path to your Gallery 2 directory: /home/nuk3dari/public_html/serpent/gallery2/
URL to the gallery2.php file: /phpBB2/gallery2.php
URL path from you webroot to gallery2.php: /phpBB2/
Relative file path to your Gallery 2 directory: ../gallery2
URL to your login.php file: login.php
Cookie path: /


Ok I made a minor adjustment, put /forum/login.php as the login path. It loads better and the Site admin link works (though I can't see Gallery2 there, see other post =x). But no images still.

When I try to add a file it works, but when I click link it says:

http://defianceguild.nrgservers.net/for ... n.jpg.html
Back to top
Offline View user's profile Send private message
atomhead

Beginner
Beginner


Joined: Nov 25, 2005
Posts: 12

PostPosted: Tue Nov 29, 2005 10:16 am    Post subject: Re: I think my paths are wrong.. Reply with quote

Got it. I had URL rewrite module enabled.
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Tue Nov 29, 2005 10:20 am    Post subject: Re: I think my paths are wrong.. Reply with quote

Yep...that was it for me too... Mr. Green

Thanks a lot Dari!!

Maybe a mention of this in the readme would alleviate some of the confusion?

Thanks again...sorry to be such a pain!
Back to top
Offline View user's profile Send private message
atomhead

Beginner
Beginner


Joined: Nov 25, 2005
Posts: 12

PostPosted: Tue Nov 29, 2005 10:44 am    Post subject: Re: I think my paths are wrong.. Reply with quote

dari wrote: › deactivate the gallery 2 rewrite module.


oh haha i totally missed this post.. thanks =)
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA

PostPosted: Tue Nov 29, 2005 1:43 pm    Post subject: Re: I think my paths are wrong.. Reply with quote

jettyrat wrote: › Yep...that was it for me too... Mr. Green

Thanks a lot Dari!!

Maybe a mention of this in the readme would alleviate some of the confusion?

Thanks again...sorry to be such a pain!


done Smile
Back to top
Offline View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Integration » phpBB2 / Gallery 2 Integration View previous topicPrinter friendly versionView next topic

 
Jump to:  
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
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Dedicated ServersDomain NamesWeb HostingDomain Name RegistrationDedicated Web HostingWeb Design New YorkCompare VoIPseo packagesSEO CompanyNew York Yellow PagesFind LocationsVOIP Phone ServiceNeckermannOnline internetSEORestaurant Locator • Get great HP coupons from CouponSnapshot • Search for great dell coupons at CouponSnapshot.com.au • Graduation DressesAndroid TabletSEO IndiaBuy Phen375fuel filter

8th year online! 2003-2011
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia