Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > Errors on Edit page after deploying on production server

Errors on Edit page after deploying on production server

  • Kevin avatar

    Posted on Mar 16, 2011 (permalink)

    I am trying to deploy a site using Sitefinity 3.7, everything seems to be working alright expect for two issues.

    1.  When I try to edit a page, all of the editable regions show as their text "Object reference not set to an instance of an object."  When I click on the edit button, nothing happens.  Any ideas?

    2.  When I click on "Modules"  I get a popup error that says "Stack Trace: /r/nError: The server method 'GetContentItems' failed./r/nStatus Code: 404/r/nException Type: /r/nTimed Out: false"

    Neither of these issues were present on my development server.

    Any help would be much appreciated!

    Thanks!

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 17, 2011 (permalink)

    Hi Kevin,

    Most probably you application pool runs uses ASP.NET 4.0, but the project targets lower version or you are running the project in the opposite configuration.


    "Stack Trace: /r/nError: The server method 'GetContentItems' failed./r/nStatus Code: 404/r/nException Type: /r/nTimed Out: false"


    Below are the reasons for this error.

    1. Url Rewriting
    2. Web service is blocked
    3. You have changed the web service - passing not valid values as parameters.
    5. You have images/documents that have some invalid metakey values.

    The problem is that the web service cannot process its GetContentItems method ( Sitefinity\Admin\Services\ContentService.asmx.)



    Kind regards,
    Ivan Dimitrov
    the Telerik team

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > Errors on Edit page after deploying on production server