I was trying to get rid of the slashes in the product descriptions as described in this post:
http://forum.x-cart.com/viewtopic.php?t=3567
and the result was that I am no longer able to access the admin section! The product images and thumbnails are no longer showing up either.
What I did was added
ini_set('magic_quotes_gpc', 1); in my config.php file. After I saw the priblems it caused I removed it, but I am still unable to get into the admin section or see product images. Instead I get a blank white page for the admin section.
Any ideas on getting the admin section functional again and to restore the images?