Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # error Call to undefined function curl_init()
- # solusi enable di php.ini
- ;extension=php_curl.dll
- # error date_default_timezone_get() - It is not safe to rely on the system's timezone settings.
- # solusi enable di php.ini, pilih timezone
- date.timezone = Asia/Jakarta
- # error .htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
- # solusi enable di file http.conf
- LoadModule rewrite_module modules/mod_rewrite.so
Add Comment
Please, Sign In to add comment