Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

all images not showing after someone broke in


musicall

Recommended Posts

http://www.musicall.co.il/ecommerce/catalog

 

this is the site

 

The store has been broken into!

I fixed most problems

one thing though - all the images in the images library are not showing

the configure files seem to be ok:

 

define('HTTP_SERVER', 'http://www.musicall.co.il');
 define('HTTPS_SERVER', 'https://musicall.co.il');
 define('ENABLE_SSL', true);
 define('HTTP_COOKIE_DOMAIN', 'www.musicall.co.il');
 define('HTTPS_COOKIE_DOMAIN', 'musicall.co.il');
 define('HTTP_COOKIE_PATH', '/ecommerce/catalog/');
 define('HTTPS_COOKIE_PATH', '/ecommerce/catalog/');
 define('DIR_WS_HTTP_CATALOG', '/ecommerce/catalog/');
 define('DIR_WS_HTTPS_CATALOG', '/ecommerce/catalog/');
 define('DIR_WS_IMAGES', 'images/');

 

I tried to overwright the site but it didn't solve the problem

 

any ideas?

Link to comment
Share on other sites

When I try to access an image directly with my browser I get:

 

Error occurred: 500 - internal server error

 

That usually means a screwed up .htaccess file.

 

Check the /ecommerce/catalog/images for a .htaccess file.

 

If you find one rename it to text.htaccess

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...