Errors when using fMoblog plugin
-
Hi, I am trying to use the fMoblog plugin abd it retrieves new pictures from mail box ok but fails when trying to process them. I have isolated the error down to where it tries to rename the picture in the fmoblog_pictures folder. I have taken the line casuing the error and using hardcoded values put into a seperate test page, as follows:
rename(“C:/Inetpub/wwwroot/wp-content/fmoblog_pictures/e11648c650b08784ee80473b17047143_1.jpg”, “C:/Inetpub/wwwroot/wp-content/fmoblog_pictures/temp.jpg”);
This gives the following error:
PHP Warning: rename(C:/Inetpub/wwwroot/wp-content/fmoblog_pictures/e11648c650b08784ee80473b17047143_1.jpg,C:/Inetpub/wwwroot/wp-content/fmoblog_pictures/temp.jpg) [function.rename]: Permission denied in c:\Inetpub\wwwroot\wp-content\plugins\test.php on line 4I have changed the permissions to allow everyone everything but still fails.
HELP
- The topic ‘Errors when using fMoblog plugin’ is closed to new replies.