Hi - problem has been solved .. In my case the "post_max_size" was completely missing from the php.ini. No matter what values I changed, the value in System > Settings > System still had =<8MB next to it.
Manually added "post_max_size = 100M;" to the php.ini file and then it changed. Now works fine.
Mine was a softaculous install if that has anything to do with it - either way the php.ini file had been created missing an important line for this!
Manually added "post_max_size = 100M;" to the php.ini file and then it changed. Now works fine.
Mine was a softaculous install if that has anything to do with it - either way the php.ini file had been created missing an important line for this!