Previous Next

Thread: PHP FastCGI WordPress Server 500 Error

Last post 08-28-2008 3:57 PM by rmagers. 15 replies.

Average Rating Rate It (5)

RSS

Page 1 of 2 (16 items) 1 2 Next >

Sort Posts:

  • 08-10-2008, 1:43 PM

    • Khonna
    • Not Ranked
    • Joined on 08-10-2008, 5:39 PM
    • Posts 9

    PHP FastCGI WordPress Server 500 Error

     I am Using Window Server 2008 Web Edition, IIS, PHP with FastCGI. My Problem is when I access my site from my computer i get a 500 Error. However, when I log on to the server itself and use the IE that comes with Windows Server Everything works and I can see the site perfectly. I was wondering does anyone have an Idea of what settings I have wrong and what I need to do. I checked the FailedLogTrace and it says Access Denied. Thanks.

  • 08-10-2008, 1:54 PM In reply to

    Re: PHP FastCGI WordPress Server 500 Error

    What do you have in the IIS logs corresponding to that??

    Also remove Show HTTP Friendly Messages within IE and see what you get .... are you trying to view this from outside your domain?

    Is it a public website or within the Intranet 

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 08-10-2008, 2:37 PM In reply to

    • Khonna
    • Not Ranked
    • Joined on 08-10-2008, 5:39 PM
    • Posts 9

    Re: PHP FastCGI WordPress Server 500 Error

     It is just a public website. All the Logs just say PHP Fatal Error: (Depends on what area I access) and Access Denied(0x5)

  • 08-10-2008, 2:41 PM In reply to

    • Khonna
    • Not Ranked
    • Joined on 08-10-2008, 5:39 PM
    • Posts 9

    Re: PHP FastCGI WordPress Server 500 Error

    Here are the logs

     

    ModuleNameFastCgiModule
    Data1FASTCGI_RESPONSE_ERROR
    Data2PHP Fatal error: Call to undefined function get_wordTubePath() in C:\inetpub\wwwroot\site.com\risk\wp-content\plugins\post-thumb\post-thumb-options.php on line 108
    ErrorCode5
    ErrorCode Access is denied. (0x5)

     

     

  • 08-10-2008, 4:50 PM In reply to

    Re: PHP FastCGI WordPress Server 500 Error

     Does the AppPool user have sufficient privileges over the content?

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 08-10-2008, 5:03 PM In reply to

    • Khonna
    • Not Ranked
    • Joined on 08-10-2008, 5:39 PM
    • Posts 9

    Re: PHP FastCGI WordPress Server 500 Error

     

    ma_khan:

     Does the AppPool user have sufficient privileges over the content?

     

    Where would I see that, I am using the DefaultAppPool, Thanks

  • 08-10-2008, 5:10 PM In reply to

    Re: PHP FastCGI WordPress Server 500 Error

    just go to inetmgr -> Application Pools and under the identity tab check with which identity is your default AppPool running and cross check if that account has the appropriate privileges over the content 

    Check this for Wordpress install on IIS 7 with php+MySql....http://windowsmvp.spaces.live.com/blog/cns!80195647FE07388F!485.entry?wa=wsignin1.0 

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 08-10-2008, 5:52 PM In reply to

    • Khonna
    • Not Ranked
    • Joined on 08-10-2008, 5:39 PM
    • Posts 9

    Re: PHP FastCGI WordPress Server 500 Error

     It is running under Network Service. I actually followed everything in that site, The only problem I am having is with a couple of scripts. WordPress works fine, it is just some urls that get the 500 Server Error but on the Server it works fine.

  • 08-11-2008, 6:23 AM In reply to

    Re: PHP FastCGI WordPress Server 500 Error

    Did you check if Network Service has the right access... ??

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 08-11-2008, 4:36 PM In reply to

    • Khonna
    • Not Ranked
    • Joined on 08-10-2008, 5:39 PM
    • Posts 9

    Re: PHP FastCGI WordPress Server 500 Error

    how would i do that.
  • 08-13-2008, 7:35 AM In reply to

    Re: PHP FastCGI WordPress Server 500 Error

     goto C:\inetpub\wwwroot\site.com\risk\wp-content\plugins\post-thumb\ right-click on the folder -> Properties ->Security and see if Network Service has the access...

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 08-14-2008, 12:39 AM In reply to

    • Khonna
    • Not Ranked
    • Joined on 08-10-2008, 5:39 PM
    • Posts 9

    Re: PHP FastCGI WordPress Server 500 Error

     Yes, I event added every Possible IIS User, Windows Group in security and gave full permission and I still get a serrver 500 error.

  • 08-14-2008, 3:54 AM In reply to

    Re: PHP FastCGI WordPress Server 500 Error

    Anything in the event logs related to w3svc?

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 08-20-2008, 11:17 AM In reply to

    • kalnos
    • Not Ranked
    • Joined on 08-20-2008, 3:15 PM
    • Posts 1

    Re: PHP FastCGI WordPress Server 500 Error

    I had the same problem until I installed the non-thread safe version of php

    (php-5.2.6-nts-Win32.zip)

  • 08-20-2008, 3:28 PM In reply to

    Re: PHP FastCGI WordPress Server 500 Error

     Just Curious to know if the non-thread safe binary saved you?

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Page 1 of 2 (16 items) 1 2 Next >
Page view counter