SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem. My Solution: go to /etc/phpmyadmin and edit apache.conf in the <Directory>[...]</Directory> section you can add
<Directory>[...]</Directory>
php_value upload_max_filesize 10M php_value post_max_size 10M
Solved the problem for me!