After I tried to install the HTML Head Items extension on my forum, I get a 500 Internal Server Error on my website.
When I check the logs, it looks like the extension was successfully installed:
- Installing ianm/html-head (1.2.4): Extracting archive
0/149 [>---------------------------] 0%
17/149 [===>------------------------] 11%
32/149 [======>---------------------] 21%
45/149 [========>-------------------] 30%
61/149 [===========>----------------] 40%
75/149 [==============>-------------] 50%
91/149 [=================>----------] 61%
106/149 [===================>--------] 71%
121/149 [======================>-----] 81%
136/149 [=========================>--] 91%
146/149 [===========================>] 97%
148/149 [===========================>] 99%
149/149 [============================] 100%
Could the 500 error be the result of a too low php memory limit? I changed it to 256M in my htaccess file, but that made no difference; the 500 error is still there.
Do you have any ideas what could cause this?