Commit 98a76e9
demlasjr
Added chmod 777 for phpmyadmin tmp folder
Without chmod 777 for /var/lib/phpmyadmin/tmp, uploading a sql database through phpmyadmin generates the next errors:
"Failed to load /etc/phpmyadmin/config-db.php Check group www-data has read access and open_basedir restrictions.,
PHP Warning: Unknown: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext) in Unknown on line 0
PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0"1 parent 76bf903 commit 98a76e9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| 621 | + | |
621 | 622 | | |
622 | 623 | | |
623 | 624 | | |
| |||
0 commit comments