Sunday, October 7, 2012

Fatal error: Cannot redeclare date_diff()


This is normally your script is having some compatibility issues with php5.3. because i have seen this errors with scripts running in php 5.3 version.

 Fatal error: Cannot redeclare date_diff() in /home/ajeesh/public_html/video/ajaxfunc.php

I have fixed these error with replacing "date_diff" function with zen_date_diff in the particular error showing path.


No comments:

Post a Comment