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  

WinXP, Nuke 7.5, Gallery2 Integration, no images if embedded

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Issues » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
fulbrich

Novice
Novice


Joined: Aug 18, 2005
Posts: 28
Location: NRW/Germany

PostPosted: Mon Aug 22, 2005 3:28 am    Post subject: WinXP, Nuke 7.5, Gallery2 Integration, no images if embedded Reply with quote

Hello,
I have a litte problem with the integration of Gallery2 into my Nuke 7.5 installation. Gallery2 works fine and shows images if I use it standalone by calling http://localhost/gallery2
The images are not shown (red X) if I use it embedded in my Nuke 7.5 Installation I tried several setups but I can't solve the problem.

--------------------------------------------------------------------------------
Technical details
OS : Windows XP
Webserver : Apache 2.0.54 (Win32)
PHP : 5.0.4
Gallery 2.0 RC1
Integration Pack : 0.6
--------------------------------------------------------------------------------

My Installation
-------------------
ServerRoot C:\srv\www\xampp\apache
DocumentRoot C:\srv\www\Nuke75\html
Gallery2 Installation : C:\srv\www\Nuke75\html\gallery2
Gallery2 Modul : C:\srv\www\Nuke75\html\modules\gallery2

gallery2.cfg
--------------
<?php
$g2embedparams = array (
'embedphpfile' => 'C:/srv/www/Nuke75/html/gallery2/',
'embedUri' => 'modules.php?name=gallery2',
'relativeG2Path' => 'modules/gallery2/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
'embedPath' => '/',
'cookiepath' => '/',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = 'true';
?>
-------------------------------------------------------------------------------------

The export of the NUKE Users into Gallery 2 worked.
The Link in the embedded screen guest/admin works
No Images are shown (only the red X)

The adress (URL) of the red x is : http://localhost/modules/gallery2/main. ... alNumber=2

The Gallery Logo is shown in the upper left corner.
The three logos (XHTML/Gallery 2.0/g2rc1-+5-insightful.png) are not shown in the lower left corner.

Can someone give me a hint please ? I played around with several path setting but had no success. May there a problem with the slashes "/" "\" in the paths ?

Thanks
Frank Ulbrich
Back to top
Offline View user's profile Send private message Visit poster's website
AdBot
   Post subject: WinXP, Nuke 7.5, Gallery2 Integration, no images if embedded  

Back to top
fulbrich

Novice
Novice


Joined: Aug 18, 2005
Posts: 28
Location: NRW/Germany

PostPosted: Mon Aug 22, 2005 3:51 am    Post subject: Re: WinXP, Nuke 7.5, Gallery2 Integration, no images if embe Reply with quote

maybe it helps ... this is a part of my Apache logfile :

[Mon Aug 22 10:46:38 2005] [notice] Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.0.4 configured -- resuming normal operations
[Mon Aug 22 10:46:38 2005] [notice] Server built: May 29 2005 12:18:55
[Mon Aug 22 10:46:38 2005] [notice] Parent: Created child process 5008
[Mon Aug 22 10:46:39 2005] [notice] Digest: generating secret for digest authentication ...
[Mon Aug 22 10:46:39 2005] [notice] Digest: done
[Mon Aug 22 10:46:40 2005] [notice] Child 5008: Child process is running
[Mon Aug 22 10:46:40 2005] [notice] Child 5008: Acquired the start mutex.
[Mon Aug 22 10:46:40 2005] [notice] Child 5008: Starting 250 worker threads.
[Mon Aug 22 10:46:45 2005] [error] [client 127.0.0.1] File does not exist: C:/srv/www/Nuke75/html/modules/gallery2/modules, referer: http://localhost/modules.php?name=gallery2
[Mon Aug 22 10:46:45 2005] [error] [client 127.0.0.1] File does not exist: C:/srv/www/Nuke75/html/modules/gallery2/themes, referer: http://localhost/modules.php?name=gallery2
[client 127.0.0.1] script 'C:/srv/www/Nuke75/html/modules/gallery2/main.php' not found or unable to stat, referer: http://localhost/modules.php?name=gallery2
[Mon Aug 22 10:46:46 2005] [error] [client 127.0.0.1] File does not exist: C:/srv/www/Nuke75/html/modules/gallery2/images/xhtml10.png, referer: http://localhost/modules.php?name=gallery2
[Mon Aug 22 10:46:46 2005] [error] [client 127.0.0.1] File does not exist: C:/srv/www/Nuke75/html/modules/gallery2/images/gallery.gif, referer: http://localhost/modules.php?name=gallery2
[Mon Aug 22 10:46:46 2005] [error] [client 127.0.0.1] File does not exist: C:/srv/www/Nuke75/html/modules/gallery2/modules, referer: http://localhost/modules.php?name=gallery2
Back to top
Offline View user's profile Send private message Visit poster's website
fulbrich

Novice
Novice


Joined: Aug 18, 2005
Posts: 28
Location: NRW/Germany

PostPosted: Mon Aug 22, 2005 3:59 am    Post subject: Re: WinXP, Nuke 7.5, Gallery2 Integration, no images if embe Reply with quote

I solved it. I changed the relative path from module/gallery2/ to gallery2/

<?php
$g2embedparams = array (
'embedphpfile' => 'C:/srv/www/Nuke75/html/gallery2/',
'embedUri' => 'modules.php?name=gallery2',
'relativeG2Path' => 'gallery2/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
'embedPath' => '/',
'cookiepath' => '/',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = 'true';
?>
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 Issues » 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: Web HostingDedicated ServersDomain NamesDomain Name RegistrationDedicated Web HostingSearch Engine OptimisationSEOWeb Design New YorkSEO Web DesignWeb hosting AustraliaSEO

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