I started noticing this after the most recent massive addon’s update. I shut off the plugin and it seems to be related to this plugin. I’ve left a comment on code canyon for the plugin author.
Just as an fyi, i have the following in my php.ini. These measures were taken to ensure massive addons runs smoothly (based on suggestions for the plugin author)
memory_limit = 512M
max_execution_time = 6000
upload_max_filesize = 256M
post_max_size = 1024M
max_input_vars = 6000
max_input_time = 6000
and this in my htaccess
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
I’ll wait to hear back from the author or other users but if you guys can also test. If you also be that the plugin didn’t update correctly but i updated the plugin i downloaded for 8theme downloads page. Maybe something got corrupted in file upload. That could be it…