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  

[TESTING] Selectable Album Random Block
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Blocks View previous topicPrinter friendly versionView next topic
Author Message
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Tue Feb 24, 2004 2:25 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

lol...are you still smoking crack...i still dont get the prompt and i still dont see that code in any of the files

lol...dari's loosing it... Laughing
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Re: [TESTING] Selectable Album Random Block  

Back to top
dari

Site Admin
Site Admin


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

PostPosted: Tue Feb 24, 2004 2:28 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

WTF is going on here...AAAAAAAAAAAAAAAHHHHH.... Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad
lemme try it one more time...i have reuploaded the CORRECT code and it still issn't showing up...checking the download link now...
Back to top
Offline View user's profile Send private message Visit poster's website
dari

Site Admin
Site Admin


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

PostPosted: Tue Feb 24, 2004 2:32 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

OK, try it now...
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Tue Feb 24, 2004 2:41 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

umm...it might be me, but i have the correct code, but i still dont get the select optoins
Back to top
Offline View user's profile Send private message
slackbladder

Moderator
Moderator


Joined: Mar 29, 2003
Posts: 1038
Location: Cambs,UK

PostPosted: Tue Feb 24, 2004 2:45 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

No joy with me either!
Back to top
Offline View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
dari

Site Admin
Site Admin


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

PostPosted: Tue Feb 24, 2004 2:47 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

ah, add $admin to the global list up top...
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Tue Feb 24, 2004 2:49 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

ding ding ding...we have a winner Laughing
Back to top
Offline View user's profile Send private message
slackbladder

Moderator
Moderator


Joined: Mar 29, 2003
Posts: 1038
Location: Cambs,UK

PostPosted: Tue Feb 24, 2004 2:50 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

Yep - that did it - but also now have this error:

Warning: Wrong parameter count for fgets() in /home/splash/public_html/blocks/block-NG-RandomPhotoSelectTest.php on line 80
Back to top
Offline View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Tue Feb 24, 2004 2:50 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

so does this mean that whenever we are logged in as God admin we dont see the pics in the block, but always see the choices?
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Tue Feb 24, 2004 2:52 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

irish: correct
slack: checking now...culprit is:
PHP: › <?php if($fd = @fopen(CACHE_FILE,"r")){
                while(
$line fgets($fd)) { ?>

you can create the cache and it should be ok...
Back to top
Offline View user's profile Send private message Visit poster's website
slackbladder

Moderator
Moderator


Joined: Mar 29, 2003
Posts: 1038
Location: Cambs,UK

PostPosted: Tue Feb 24, 2004 3:13 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

hmn - getting this now:

Warning: Invalid argument supplied for foreach() in /home/splash/public_html/blocks/NG-RandomPhotoSelectTest_functions.php on line 259 Fatal error: Call to a member function on a non-object in /home/splash/public_html/blocks/NG-RandomPhotoSelectTest_functions.php on line 101

block-random.cache isn't populating - but it did previously when the old block (random) was being used

see error:

http://www.deepingsraftrace.com
Back to top
Offline View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
dari

Site Admin
Site Admin


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

PostPosted: Tue Feb 24, 2004 3:19 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

got it...i'll work on it so that if the file isn't there it doesn't crap out on people...
now you know why the thread is headlined with "TESTING" Wink
Back to top
Offline View user's profile Send private message Visit poster's website
dari

Site Admin
Site Admin


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

PostPosted: Tue Feb 24, 2004 3:44 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

boom..try the new download (same link as above)...notice one extra thing you have to specify (your ALBUM_DIRECTORY)...
Back to top
Offline View user's profile Send private message Visit poster's website
slackbladder

Moderator
Moderator


Joined: Mar 29, 2003
Posts: 1038
Location: Cambs,UK

PostPosted: Tue Feb 24, 2004 4:42 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

Nope - tried everything - can't get it to work! The albums list comes up in admin, I can tick the ones I want, save to cache (or not as the case may be) but after log out of admin I get the same error:

Warning: Invalid argument supplied for foreach() in /home/splash/public_html/blocks/NG-RandomPhotoSelectTest_functions.php on line 259 Fatal error: Call to a member function on a non-object in /home/splash/public_html/blocks/NG-RandomPhotoSelectTest_functions.php on line 101

If I delete the cache file I get the message about creating the cache file. If I create empty cache file (tried chmod 777) still get error!

Strange cause the original random TEST block worked fine - just didn;t allow me to select albums!
Back to top
Offline View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Tue Feb 24, 2004 4:46 pm    Post subject: Re: [TESTING] Selectable Album Random Block Reply with quote

hmm, odd, i havent gotten any of those errors...works perfectly on my site ever since this
Quote: › ah, add $admin to the global list up top...
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Blocks View previous topicPrinter friendly versionView next topic
Goto page Previous  1, 2, 3, 4, 5, 6, 7  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 YorkSearch Engine OptimisationSearch Engine OptimisationCompare VoIPSEO IndiaWeb Design Melbournemiami web designSEO IndiaLink BuildingPhoenix SEOPhoenix Web MarketingSEOManual Directory Submission Serviceflorida web design companyScottsdale Interior Designweb marketing servicesScottsdale SEOHome Appliances

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