| Author |
Message |
lc23112
Beginner


Joined: Sep 20, 2005 Posts: 5
|
Posted: Thu Sep 22, 2005 7:59 am Post subject: Investigated problem; still can't fix! |
|
|
Okay,
I have followed everything to a "T" to no avail. I have tried both version 1.4.3 and V2 for the Random photo block and it is still not showing up on my website. I want the website working good before I publish it. So here is my _functions info:
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 = "/truelysickcrew.com/nuke/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, 86400);
/*******************************************************************/
/* Full path to your albums directory, don't forget the trailing / */
/*******************************************************************/
define(ALBUM_DIRECTORY,"/truelysickcrew.com/nuke/albums/");
Now, as far as I understand my path is correct. I have also tried it with just /nuke/html/modules/gallery and /nuke/albums.
Am I just totally missing something? I feel so dumb yet I know I doing everything I have read too do.
Thanks in advance for your patience!!!
http://truelysickcrew.com/nuke/html/index.php
Gallery URL http://truelysickcrew.com/nuke/html/mod ... me=gallery
Gallery version: 1.5 pl1
Apache version: don't know
PHP version (don't just say PHP 4, please): don't know
Graphics Toolkit:
Operating system: server OS is Linux
Web browser/version (if applicable):
The CONFIG lines from the top of your block file(s): |
|
| Back to top |
|
|
AdBot
|
| Post subject: Investigated problem; still can't fix! |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Thu Sep 22, 2005 9:59 am Post subject: Re: Investigated problem; still can |
|
|
| your GALLERYBASEDIR is wrong. it needs the FULL path, not the relative path. |
|
| Back to top |
|
|
lc23112
Beginner


Joined: Sep 20, 2005 Posts: 5
|
Posted: Thu Sep 22, 2005 8:29 pm Post subject: Re: Investigated problem; still can't fix! |
|
|
Okay, I guess I must be really stupid then. I thought that 'was' the FULL path.
If that is not the full path then I guess I am sunk because I have no idea what is.
Thx
Laura |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Sep 23, 2005 7:50 am Post subject: Re: Investigated problem; still can |
|
|
hehe..it would be something like:
/home/yourusername/public_html/blahblahblah.
if you're unsure, go to www.<yoursitename>.com/modules/gallery/setup/phpinfo.php and then view the page through your browser. look for the line that says "SCRIPT_FILENAME". the full path is everything there up to the "gallery/" part (for example: /home/bob/public_html/modules/gallery) |
|
| Back to top |
|
|
lc23112
Beginner


Joined: Sep 20, 2005 Posts: 5
|
Posted: Fri Sep 23, 2005 3:43 pm Post subject: Re: Investigated problem; still can't fix! |
|
|
Wow, I do feel really dumb now. I guess its my old age catching up with me...LOL.
Thanks so much for your help. It is working fine now. I figured it was something easy; and I am very thankful for your patience and help.
Laura |
|
| Back to top |
|
|
|
|
|
|
|