kryptex Posted October 8, 2007 Share Posted October 8, 2007 I am trying to get my feet wet with PHP, however I am falling into some trouble. The trouble I am experiencing is with FastTemplate. I am getting the error message: Fatal error: Cannot redeclare FastTemplate::clear_parse() in ..... The (...) is pointing to the FastTemplate.php file. I am using PHP4. I was wondering if anyone has experienced this error message. I have looked all over the internet for the solution. Thanks. Link to comment https://forums.phpfreaks.com/topic/72258-trouble-with-fasttemplate/ Share on other sites More sharing options...
trq Posted October 8, 2007 Share Posted October 8, 2007 This generally meens that you are defining a function/class more then once. Make sure you do not include the FastTemplate class more than once in your script. If your still stuck, we'll probably need to see some code. Link to comment https://forums.phpfreaks.com/topic/72258-trouble-with-fasttemplate/#findComment-364376 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.