Fixed  Server error on Personal Details page

Can not reproduce; works for me here. Via following, and via direct link.
I am logged in, Mac/Safari.
 
I cannot reproduce - whilst on the subject of this, will XF have a logging system for diagnostic purposes?

Every web server can do error_log and mysql_log and access_log and there are monitoring tools you can run too.
That's giving me more than what any web app is giving me.
 
I've fixed both of these issues, though I don't recall what was causing the first one specifically. :)
 
Every web server can do error_log and mysql_log and access_log and there are monitoring tools you can run too.
That's giving me more than what any web app is giving me.

Though that's true, our web services team don't have access at server level itself. Access to the system is on a need-to-know basis for the company I've been contracted to do their intranet for.
 
Though that's true, our web services team don't have access at server level itself. Access to the system is on a need-to-know basis for the company I've been contracted to do their intranet for.

Add an internal page that simple require()'s the error_log file, mysql_log file, access logs, etc. :)
 
Top Bottom