Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After update to 3.7.0: content not loading, .htaccess config problem #13738

Closed
genseirin opened this issue Nov 19, 2018 · 1 comment
Closed
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@genseirin
Copy link
Contributor

On one specific server (shared hosting), the update to 3.7.0 caused the panels not to appear (dashboard, all websites and settings). In the JS console there appeared several errors like

Error: "[$compile:tpload] http://errors.angularjs.org/1.6.5/$compile/tpload?p0=plugins%2FCoreHome%2Fangularjs%2Fcontent-block%2Fcontent-block.directive.html%3Fcb%3D850e76cd9c654537ca47d425e7a85c78&p1=500&p2=Internal%20Server%20Error"

I could fix (?) it by removing some lines from .htaccess in the /plugins folder:

# Serve HTML files as text/html mime type - Note: requires mod_mime apache module!
<IfModule mod_mime.c>
   AddHandler text/html .html
   AddHandler text/html .htm
</IfModule>
@tsteur tsteur added the duplicate For issues that already existed in our issue tracker and were reported previously. label Dec 1, 2018
@tsteur
Copy link
Member

tsteur commented Dec 1, 2018

duplicate of #13749

@tsteur tsteur closed this as completed Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants