Site does not load completely

0

I uploaded a new site on the server, everything was working offline, when I access the site it loads in a different way than it was offline, it only normalizes when I start browsing the site.

The website address is www.jhwebvision.com.br

I do not know what I'm doing wrong, could anyone help me?

    
asked by anonymous 19.07.2015 / 23:10

2 answers

1

Probably some file locally present in your testing environment does not exist or is not accessible on your server.

Following is a print of the error displayed in the console of your site.

Take care of this dependency, which probably should be causing the elements not to load.

    
19.07.2015 / 23:15
0

When a site works in one place but not the other, it is good to check some things:

  • Have all files been uploaded to the target server?
  • Does the server have access to read these files?
  • Have configuration data changed properly? (database connections, fixed URLs, lines in hosts files, etc.)
  • Is there an error on the client side? (as seen by Fernando Medeiros)

I work in a company where each team has its own server, has one where integration testing takes place, and lastly the 'production' - and really, the headaches that happen with all the differences between each server ... .

    
20.07.2015 / 02:33