Thread: Fatal Error...
View Single Post
  #7  
Old 11-09-2011, 03:30 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 584,747
Hall of Famer is on a distinguished road
Default

Well yeah, such problems do occur if you are including files that also include other files. Both of them include functions.php, which causes the problem. One possible way to fix this is to use include_once() instead of include(), this will not generate any error message but will cause the program to run slower. What a trade-off!
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote