To avoid this issue, the below code can be placed in the php file for enabling the error message display for the particular page.
error_reporting(E_ALL);
ini_set("display_errors", 1);
tutorial101 is the one place for high quality web development, Web Design and software development tutorials and Resources programming. Learn cutting edge techniques in web development, design and software development, download source components and participate in the community.
error_reporting(E_ALL);
ini_set("display_errors", 1);