views:

124

answers:

1

I've developed a WordPress plugin and it wordked well from WP 2.0 and up to WP 3.0rc1 (haven't tried rc2) but now with rc3 and milestone 3.0 a strange and irritating error appeared.

If you check out my demo page you will se that none of the cover-images is working. they are in the same place as before but they can not be hotlinked or show up when i enter the correct url. if i move the img-directory from /wp-content/uploads/my-record-collection/ to /wp-content/uploads/ the images show up if i enter the url, but not if i move it back inside my "my-record-collection"-folder.

anyone know what change in rc3(or maybe rc2) that made this bug appear and what can be done to fix it?

+1  A: 

I'm think that you have folder permissions problem,always have that kind of problem when there are permissionns involved,url is good but image doesn't show up,just double check your folder permissions.

It was a permissions problem. strange that permissions got changed on a upgrade. Perhaps it was because i used the auto updater?
Volmar
Dont know what plugin is that auto updater,but I'm sure that he need to change permissions to update wordpress.I always update wp manual,and there are no problems for me.