Tsuri Japan Posted November 21, 2006 Posted November 21, 2006 (edited) Hey guys I'm trying to get this contrib in: http://www.oscommerce.com/community/contributions,1988 and have encountered this error upon install: Warning: opendir(DIR_FS_CATALOGDIR_WS_IMAGES) [function.opendir]: failed to open dir: No such file or directory in /home/tsurisho/public_html/backend/thumbs.php on line 56 Warning: readdir(): supplied argument is not a valid Directory resource in /home/tsurisho/public_html/backend/thumbs.php on line 58 Warning: closedir(): supplied argument is not a valid Directory resource in /home/tsurisho/public_html/backend/thumbs.php on line 67 Warning: opendir(DIR_FS_CATALOGDIR_WS_IMAGES) [function.opendir]: failed to open dir: No such file or directory in /home/tsurisho/public_html/backend/thumbs.php on line 70 Warning: readdir(): supplied argument is not a valid Directory resource in /home/tsurisho/public_html/backend/thumbs.php on line 72 Warning: closedir(): supplied argument is not a valid Directory resource in /home/tsurisho/public_html/backend/thumbs.php on line 91 any help would be great.......I really want to speed up my site because I've been getting some complaints about it. Thanks, Nigelman Edited November 21, 2006 by Tsuri Japan Quote
Tsuri Japan Posted November 22, 2006 Author Posted November 22, 2006 it's funny because the install for this contrib is just this so I'm pretty sure I installed it right? And yes I have GD installed...... Install Instructions: 1st and foremost: YOU MUST HAVE GD INSTALLED TO MAKE THIS WORK. 2nd: Copy all files into their respected locations. 3rd: Edit /catalog/admin/includes/column_left.php. Add the following to the end of the file, before the closing '?>' tags. require(DIR_WS_BOXES . 'thumbs.php'); 4th: Edit /catalog/admin/includes/filenames.php. Add the following to the end of the file, before the closing '?>' tags. define('FILENAME_THUMBS', 'thumbs.php'); 5th: Add the following to /catalog/admin/includes/languages/english.php define('BOX_HEADING_THUMBS', 'Thumbnails'); define('BOX_THUMBS_GENERATE', 'Generate'); Nigelman 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.