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  

Images
Goto page 1, 2  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
guardian33

Beginner
Beginner


Joined: Jun 02, 2005
Posts: 8

PostPosted: Tue Jun 07, 2005 4:52 pm    Post subject: Images Reply with quote

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
Offline View user's profile Send private message
AdBot
   Post subject: Images  

Back to top
dari

Site Admin
Site Admin


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

PostPosted: Wed Jun 08, 2005 1:09 pm    Post subject: Re: Images Reply with quote

are they the infamous "red x"?
Back to top
Offline View user's profile Send private message Visit poster's website
artificially

Beginner
Beginner


Joined: Jun 02, 2005
Posts: 1

PostPosted: Wed Jun 08, 2005 3:06 pm    Post subject: Re: Images Reply with quote

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
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: Thu Jun 09, 2005 6:32 am    Post subject: Re: Images Reply with quote

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
Offline View user's profile Send private message Visit poster's website
guardian33

Beginner
Beginner


Joined: Jun 02, 2005
Posts: 8

PostPosted: Thu Jun 09, 2005 5:05 pm    Post subject: Re: Images Reply with quote

heck there having trouble too
Back to top
Offline View user's profile Send private message
guardian33

Beginner
Beginner


Joined: Jun 02, 2005
Posts: 8

PostPosted: Thu Jun 09, 2005 10:25 pm    Post subject: Re: Images Reply with quote

i went and redid everything got it too work Cool
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: Fri Jun 10, 2005 6:12 am    Post subject: Re: Images Reply with quote

can you post what you used, so other users can see how it can vary from install to install?
Back to top
Offline View user's profile Send private message Visit poster's website
eratic

Novice
Novice


Joined: Sep 11, 2004
Posts: 24

PostPosted: Fri Jun 10, 2005 6:32 am    Post subject: Re: Images Reply with quote

I'd appiceciate that...i've almost got mine working...
Back to top
Offline View user's profile Send private message
guardian33

Beginner
Beginner


Joined: Jun 02, 2005
Posts: 8

PostPosted: Sat Jun 11, 2005 9:01 am    Post subject: Re: Images Reply with quote

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
Offline View user's profile Send private message
eratic

Novice
Novice


Joined: Sep 11, 2004
Posts: 24

PostPosted: Sat Jun 11, 2005 2:29 pm    Post subject: Re: Images Reply with quote

Post your CFG file please Confused
Back to top
Offline View user's profile Send private message
guardian33

Beginner
Beginner


Joined: Jun 02, 2005
Posts: 8

PostPosted: Sun Jun 12, 2005 1:11 pm    Post subject: Re: Images Reply with quote

Here ya go


Code: › 'embedphpfile' => 'modules/gallery2',

'relativeG2Path' => 'modules/gallery2/',
Back to top
Offline View user's profile Send private message
eratic

Novice
Novice


Joined: Sep 11, 2004
Posts: 24

PostPosted: Sun Jun 12, 2005 3:19 pm    Post subject: Re: Images Reply with quote

Why does god hate me? I still am having the same problem.
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: Mon Jun 13, 2005 6:20 am    Post subject: Re: Images Reply with quote

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
Offline View user's profile Send private message Visit poster's website
0m3ga

Beginner
Beginner


Joined: Jul 24, 2005
Posts: 6

PostPosted: Mon Jul 25, 2005 8:12 pm    Post subject: Re: Images Reply with quote

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
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: Mon Jul 25, 2005 8:34 pm    Post subject: Re: Images Reply with quote

relativeg2path should be modules/gallery2
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 » PHP-Nuke Integration » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Goto page 1, 2  Next

 
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