| Author |
Message |
guardian33
Beginner


Joined: Jun 02, 2005 Posts: 8
|
Posted: Tue Jun 07, 2005 4:52 pm Post subject: Images |
|
|
| 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 |
|
| Back to top |
|
|
AdBot
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Jun 08, 2005 1:09 pm Post subject: Re: Images |
|
|
| are they the infamous "red x"? |
|
| Back to top |
|
|
artificially
Beginner


Joined: Jun 02, 2005 Posts: 1
|
Posted: Wed Jun 08, 2005 3:06 pm Post subject: Re: Images |
|
|
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] |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Thu Jun 09, 2005 6:32 am Post subject: Re: Images |
|
|
| 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... |
|
| Back to top |
|
|
guardian33
Beginner


Joined: Jun 02, 2005 Posts: 8
|
Posted: Thu Jun 09, 2005 5:05 pm Post subject: Re: Images |
|
|
| heck there having trouble too |
|
| Back to top |
|
|
guardian33
Beginner


Joined: Jun 02, 2005 Posts: 8
|
Posted: Thu Jun 09, 2005 10:25 pm Post subject: Re: Images |
|
|
i went and redid everything got it too work  |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Jun 10, 2005 6:12 am Post subject: Re: Images |
|
|
| can you post what you used, so other users can see how it can vary from install to install? |
|
| Back to top |
|
|
eratic
Novice


Joined: Sep 11, 2004 Posts: 24
|
Posted: Fri Jun 10, 2005 6:32 am Post subject: Re: Images |
|
|
| I'd appiceciate that...i've almost got mine working... |
|
| Back to top |
|
|
guardian33
Beginner


Joined: Jun 02, 2005 Posts: 8
|
Posted: Sat Jun 11, 2005 9:01 am Post subject: Re: Images |
|
|
| all i did was read a post Dari put up that gallery2 had too be in modules then everything fell in place --- Thanks |
|
| Back to top |
|
|
eratic
Novice


Joined: Sep 11, 2004 Posts: 24
|
Posted: Sat Jun 11, 2005 2:29 pm Post subject: Re: Images |
|
|
Post your CFG file please  |
|
| Back to top |
|
|
guardian33
Beginner


Joined: Jun 02, 2005 Posts: 8
|
Posted: Sun Jun 12, 2005 1:11 pm Post subject: Re: Images |
|
|
Here ya go
Code: › 'embedphpfile' => 'modules/gallery2',
'relativeG2Path' => 'modules/gallery2/',
|
|
| Back to top |
|
|
eratic
Novice


Joined: Sep 11, 2004 Posts: 24
|
Posted: Sun Jun 12, 2005 3:19 pm Post subject: Re: Images |
|
|
| Why does god hate me? I still am having the same problem. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Jun 13, 2005 6:20 am Post subject: Re: Images |
|
|
| 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. |
|
| Back to top |
|
|
0m3ga
Beginner


Joined: Jul 24, 2005 Posts: 6
|
Posted: Mon Jul 25, 2005 8:12 pm Post subject: Re: Images |
|
|
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! |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Jul 25, 2005 8:34 pm Post subject: Re: Images |
|
|
| relativeg2path should be modules/gallery2 |
|
| Back to top |
|
|
|
|
|
|
|