I’m not really sure why this is, but I guess you could check a couple of things.
First, how did you copy your site over? Did you use a cPanel backup, the cPanel file manager, or just ftp?
Are you sure you copied over your images folder?
If you copied everything over, take a look at your config.php file. You should have a line that looks like:
define('DIR_IMAGES', DIR_ROOT . '/images/');
Is that there?
What version did you copy over?
Are you using Smartoptimizer or anything? If you are using Smartoptimizer, try disabling that in your .htaccess file.
Have you changed your .htaccess file? This shouldn’t affect your images, but I haven’t tansferred 2.1 around at all and if this is what you are using, maybe it does somehow affect it.
From there I’m not really sure. Xampp on Windows doesn’t have permissions so that is definitely not the problem.
If the above ideas/questions don’t help, maybe try doing another backup of your site and transferring it over to your Xampp install. I personally like using the cPanel file manager, but use whatever floats your boat.
[quote name=‘brandonvd’]I’m not really sure why this is, but I guess you could check a couple of things.
First, how did you copy your site over? Did you use a cPanel backup, the cPanel file manager, or just ftp?
Are you sure you copied over your images folder?
If you copied everything over, take a look at your config.php file. You should have a line that looks like:
define('DIR_IMAGES', DIR_ROOT . '/images/');
Is that there?
What version did you copy over?
Are you using Smartoptimizer or anything? If you are using Smartoptimizer, try disabling that in your .htaccess file.
Have you changed your .htaccess file? This shouldn’t affect your images, but I haven’t tansferred 2.1 around at all and if this is what you are using, maybe it does somehow affect it.
From there I’m not really sure. Xampp on Windows doesn’t have permissions so that is definitely not the problem.
If the above ideas/questions don’t help, maybe try doing another backup of your site and transferring it over to your Xampp install. I personally like using the cPanel file manager, but use whatever floats your boat.
Brandon[/QUOTE]
I’ve found the solution. Everything else is fine, the problem was in a line of code in the .htaccess file: