• Resolved theox

    (@theox)


    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 4

    I have changed the permissions to allow everyone everything but still fails.

    HELP

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi this Fredrik, the author of fMoblog, if you contact me on msn I think I can solve your problem.

    Thread Starter theox

    (@theox)

    This was after all a stupid permissions error and one that I missed. In Win 2003 server there is a ‘special permissions’ setting that overrides anything that might have been allowed under the normal security page. Once this was removed all worked ok. Many thanks to Fredrik though for his assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Errors when using fMoblog plugin’ is closed to new replies.