Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I desperate for help!


justmeir

Recommended Posts

Hi to everybody! :thumbsup:

 

I instal the script one time and everything worked perfect after one day I reinstal that and after that I can't see any graficts :'(

 

My link:

 

achildishop.com/catalog

 

My configure.php file details:

********************************************************************************

************************

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.achildishop.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.achildishop.com');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '');

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

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

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_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/content/a/c/h/achildiholding/html/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', '**********************'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', '***************');

define('DB_SERVER_PASSWORD', '************');

define('DB_DATABASE', '************');

define('USE_PCONNECT', 'true'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

********************************************************************************

*****************************

 

I don't have SSL

 

please help me :blink:

Link to comment
Share on other sites

It seems to be working now. Are you still having problems?

 

I like your theme (needs a few minor fixes though) What did you use?

 

Thank you!

it's working but all the images are broken.

for example you should see the pictures of that products but you don't see that. (anyway i don't see that <_< ).

Link to comment
Share on other sites

I think you have a misguided .htaccess file in your /catalog/images folder.

 

Rename it to txt.htaccess and see if things improve.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

I think you have a misguided .htaccess file in your /catalog/images folder.

 

Rename it to txt.htaccess and see if things improve.

 

Thanks you, but I don't have .htaccess file on catalog/images directory ? should I have ???

Link to comment
Share on other sites

Thanks you, but I don't have .htaccess file on catalog/images directory ? should I have ???

Have a look by using your webhosts control panel filemanager

Link to comment
Share on other sites

Have a look by using your webhosts control panel filemanager

 

I have .htaccess on my admin folder, and catalog folder but i don't have on my image folder.

anyway I check on my control panel filemanager and all images broken on my server too. when i instaled them they was good? what could do that?

Link to comment
Share on other sites

I have .htaccess on my admin folder, and catalog folder but i don't have on my image folder.

anyway I check on my control panel filemanager and all images broken on my server too. when i instaled them they was good? what could do that?

Check the permissions on the images directory and the files within it.

Link to comment
Share on other sites

directory permissions : 777

 

files permissions: 644

Well, for some reason or other, your shop knows where the images are, but refuses to display them.

The configure.php file looks ok (is it the one from the catalog side?). Permissions are ok (but directory should be 755 from memory).

Link to comment
Share on other sites

If you used an FTP program to transfer the images to your site, do it again but this time send them in BINARY mode.

 

I noticed the image for your logo is all out of whack.

 

That's an indicator of FTP'ing it in TEXT mode, when it should have been done in BINARY mode.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

If you used an FTP program to transfer the images to your site, do it again but this time send them in BINARY mode.

 

I noticed the image for your logo is all out of whack.

 

That's an indicator of FTP'ing it in TEXT mode, when it should have been done in BINARY mode.

 

Thanks I did that and everything working now! :thumbsup: :thumbsup:

Link to comment
Share on other sites

:sweating:

 

:lol:

 

:thumbsup:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...