Home | Support Forums | Your Account | Gallery [2] | 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  

phpnuke blocks not working
Goto page 1, 2  Next
 
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
darrenb

Beginner
Beginner


Joined: Jun 23, 2005
Posts: 4

PostPosted: Sun Aug 07, 2005 7:10 pm    Post subject: phpnuke blocks not working Reply with quote

Hi

I have just installed the insightful release of G2 with nuke 7.6

I cannot get anything to show up on the nuke block, no matter what I do.

If I run G2 freestanding, I can administer it fine, but if I try to run siteadmin from within nuke, when I try to select the active blocks for G2 from the theme settings page, the three available block drop dwn lists are empty

I have all the paths in the integartion set ok and I can upload picures to the gallery from within Nuke, but there is something wierd with the blocks.


also within the nuke G2 block code, GalleryEmbed::handleRequest(); returns no Html for the blocks.

help!

thanks

Darren Breeze
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: phpnuke blocks not working  

Back to top
dari

Site Admin
Site Admin


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

PostPosted: Mon Aug 08, 2005 6:43 am    Post subject: Re: phpnuke blocks not working Reply with quote

what theme? the integration settings are independant of the dropdown box choices. do you have the random image block and/or album select block modules installed and activated within gallery2?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
darrenb

Beginner
Beginner


Joined: Jun 23, 2005
Posts: 4

PostPosted: Mon Aug 08, 2005 9:17 am    Post subject: Re: phpnuke blocks not working Reply with quote

I am building a custom theme based on "Classic" all I have done is changed the color scheme s far.

I do have both random image and album slect ativated.

thanks
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Mon Aug 08, 2005 2:05 pm    Post subject: Re: phpnuke blocks not working Reply with quote

can you switch back to the matrix theme and try to do it?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
darrenb

Beginner
Beginner


Joined: Jun 23, 2005
Posts: 4

PostPosted: Mon Aug 08, 2005 5:58 pm    Post subject: Re: phpnuke blocks not working Reply with quote

I tried Maxtrix a still no movement.

in GalleryEmbed.class there is an optional parameter called

extractSidebarBlocks

if I set this as part of the init in the block code, still nothing hapens. This parameter seems not to be referenced anywhere else in the code base.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Tue Aug 09, 2005 6:15 am    Post subject: Re: phpnuke blocks not working Reply with quote

are you sure you've got the latest integration package for phpnuke? when did you download the package?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
darrenb

Beginner
Beginner


Joined: Jun 23, 2005
Posts: 4

PostPosted: Thu Aug 11, 2005 7:31 am    Post subject: Re: phpnuke blocks not working Reply with quote

It's OK

I've fixed it with a little hacking..

I got the integration package on this site..

thanks
Back to top
Offline View user's profile Send private message
alan27

Beginner
Beginner


Joined: Jul 06, 2005
Posts: 10

PostPosted: Sun Aug 21, 2005 10:16 pm    Post subject: Re: phpnuke blocks not working Reply with quote

Ive Successfully installed gallery2 have done all above and get following errors in admin panel latest intergration pk installed Very Happy But Shocked errrors in quote box below Sad

http://www.roadracingnewsandphotography ... 2/main.php Very Happy

Gallery shows here ok

Go here http://www.roadracingnewsandphotography.com click on gallery2 and it dosent Shocked

any help appreciated Rolling Eyes


Quote: ›
Failed to create G2 user with extId [2]. Here is the error message from G2:
Error (ERROR_COLLISION)
in modules/core/classes/GalleryUser.class at line 166 (gallerystatus::error)
in modules/core/classes/GalleryEmbed.class at line 301 (galleryuser::create)
in admin/index.php at line 320 (galleryembed::createuser)
in admin/index.php at line 575
in admin/index.php at line 609
in /home/alan27/public_html/admin/case/case.gallery2.php at line 55
in /home/alan27/public_html/admin.php at line 508
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Mon Aug 22, 2005 6:32 am    Post subject: Re: phpnuke blocks not working Reply with quote

did you export your phpnuke users?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
alan27

Beginner
Beginner


Joined: Jul 06, 2005
Posts: 10

PostPosted: Mon Aug 22, 2005 6:35 am    Post subject: Re: phpnuke blocks not working Reply with quote

Ive Done all above Dari when i put all relative paths in and submit they dont seem to save i think ??? when i try to export nuke users i get that big error above
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Mon Aug 22, 2005 6:37 am    Post subject: Re: phpnuke blocks not working Reply with quote

ah, the problem is that since the user export didn't fail, the config file didn't write "true" to the g2configurationdone variable. you can manually edit the file and then try to view the gallery.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
alan27

Beginner
Beginner


Joined: Jul 06, 2005
Posts: 10

PostPosted: Mon Aug 22, 2005 6:42 am    Post subject: Re: phpnuke blocks not working Reply with quote

Which folder ?? Dari Very Happy
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Mon Aug 22, 2005 6:43 am    Post subject: Re: phpnuke blocks not working Reply with quote

in your gallery2 directory, look for gallery2.cfg

change "$g2configurationdone" to "true"
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
alan27

Beginner
Beginner


Joined: Jul 06, 2005
Posts: 10

PostPosted: Mon Aug 22, 2005 6:45 am    Post subject: Re: phpnuke blocks not working Reply with quote

Right got folder cant open it up got dreamweaver ,mx, flash mx any ideas how to open ?? Shocked Very Happy
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Mon Aug 22, 2005 6:48 am    Post subject: Re: phpnuke blocks not working Reply with quote

notepad Smile
it's just a text file.
_________________
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
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: 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