Didn't work for me...
Looks like the moderators don't answer questions here very often, is this still in devopment or is it a project in a sepended/teminated state?
hello everybody
I just got this php shop script and i tried to install it and i had same problem as everybody here. with Fatal error: Cannot redeclare clear_parse() in c:\Apache\Apache2\htdocs\varios\IGSHOP\rclass.Fast Template.php on line 661
or for admin it will finnish with numbers 644
i came in this forum but i did not found any answer so i had to make it work my self.
after 2 hours work, in the end i solved the problem
all you have to do is
Delete this from this file class.FastTemplate.php
// Aliased function - used for compatibility with CGI::FastTemplate
function clear_parse()
{
$this->removed();
}
also in admin delete from the same file class.FastTemplate.php
I hope this will help you a bit.
Marco
Http://www.alsat.co.uk/forum
Didn't work for me...
Looks like the moderators don't answer questions here very often, is this still in devopment or is it a project in a sepended/teminated state?
I found the "function clear_parse" in two places in each class.FastTemplate.php file.
I just searched for "function clear_parse" and commented them out using "//" in front of each line of the function. So it ended up looking like this;
I did this for 4 files total;Code:// ****************************************** // // function clear_parse ( $ReturnVar = "") // { // $this->clear($ReturnVar); // } // Commented out // ******************************************
/class.FastTemplate.php
/class.FastTemplate.php3
/admin/class.FastTemplate.php
/admin/class.FastTemplate.php3
It seems to work fine.
that worked for me toooooo!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks