Thứ Năm, 30 tháng 5, 2013

Turn on error reporting in php and chmod for all file in folder


gedit /etc/php5/apache2/php.ini


in php.ini (probably different for php and cli)
error_reporting = E_ALL
display_errors = 1



CHMOD
chmod -R 777 dir_name/

Không có nhận xét nào:

Đăng nhận xét

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...