osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Button images not showing up after install

This is a discussion on Button images not showing up after install within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hi, I have installed oscommerce everything is working fine except the button images are not showing up in the catalog. ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-04-2003, 04:10 AM
New Member
 
Join Date: Feb 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Marko
Default Button images not showing up after install

Hi,
I have installed oscommerce everything is working fine except the button images are not showing up in the catalog. I checked the source code for the "What's in my cart page' and OSCommerce is looking for the button images at this location.


src="includes/languages/english/images/buttons/button_update_cart.gif"

I checked this location and the images are there. I also checked that the images were not corrupt. All other images on the site such as products etc are showing up fine. However, all button images are not showing up.


When I did a search for the images I found this as the path,

C:\phpdev\www\catalog\includes\languages\english\i mages\buttons


There is obviously a difference here but does it matter that the path in the source is missing the "\catalog\" part of the path? Could this be the problem?



Any ideas on how I might fix this? Or a pointer on further steps would be great.



Thanks

Marko
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 02-04-2003, 06:58 AM
Active Member
 
Join Date: Oct 2002
Location: Arkansas
Posts: 149
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
modom
Default

Hi,

Did you check your path in the includes/configure.php file?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-05-2003, 04:14 AM
New Member
 
Join Date: Feb 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Marko
Default

Hi,
The only thing that I can see in the configure.php that seems to have somthing to do with images is


define('DIR_WS_IMAGES', 'images/');

and

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 02-06-2003, 02:39 AM
Member
 
Join Date: Dec 2002
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
doug
Default

Hey Marko,

Great to see you're here.

My relevant configure.php info is

Quote:
define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be NULL for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('DIR_WS_CATALOG', '/LoadedV4/Dev/catalog/'); // absolute path required
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/'); // If "URL fopen wrappers" are enabled in PHP (which they are in the default configuration), this can be a URL instead of a local pathname
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
I hope this helps...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 11-21-2003, 12:01 PM
Lurker
 
Join Date: Nov 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
gobayview
Default Button images not showing up after install

Even though this is 10 months late, I'll chime in anyway in case anyone else runs into this problem again. I too was missing button images. Turns out permissions were set incorrectly on the includes/languages/images/buttons folder. It only worked after I set to read for all. I think most of my problems originated from the fact that I had to install by hand as the auto routine just would not cooperate. It's getting there however.

Spice
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 04-09-2004, 02:27 AM
Lurker
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
lg777
Default So what's the proper permission

I have this problm with all the buttons and icon.gif not showing up. I tried changing permissions too. What's the proper permission command?

I tried chmod 777 buttons. Is this correct?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 04-12-2004, 10:30 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default

Remember to chmod the DIRECTORY also!
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Path to images wrong after install cwinter osCommerce 2.2 Installation Help 2 12-14-2004 06:37 AM
Distorted button and images from catalog thuyenpd osCommerce 2.2 Installation Help 1 03-24-2004 04:42 AM
Download button not showing - Expiry date WRONG! In-Overtime osCMax v1.7 General Mods Discussion 0 03-11-2004 10:32 PM
Product images not showing? Picman osCommerce 2.2 Modification Help 2 06-12-2003 03:01 PM
Some Images not showing up...odd! miko osCommerce 2.2 Installation Help 1 01-24-2003 12:36 PM


All times are GMT -8. The time now is 07:05 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax