14,959
edits
m (→related topic) |
(→check the server/service logs: update PHP logs) |
||
| Line 27: | Line 27: | ||
* [http://www.mysql.com/ MySQL] log: /var/log/mysql.log (location was set up in the configuration file /etc/my.cnf or my.ini) | * [http://www.mysql.com/ MySQL] log: /var/log/mysql.log (location was set up in the configuration file /etc/my.cnf or my.ini) | ||
* [http://www.php.net/ PHP] log: check the configuration file: /etc/php.ini | * [http://www.php.net/ PHP] log: check the configuration file: /etc/php.ini | ||
** unmark theese lines in the php.ini | |||
<pre> | |||
log_errors = On | |||
error_log = "\xampplite\apache\logs\php_error.log" | |||
</pre> | |||
=== find match string === | === find match string === | ||