Thread: Fatal Error
View Single Post
03-24-2011, 12:46 PM   #16
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
You need to disable warnings on your PHP install. Warnings should never show on production. Once you get the product installed correctly, the warning goes away, but it should never show on a live site. In fact, you should not DISPLAY errors ever in production, they should only exist in the logs.
Jeff is offline   Reply With Quote