Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (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 by Tsuri Japan
Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...