Webmaster Forum
Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Business Discussions > e-Commerce > Boss Cart Support Forums > Boss Cart - Old unsurpported version > Boss Cart General Support > FAQs > iG Shop
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-13-2004, 06:22 AM
Junior Member
 
Join Date: Jul 2004
Posts: 1
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
marco23 is on a distinguished road
Send a message via MSN to marco23
Default error solved with class.fastTemplate.php 661 and 644

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
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 08-18-2004, 03:32 AM
Junior Member
 
Join Date: Aug 2004
Posts: 2
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
KillerSpuds is on a distinguished road
Send a message via AIM to KillerSpuds
Default

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?
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 12-08-2004, 02:32 AM
Junior Member
 
Join Date: Dec 2004
Posts: 1
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
gmguy is on a distinguished road
Default Worked for me...

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;

Code:
//	******************************************
//
//	function clear_parse ( $ReturnVar = "")
//	{
//		$this->clear($ReturnVar);
//	}
//      Commented out 
//	******************************************
I did this for 4 files total;
/class.FastTemplate.php
/class.FastTemplate.php3
/admin/class.FastTemplate.php
/admin/class.FastTemplate.php3

It seems to work fine.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2005, 07:04 PM
Junior Member
 
Join Date: Jan 2005
Posts: 3
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
murali2611 is on a distinguished road
Default Worked for me tooo

that worked for me toooooo!
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks

Webmaster Resources
UK WW SEO Tools
Find UK Hosts
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
adf apple iphone apple iphone 3g article database article site article writer bidding directory bid directory bid for position contents dabangla data entry free social hosting free space google google analytical tool graphics design joomla link exchange mysql partners phpmyadmin programming research site dump social web space wanted uk web development web directory web hosting webmasters web space for free wordpress

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Class or ID? ForumJoiner General Webmaster Talk 0 03-27-2007 11:13 AM
Fatal error in class.FastTemplate.php on line 661 zsamer iG Shop 1 02-04-2005 03:40 AM
class.FastTemplate.php error pionas iG Shop 1 12-08-2003 07:01 PM
Fatal Error FastTemplate.php Marco iG Shop 4 08-21-2003 09:33 AM
class.FastTemplate borislav iG Shop 6 07-05-2003 06:16 PM


All times are GMT. The time now is 04:18 PM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151