Jump to content

Need website help!


sweethoney

Recommended Posts

Okay, So I am contacting you guys now for help. I am transfering to a new webhost since i am recently on hostgator. I purchased a new hosting and when i transfer everything like update my name servers and uploaded my backup that was in my public_html i get a full error, It shows the community but everything else is broken idk what is going on please can you help!

Link to comment
Share on other sites

8 hours ago, sweethoney said:

Okay, So I am contacting you guys now for help. I am transfering to a new webhost since i am recently on hostgator. I purchased a new hosting and when i transfer everything like update my name servers and uploaded my backup that was in my public_html i get a full error, It shows the community but everything else is broken idk what is going on please can you help!

How is your forum broken exactly? Can you post the link to your forum, or at least a screenshot?

I take it that you have updated the config_global.php file with the database info of the new server, otherwise nothing would be loaded at all. 

Have a look at this link too. It might help.

 

Link to comment
Share on other sites

You can configure your web.config like below to display the full error.

<configuration>
<system.webServer>
    <httpErrors errorMode="Detailed" />
    <asp scriptErrorSentToBrowser="true"/>
</system.webServer>
<system.web>
    <customErrors mode="Off"/>
    <compilation debug="true"/>
</system.web>

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...