0
I switched hosting providers and now I get a 500 server error on the backend for Content Statistics. There are no errors that show when I put error reporting on Maximum in Joomla or in the hosting error log. Are there any specific tech requirements for the component to work?
Responses (5)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I was able to fix it in my php.ini. I already had a high memory_limit but I raised several other items and it is good now. I think the main problem was I had almost 500,000 records in database table.
I added these:
max_input_time = 180
max_execution_time = 180
max_input_vars = 1500 (this one had to be changed to make Alter Reports work, so unsure if it made a different with ContentStats)
max_allowed_packet = 8M
read_buffer_size = 512 -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »