hasib.mondal Posted June 2, 2008 Share Posted June 2, 2008 i am developing a site using php 5, mysql & smarty. when i am running my at my computer (windows xp & apache server), it is running excellent. but at live server (linux) it is not showing any output. please help. Link to comment https://forums.phpfreaks.com/topic/108357-an-undefined-error/ Share on other sites More sharing options...
trq Posted June 2, 2008 Share Posted June 2, 2008 Place this at the top of your script and see if you get any errors. <?php error_reporting(E_ALL) ; ini_set('display_errors','1'); ?> Link to comment https://forums.phpfreaks.com/topic/108357-an-undefined-error/#findComment-555480 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.