| Author | Message |
| Post Title: Images | |
guardian33
Joined: Jun 02, 2005 Posts: 8
|
Posted: Tue Jun 07, 2005 4:52 pm
not showing up on site went through everything again no errors the cofig no errors integration everything fine just no images up on site -- i have no clue
|
| Author | Message |
| Post Title: Re: Images | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Jun 08, 2005 1:09 pm
are they the infamous "red x"?
|
| Author | Message |
| Post Title: Re: Images | |
artificially
Joined: Jun 02, 2005 Posts: 1
|
Posted: Wed Jun 08, 2005 3:06 pm
Yes, it is a red x (in explorer -- opera just shows nothing).
This is how he has the g2 config'ed - Code: › Gallery2 Full filepath: /usr/home/toppdawg/public_html/gallery2/
Embed URI: http://kentucky-dirt.com/modules.php?name=gallery2 Relative G2 path: /usr/home/toppdawg/public_html/g2data/albums/ Login redirect: /modules.php?name=Your_Account Active User ID: 0 I tried using /gallery2/ as the Relative G2 path with no luck get the same thing - no image at all just the red x. We do have the name of the images showing in the area where the images should be showing. When you click on the area where the image should be you get this error page - Not Found The requested URL /modules.php was not found on this server. Gallery 2 is in the public_html. The G2 intergration mod is in the public_html/Ky-Dirt/modules. Does this info help any? Here's link to site where g2 mod is showing - http://www.kentucky-dirt.com/Ky-Dirt/modules.php?name=gallery2 [kentucky-dirt.com] |
| Author | Message |
| Post Title: Re: Images | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Thu Jun 09, 2005 6:32 am
search the forums for "full filepath"....these settings are tricky, and what others have posted may be of some use to you in terms of getting the paths correct...
|
| Author | Message |
| Post Title: Re: Images | |
guardian33
Joined: Jun 02, 2005 Posts: 8
|
Posted: Thu Jun 09, 2005 5:05 pm
heck there having trouble too
|
| Author | Message |
| Post Title: Re: Images | |
guardian33
Joined: Jun 02, 2005 Posts: 8
|
Posted: Thu Jun 09, 2005 10:25 pm
i went and redid everything got it too work
|
| Author | Message |
| Post Title: Re: Images | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Jun 10, 2005 6:12 am
can you post what you used, so other users can see how it can vary from install to install?
|
| Author | Message |
| Post Title: Re: Images | |
eratic
Joined: Sep 11, 2004 Posts: 24
|
Posted: Fri Jun 10, 2005 6:32 am
I'd appiceciate that...i've almost got mine working...
|
| Author | Message |
| Post Title: Re: Images | |
guardian33
Joined: Jun 02, 2005 Posts: 8
|
Posted: Sat Jun 11, 2005 9:01 am
all i did was read a post Dari put up that gallery2 had too be in modules then everything fell in place --- Thanks
|
| Author | Message |
| Post Title: Re: Images | |
eratic
Joined: Sep 11, 2004 Posts: 24
|
Posted: Sat Jun 11, 2005 2:29 pm
Post your CFG file please
|
| Author | Message |
| Post Title: Re: Images | |
guardian33
Joined: Jun 02, 2005 Posts: 8
|
Posted: Sun Jun 12, 2005 1:11 pm
Here ya go
Code: › 'embedphpfile' => 'modules/gallery2',
'relativeG2Path' => 'modules/gallery2/', |
| Author | Message |
| Post Title: Re: Images | |
eratic
Joined: Sep 11, 2004 Posts: 24
|
Posted: Sun Jun 12, 2005 3:19 pm
Why does god hate me? I still am having the same problem.
|
| Author | Message |
| Post Title: Re: Images | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Jun 13, 2005 6:20 am
if you are on a virtual host (ie, through a reseller), create a phpinfo file and see what path it reveals to you. and make sure you get it right, and the paths are CasE SenSitTivE.
|
| Author | Message |
| Post Title: Re: Images | |
0m3ga
Joined: Jul 24, 2005 Posts: 6
|
Posted: Mon Jul 25, 2005 8:12 pm
Having a similar issue, myself. Just installed Gallery2 and used the integration script for phpnuke. Everything seems to have gone well (even importing my PHPNuke users) but I have some missing images too.
Hopefully this will be something easy that I overlooked. Here's the gallery2.cfg file from my install: Code: › <?
$g2embedparams = array ( 'embedphpfile' => '/home/hf8141/public_html/modules/gallery2', 'embedUri' => 'http://dk-reloaded.com/modules.php?name=gallery2', 'relativeG2Path' => '/gallery2/', 'loginRedirect' => 'modules.php?name=Your_Account', 'activeUserId' => '0', ); $g2mainparams = array ( 'showSidebar' => 'true', ); $g2configurationdone = 'true'; ?> Please let me know if you need any more info to assist. Thanks! |
| Author | Message |
| Post Title: Re: Images | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Jul 25, 2005 8:34 pm
relativeg2path should be modules/gallery2
|
| Author | Message |
| Post Title: Re: Images | |
0m3ga
Joined: Jul 24, 2005 Posts: 6
|
Posted: Mon Jul 25, 2005 11:05 pm
That did the trick! Thanks sooo much dari. It looks much better now.
|
| Author | Message |
| Post Title: Re: Images | |
0m3ga
Joined: Jul 24, 2005 Posts: 6
|
Posted: Tue Jul 26, 2005 12:11 am
One minor update to add...
I had a problem with some of gallery2's featues after updating this. Turns our I was missing a slash. So, instead of updating relativeg2path to modules/gallery2 it should be /modules/gallery2 Just thought I'd post the follow-up for anyone who might search the furums in the future for this fix. |
| Author | Message |
| Post Title: Re: Images | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Jul 26, 2005 6:17 am
that preceding slash is going to be a problem for people, depending on how their server is set up. unfortunately, the only way to know if it works for you is to try it without, and then add it in.
|
| Author | Message |
| Post Title: Re: Images | |
troutfreak
Joined: Aug 16, 2005 Posts: 3
|
Posted: Thu Aug 18, 2005 1:29 am
Having a little problem with the gallery2.cfg like this it shows the pictures.But it shows the gallery as the galley theme.
PHP: ›
<?php
But if I do the 'embedPath' it shows no photos just blank. But the gallery looks like my site any ideas? Go here and see it.http://www.muskiefool.com/modules.php?name=gallery2 [muskiefool.com] |
| Author | Message |
| Post Title: Re: Images | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Thu Aug 18, 2005 6:18 am
are you sure that you're not missing a /modules/ in your embedphpfile parameter?
|
| Author | Message |
| Post Title: Re: Images | |
troutfreak
Joined: Aug 16, 2005 Posts: 3
|
Posted: Thu Aug 18, 2005 2:44 pm
If I add the /modules/ to the embedphpfiles parameter I get a white screen
|
| Author | Message |
| Post Title: Re: Images | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 19, 2005 6:05 am
what version of G2?
|