Disabling or limiting error information displayed - Joomla! Forum - community, help and support
the host provider of joomla site of ours had issue had temporarily set database server in read-only mode. result site displayed fatal error triggered sql statement in banners module attempting simple counter update:
while ideal instead of site fatally crashing because it's unable minor thing update hit count or other trivial stat, i'm more concerned in disabling or controlling error message displayed. dumping sql statement, , trace includes paths , other information not desired shared anyone. debug off in configuration, , haven't been able find solution i'l assume common request (maybe i'm searching wrong thing, or it's obvious , i'm missing tree in forest).
is there mechanism can incorporate in template or site catches error before display can write own global failure message.
code: select all
jos-error: mysql running --read-only option cannot execute statement sql=update .....
while ideal instead of site fatally crashing because it's unable minor thing update hit count or other trivial stat, i'm more concerned in disabling or controlling error message displayed. dumping sql statement, , trace includes paths , other information not desired shared anyone. debug off in configuration, , haven't been able find solution i'l assume common request (maybe i'm searching wrong thing, or it's obvious , i'm missing tree in forest).
is there mechanism can incorporate in template or site catches error before display can write own global failure message.
have adjusted error reporting on server tab of global config?
Comments
Post a Comment