Guest Posted March 30, 2004 Posted March 30, 2004 Hello, I've installed Chris Sullivan's Thumbnail Generator contribution. I've installed the installation instructions to the letter, however I'm getting this error when I attempt to access the 'thumbnails' control panel from the admin control panel: Warning: opendir(DIR_FS_CATALOGDIR_WS_IMAGES): failed to open dir: No such file or directory in /usr/local/apache/virtual/s/www.xxxxxxxxxxxxx.co.uk/docs/catalog/admin/thumbs.php on line 56 Warning: readdir(): supplied argument is not a valid Directory resource in /usr/local/apache/virtual/s/www.xxxxxxxxxxxxxxx.uk/docs/catalog/admin/thumbs.php on line 58 Warning: closedir(): supplied argument is not a valid Directory resource in /usr/local/apache/virtual/s/www.xxxxxxxxxxxxx.co.uk/docs/catalog/admin/thumbs.php on line 67 Warning: opendir(DIR_FS_CATALOGDIR_WS_IMAGES): failed to open dir: No such file or directory in /usr/local/apache/virtual/s/www.xxxxxxxxxxxx.co.uk/docs/catalog/admin/thumbs.php on line 70 Warning: readdir(): supplied argument is not a valid Directory resource in /usr/local/apache/virtual/s/www.xxxxxxxxxxxxxxxxx.co.uk/docs/catalog/admin/thumbs.php on line 72 Warning: closedir(): supplied argument is not a valid Directory resource in /usr/local/apache/virtual/s/www.xxxxxxxxxxxxxxx.co.uk/docs/catalog/admin/thumbs.php on line 91 Any ideas anyone? Quote
Guest Posted April 16, 2004 Posted April 16, 2004 I have the exact same problem, seems like this contrib is bung.... did you find a different one that worked? Quote
mjpcomp Posted April 18, 2004 Posted April 18, 2004 Well, what's the error message saying: Warning: opendir(DIR_FS_CATALOGDIR_WS_IMAGES): failed to open dir: No such file or directory Have you looked at your configuration.php file to see what the value of DIR_FS_CATALOGDIR_WS_IMAGES is? The error message says that DIR_FS_CATALOGDIR_WS_IMAGES couldn't be opened since it apparently doesn't exist. Did you forget to define it? Quote
Tranbo Posted July 16, 2004 Posted July 16, 2004 Have any one able to get this to work? Please share of you do. Thanks Quote
blueline Posted July 17, 2004 Posted July 17, 2004 (edited) My bad guys. You have to add: ?require('includes/application_top.php'); to the top of the script in the admin/thumbs.php file.. Sorry about that. Edited July 17, 2004 by blueline Quote Chris Sullivan
Tranbo Posted July 17, 2004 Posted July 17, 2004 oops! I encounter the script error and it went to loops creating thumbnails images none stop :D :D :D here is the error on the client machine Warning: copy(/var/www/html/images/subcategory_1394cards_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thum b_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_t humb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thum b.jpg_backup.jpg): failed to open stream: File name too long in /var/www/html/admin/thumbs.php on line 10 Warning: getimagesize(/var/www/html/images/subcategory_1394cards_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thum b_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_t humb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thumb_thum b.jpg_backup.jpg): failed to open stream: File name too long in /var/www/html/admin/thumbs.php on line 11 I have about thousand of those heheheh Cheer! Quote
blueline Posted July 19, 2004 Posted July 19, 2004 Yea, I realized that there is no check for that. I have fixed that....but will have to upload the new files. Will post soon. Thanks. Quote Chris Sullivan
nate_02631 Posted July 25, 2004 Posted July 25, 2004 Check out this "on the fly" thumbnail solution - no extra files to maintain and look on the contrib page for a nifty mod to have an intermediate sized image on your product page: http://www.oscommerce.com/community/contributions,2226 Quote ** Please do not PM with personal support requests (even if offering "payment"). Thank you.
schorsch Posted August 5, 2004 Posted August 5, 2004 Hi Chris! Is it possible to post the fix of your contrib, please. I also get the loop-Error. Thank you very much! schorsch Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.