Development reference: Difference between revisions
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
[[Reading a binary file]] | [[Reading a binary file]] | ||
== PHP == | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! debugging | |||
|- | |||
| Tail these: | |||
tail -f /var/log/apache2/sitelogs/thedigitalage.org/ssl_error_log | |||
tail -f /var/log/ampache-tda/ampache.(today).log | |||
|- | |||
| This leads to too much noise, not needed... | |||
emacs /etc/php/apache2-php5.3/php.ini | |||
display_errors = On | |||
/etc/init.d/apache restart | |||
|} | |||
------------- | |||
PHP DEBUGGING | |||
------------- | |||
------------- | |||
== Java == | == Java == |