Halaman

Kamis, 12 Juni 2014

Gak bisa upload theme wp, plugin dan library ke ISPconfig

Mas bro ane nyoba WP di server lokal dia gak bisa upload theme wp, plugin dan library gugling dapet jawaban ini.. (http://www.howtoforge.com/forums/showthread.php?t=43100)
1. Switch php mode of this site to php-fcgi or php-cgi and enable suexec
ada lagi yg gini ..(http://www.evilbox.ro/linux/remove-ispconfig-maximum-upload-size-of-2m-for-wordpress/)

To solve this you need to edit the php.ini file located in /etc/php5/cgi/php.ini instead of the classic /etc/php5/apache2/php.ini.
Edit the lines below and change 2M to 50M:
1
2
3
4
5
6
7
; Maximum allowed size for uploaded files.
upload_max_filesize = 50M
...
; Maximum size of POST data that PHP will accept.
post_max_size = 50M
Restart Apache2, then relogin to WordPress.
kalo pake PHP-FPM baca disini http://www.evilbox.ro/linux/ispconfig-internal-server-error-500/

akhirnya bisa euy..

Tidak ada komentar:

Posting Komentar