Page 1 of 1

mysqli issue

PostPosted: Tue Apr 15, 2014 8:39 am
by Kinghtflyer
Hello guys.
This is Randy Millner one of your training alumni from last Summer.

I created some custom html reports correlating vici stats with our CRM system.
One of our mutual clients 'Trusted Senior Specialists' took a liking to my custom work during a visit.

The problem is my custom work did not use the newer mysqli extensions and I am trying to debug and implement mysqli extensions.


What is the proper procedure for turning on php error display for an individual script? Or is it best to turn on all errors using a development server?

Our client's version
VERSION: 2.8-428a
BUILD: 140305-0846

Re: mysqli issue

PostPosted: Tue Apr 15, 2014 6:51 pm
by mflorell
We usually just look at the error_log from apache, which logs errors from PHP scripts.