osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Image Issue with OSCMAX2_RC3_0_1

This is a discussion on Image Issue with OSCMAX2_RC3_0_1 within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Sorry - I originally posted in the wrong forum: This is a brand new installation of OSCMAX2_RC3_0_1. When adding a ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 08-26-2007, 11:29 AM
New Member
 
Join Date: Jul 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cacooke
Default Image Issue with OSCMAX2_RC3_0_1

Sorry - I originally posted in the wrong forum:

This is a brand new installation of OSCMAX2_RC3_0_1.

When adding a new category or product everything works fine and it takes me to the correct page:

/catalog/admin/categories.php?cPath=1&pID=1&action=new_product_pr eview

(http etc removed so you can see it correctly)


The problem comes when I try to add an image to either the category or the product I get this:

/catalog/admin/categories.php?cPath=1&pID=1&action=new_product_pr eview

(http etc removed so you can see it correctly)

The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.

Blah Blah Blah

Cannot find server or DNS Error
Internet Explorer

This is very confusing because the paths are exactly the same.

This happens both when I try to create a new category with an image or a new product with an image or even try to add an image to an existing category or product that had successfully loaded previously with no image.

Please help ASAP as this store needs to be live before the begining of september and it will have about 2000 products - which doesn't give me much time.

php 4.3.2
register_globals ON
safe mode off

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
  #2  
Old 08-26-2007, 11:32 AM
New Member
 
Join Date: Jul 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cacooke
Default Re: Image Issue with OSCMAX2_RC3_0_1

Again,
Adding or modifying a category or product works just fine UNLESS I try to add an image.

I can browse to the image fine, but when I hit preview is when it says the ERROR: Cannot find server or DNS Error
server
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-26-2007, 11:35 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,481
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Image Issue with OSCMAX2_RC3_0_1

May be a path problem in your admin/includes/configure.php file.

Could also be a dns problem. Is this a new domain? Perhaps not fully propagated yet?

Clear your local dns cache and browser cache.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 08-26-2007, 12:10 PM
New Member
 
Join Date: Jul 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cacooke
Default Re: Image Issue with OSCMAX2_RC3_0_1

Thank you for a quick response...

It is definatly not a propagation issue - this site has been running fine for almost 2 years - The client just wants to start selling online now.

This my my config minus the database stuff:

define('HTTP_SERVER', 'http://www.deejackson.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.deejackson.com');
define('HTTPS_CATALOG_SERVER', '');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/vhosts/deejackson.com/httpdocs/catalog/'); // where the pages are located on the server
define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/home/httpd/vhosts/deejackson.com/httpdocs/catalog/admin/'); // absolute pate required
define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
define('DIR_FS_CATALOG', '/home/httpd/vhosts/deejackson.com/httpdocs/catalog/'); // absolute path required
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
define('DIR_WS_INCLUDES', 'includes/');
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/');
define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/');
define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/');

clearing caches had no effect

Also the image stuff in FCKeditor do not work either (like for main_page). upload either just sits there or says its completed but really does nothing. I have tried everything I can find on the forums and docs and finally gave up and modified the page manually.

Could they be related?

I have 2 other stores in and older release that work just fine.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 08-26-2007, 02:48 PM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 461
Thanks: 4
Thanked 79 Times in 73 Posts
Rep Power: 7
met00 is just really nicemet00 is just really nicemet00 is just really nicemet00 is just really nicemet00 is just really nice
Default Re: Image Issue with OSCMAX2_RC3_0_1

image uploads... check file protections on the appropriate directories.
__________________
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 08-26-2007, 03:19 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,481
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Image Issue with OSCMAX2_RC3_0_1

I ran a test on his site and it worked fine for me. I was able to add an image without any issues.

I am almost positive that it is one of three things:

1. Browser issue - I use firefox and it works fine.

2. Local DNS cache on your desktop computer needs to be flushed.

3. Bad cookie on your computer for that domain needs to be deleted.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 08-26-2007, 06:36 PM
New Member
 
Join Date: Jul 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cacooke
Default Re: Image Issue with OSCMAX2_RC3_0_1

It seems to be a pic file size issue.

I was mistakenly trying to use the original full sized pics (1MB on average).

When I manually resized them it all worked perfect.

FCKeditor still does not work - even on small images.

Please advise..

Thx for ur help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
Reply

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
trying to change image mod, no image in popup aaanativearts osCMax v2 Customization/Mods 1 05-09-2007 03:37 AM
contrib for switching buy it now image for out of stock image? cara osCMax v2 Customization/Mods 1 01-18-2007 06:09 PM
Products image missing popup image islander osCMax v2 Installation issues 7 08-10-2005 12:30 PM
Please help me with a boxes and background image issue? jan_mull osCMax v1.7 Discussion 0 11-12-2003 07:10 PM


All times are GMT -8. The time now is 07:27 AM.


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