php smarty problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hasib.mondal
Forum Newbie
Posts: 1
Joined: Mon Jun 02, 2008 5:55 am

php smarty problem

Post by hasib.mondal »

i am developing a site using php 5.0, mysql 5.0 and smarty. my site is running error free, although when i submit it in live server no output is coming. please help :cry: :x
User avatar
vargadanis
Forum Contributor
Posts: 158
Joined: Sun Jun 01, 2008 3:48 am
Contact:

Re: php smarty problem

Post by vargadanis »

It is most likely because warning messages and error messages are turned off on the server. Maybe your server uses PHP4. Chk the php.ini file and if you can enable those debugging options.
Post Reply