tuidangvui
16-04-14, 09:36 AM
Nguồn sưu tầm (lưu trữ + update tiện tham khảo)
[function.move-uploaded-file]: failed to open stream: Permission denied in
chmod file/thư mục thành 0777
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
Hàm session_start() và header() chỉ được thực hiện khi trước đó không có 1 byte dữ liệu nào được sent đế trình duyệt.
Dùng ob_clean() trước session_start() hoặc header() để xóa hết các ký tự đã sent
Warning: preg_replace() [function.preg-replace]: Unknown modifie
Lỗi khi sử dụng preg_replace
Vviết thiếu mất phần replacement
supplied argument is not a valid MySQL-Link resource
Lỗi này là thực hiện câu query khi kết nối db chưa thành công
<? fix thành <?php hoặc trong php.ini fix short_open_tag = On
[QUOTE]nbb, qweb, web connect mssql 2008 thất bại
fix $database = 'PROVIDER=MSDASQL;Driver={SQL Server};Server=SSQL;Database=MuOnline;';
.....
[function.move-uploaded-file]: failed to open stream: Permission denied in
chmod file/thư mục thành 0777
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
Hàm session_start() và header() chỉ được thực hiện khi trước đó không có 1 byte dữ liệu nào được sent đế trình duyệt.
Dùng ob_clean() trước session_start() hoặc header() để xóa hết các ký tự đã sent
Warning: preg_replace() [function.preg-replace]: Unknown modifie
Lỗi khi sử dụng preg_replace
Vviết thiếu mất phần replacement
supplied argument is not a valid MySQL-Link resource
Lỗi này là thực hiện câu query khi kết nối db chưa thành công
<? fix thành <?php hoặc trong php.ini fix short_open_tag = On
[QUOTE]nbb, qweb, web connect mssql 2008 thất bại
fix $database = 'PROVIDER=MSDASQL;Driver={SQL Server};Server=SSQL;Database=MuOnline;';
.....