| Author |
Message |
fluentdesigns
User


Joined: Jul 31, 2003 Posts: 38
|
Posted: Fri Aug 29, 2003 7:07 pm Post subject: Sorry, such file doesn't exist... |
|
|
Installed the new "New added albums" block and it works fine but when i click on the picture to go to that album i get a "Sorry, such file doesn't exist..." anyideas? I can go to the album by clicking on the gallery button in the modules menu.
thanks
----
Gallery URL (optional but very useful):http://www.iversonnet.com/modules.php?set_albumName=album02&op=modload&name=Iverson%20Net%20Gallery&file=index&include=view_album.php
Gallery version:Gallery v1.3.4
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:imagemagick
Operating system:redhat 7.3
Web browser/version (if applicable):MSIE 6
Update:
Now it says module isnt active! See gallery link
Last edited by fluentdesigns on Fri Aug 29, 2003 10:40 pm; edited 1 time in total |
|
| Back to top |
|
|
AdBot
|
| Post subject: Sorry, such file doesn't exist... |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 29, 2003 8:40 pm Post subject: |
|
|
please answer the set of questions at the bottom of your post so that we can better diagnose your problem:
Quote: ›
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): |
|
| Back to top |
|
|
fluentdesigns
User


Joined: Jul 31, 2003 Posts: 38
|
Posted: Sat Aug 30, 2003 1:02 am Post subject: |
|
|
| Updated the information |
|
| Back to top |
|
|
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Sat Aug 30, 2003 2:29 am Post subject: |
|
|
You need to ACTIVATE the module for NON-ADMINS to see.
Also post the CONFIG lines from the top of your BLOCK. I think problem lies there. |
|
| Back to top |
|
|
fluentdesigns
User


Joined: Jul 31, 2003 Posts: 38
|
Posted: Sat Aug 30, 2003 2:51 am Post subject: Re: Sorry, such file doesn't exist... |
|
|
Checked the config and didnt see anything here is the code
The block was set to registered users which is think is ok
***removed***
Last edited by fluentdesigns on Sat Aug 30, 2003 4:14 am; edited 1 time in total |
|
| Back to top |
|
|
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Sat Aug 30, 2003 2:57 am Post subject: |
|
|
define(GALLERY_NAME,"Iverson Net Doctor Gallery");
needs to be:
define(GALLERY_NAME,"gallery_doctor");
GALLERY_NAME is the actually the name of the MODULE - I think maybe Dari will amend this in the next version of the block to stop the confusion!  |
|
| Back to top |
|
|
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Sat Aug 30, 2003 3:04 am Post subject: |
|
|
| Also - if the block is set to REGISTERES USER ONLY - you will still need to ACTIVATE the module. You may be able to see it because you are ADMIN, but even REGISTERED user won't, if it's not active. |
|
| Back to top |
|
|
fluentdesigns
User


Joined: Jul 31, 2003 Posts: 38
|
Posted: Sat Aug 30, 2003 3:40 am Post subject: |
|
|
| alright thanks for the help its working now.. ya that gallery name is kinda confusing i guess |
|
| Back to top |
|
|
fluentdesigns
User


Joined: Jul 31, 2003 Posts: 38
|
Posted: Sat Aug 30, 2003 3:53 am Post subject: |
|
|
| ok got it working on one site but not the other.. when im logged in as admin it says its doesnt no exist and when im logged in as a regular user it says its not active.. ive gone to the blocks and deactived and it reactived it.. what am i doing wrong? |
|
| Back to top |
|
|
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Sat Aug 30, 2003 4:01 am Post subject: |
|
|
Try deleting the block (via FTP/SSH, etc) - then uploading it again. Then install the block from admin (block menu/dropdrown/submit).
Also just check that the top lines of your block look like this:
if (eregi("block-XXXXXXXXX.php", $_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
Where XXXXXXXX is exactly the same as the filename ( e.g. block-NG-NEW-newAlbums.php) |
|
| Back to top |
|
|
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Sat Aug 30, 2003 4:11 am Post subject: |
|
|
DOH!!!! What am I talking about
Are you taling about the BLOCK or the GALLERY MODULE? |
|
| Back to top |
|
|
fluentdesigns
User


Joined: Jul 31, 2003 Posts: 38
|
Posted: Sat Aug 30, 2003 4:15 am Post subject: |
|
|
| hehe its ok.. i got it work.. uninstalled and reinstalled |
|
| Back to top |
|
|
twelves
Beginner


Joined: Jul 31, 2003 Posts: 14
|
Posted: Fri Jan 02, 2004 12:16 pm Post subject: Re: Sorry, such file doesn |
|
|
$gallery->app->galleryTitle = in the Config.php worked for me.
not Gallery name.
I had spaces in my name.
Now its called MY_Nuke_Gallery and not My Nuke Gallery.
No more crazy Sorry, such file doesn't exist..."
 |
|
| Back to top |
|
|
|
|
|
|
|