| Author |
Message |
atomhead
Beginner


Joined: Nov 25, 2005 Posts: 12
|
Posted: Mon Nov 28, 2005 4:40 pm Post subject: I think my paths are wrong.. |
|
|
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 |
|
|
AdBot
|
| Post subject: I think my paths are wrong.. |
|
|
|
|
|
| Back to top |
|
 |
websnail
Novice


Joined: Nov 28, 2005 Posts: 25
|
Posted: Tue Nov 29, 2005 3:21 am Post subject: Re: I think my paths are wrong.. |
|
|
| 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 |
|
|
atomhead
Beginner


Joined: Nov 25, 2005 Posts: 12
|
Posted: Tue Nov 29, 2005 7:36 am Post subject: Re: I think my paths are wrong.. |
|
|
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 |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Nov 29, 2005 7:37 am Post subject: Re: I think my paths are wrong.. |
|
|
try:
URL to the gallery2.php file: /forum/gallery2.php |
|
| Back to top |
|
|
atomhead
Beginner


Joined: Nov 25, 2005 Posts: 12
|
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Tue Nov 29, 2005 9:57 am Post subject: Re: I think my paths are wrong.. |
|
|
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 |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Nov 29, 2005 10:02 am Post subject: Re: I think my paths are wrong.. |
|
|
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 |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Tue Nov 29, 2005 10:08 am Post subject: Re: I think my paths are wrong.. |
|
|
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 |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Nov 29, 2005 10:10 am Post subject: Re: I think my paths are wrong.. |
|
|
| deactivate the gallery 2 rewrite module. |
|
| Back to top |
|
|
atomhead
Beginner


Joined: Nov 25, 2005 Posts: 12
|
Posted: Tue Nov 29, 2005 10:14 am Post subject: Re: I think my paths are wrong.. |
|
|
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 |
|
|
atomhead
Beginner


Joined: Nov 25, 2005 Posts: 12
|
Posted: Tue Nov 29, 2005 10:16 am Post subject: Re: I think my paths are wrong.. |
|
|
| Got it. I had URL rewrite module enabled. |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Tue Nov 29, 2005 10:20 am Post subject: Re: I think my paths are wrong.. |
|
|
Yep...that was it for me too...
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 |
|
|
atomhead
Beginner


Joined: Nov 25, 2005 Posts: 12
|
Posted: Tue Nov 29, 2005 10:44 am Post subject: Re: I think my paths are wrong.. |
|
|
dari wrote: › deactivate the gallery 2 rewrite module.
oh haha i totally missed this post.. thanks =) |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Nov 29, 2005 1:43 pm Post subject: Re: I think my paths are wrong.. |
|
|
jettyrat wrote: › Yep...that was it for me too...
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  |
|
| Back to top |
|
|
|
|
|
|
|