Avatar

rhortx

rhortx

About

Username
rhortx
Joined
Visits
15
Last Active
Roles
Expired

Comments

  • if anyone else is having the same problem, I was able to fix mine (on Godaddy shared hosting) by updating the php ini file to allow more PHP variables: max_input_vars = 5000;max_execution_time = 3600;memory_limit=256M; Here's a page on Godaddy that …