| Author |
Message |
will016
Beginner


Joined: May 30, 2006 Posts: 14 Location: Athens GA
|
Posted: Sun Jul 09, 2006 9:59 am Post subject: G1 Random Photoblock doesn't appear |
|
|
I've got g1 up and running on our site (www.athensedm.com) but the random block just refuses to show. I've checked and rechecked my setup and all seems kosher. I can activate the block and everything it just won't show. Either as Right/Left block or in the center. In the block management console I click 'View Block' and get nothing.
Has anyone else experienced this? I searched the forums and could find nothing.
Will.
----
Give us your Gallery/webserver information to get a faster answer.
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version:
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):
The CONFIG lines from the top of your block file(s): |
|
| Back to top |
|
|
AdBot
|
| Post subject: G1 Random Photoblock doesn't appear |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Sun Jul 09, 2006 11:06 am Post subject: Re: G1 Random Photoblock doesn |
|
|
please answer the questions at the bottom of your post (version info, etc) _________________
 |
|
| Back to top |
|
|
will016
Beginner


Joined: May 30, 2006 Posts: 14 Location: Athens GA
|
Posted: Sun Jul 09, 2006 2:23 pm Post subject: Re: G1 Random Photoblock doesn |
|
|
Gallery URL: www.athensedm.com/modules/gallery
Gallery Version 1.5
Apache: Can't find this in the config wizard
PHP 5.0
Graphics Toolkit: Image Magik
OS: Linux on the server, winxp pro on my box.
Browser: Firefox
Config lines follow:
if (eregi("block-NG-RandomPhoto_functions.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
global $gallery, $GALLERY_EMBEDDED_INSIDE, $GALLERY_EMBEDDED_INSIDE_TYPE, $GALLERY_MODULENAME, $Version_Num;
/*******************************************************************/
/* Full path to your Gallery, don't forget the trailing / */
/*******************************************************************/
$GALLERY_BASEDIR = "/home/athensed/public_html/modules/gallery/ ";
/*******************************************************************/
/* The module name of your Gallery, default is "gallery" */
/*******************************************************************/
$GALLERY_MODULENAME = "gallery";
/*******************************************************************/
/* Time, in seconds, to refresh random photo cache. Default is */
/* 86400 (check it daily) */
/*******************************************************************/
define(CACHE_EXPIRED, 10);
/*******************************************************************/
/* Full path to your albums directory, don't forget the trailing / */
/*******************************************************************/
define(ALBUM_DIRECTORY,"/home/athensed/public_html/modules/gallery/albums/");
I confirmed those paths with my host provider.
Thanks for your help,
Will. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Sun Jul 09, 2006 6:51 pm Post subject: Re: G1 Random Photoblock doesn |
|
|
change the cache expiration back to it's default. the way you've got it set, it recalculates it after just 10 seconds. _________________
 |
|
| Back to top |
|
|
will016
Beginner


Joined: May 30, 2006 Posts: 14 Location: Athens GA
|
Posted: Mon Jul 10, 2006 8:24 am Post subject: Re: G1 Random Photoblock doesn |
|
|
I fixed the cache expiration but that didn't make the block appear. I deleted the block from admin and reinstalled it and that didn't work either.
Weird eh? |
|
| Back to top |
|
|
|
|
|
|
|