Reply to thread

A quick update of the previously posted code, I had to add these lines after loading XF, or else I'd get some strange 500/PHP fatal errors with XF 1.1.0 ("Exception thrown without a stack frame in Unknown on line 0" to be exact).

[PHP]restore_error_handler();

restore_exception_handler();[/PHP]


Back
Top Bottom