For those having issues installing or uninstalling... I simplified it and instead of trying to get "tricky" and making the whole process automatic (which was causing problems for some people), I instead made a function to compile CSS functions that will show up under the "Update Counters" area of the AdminCP. When you install, the system will automatically redirect you there and do it automatically.
Uninstallation is a bit obnoxious though since when you uninstall, you also lose the Compile CSS Templates option, so you can't really automate it. See update in original post for a note on how to (properly) uninstall manually.
Doing it this way should eliminate the SQL errors some people were getting as well as PHP memory limits and execution time (since it will process 25 at a time and then start a new batch of 25... resetting PHP execution time and memory in the process).
|