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
 
 

iG Shop Installation, configuration, hacks and other topics to do with iG Shop installation and configuration.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-15-2003, 10:51 PM
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jul 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default Fatal error: Cannot redeclare clear_parse()

Please find a solution to my problem....

I have followed the instruction by making the Admin folder set to 777 and also downloaded the FastTemplate and still having the following error:

Quote:
Fatal error: Cannot redeclare clear_parse() in /home/arabicst/public_html/ig-shop/class.FastTemplate.php on line 644
my FastTemplate lines reads the following:

Code:
//	************************************************************
//	Aliased function - used for compatibility with CGI::FastTemplate
function clear_parse () 
   { 
      $this->removed(); 
   } 


//	************************************************************
//	Clears all variables set by assign()
What am I doing wrong? Your help is appretiated.....
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 07-16-2003, 03:58 PM
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

omg...

i got same error, and i dont know how to fix it!


here my trouble...
Code:
Fatal error: Cannot redeclare clear_parse() in /home/xlaucom/public_html/guiade11/class.FastTemplate.php on line 644
hey, anybody can help me??
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 07-16-2003, 06:12 PM
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jul 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Same problem as Laura here. Besides the symlink error (i use linux, but it gave errors), the Fatal error: Cannot redeclare clear_parse() stops showing anything. Could you please look into this? I also think that the images per item are too many, what is the use of making it 150 and 100 and 90 and 70? I think one big image say 600 (for site layout) and one of 150 will be more than enough. But i couldn't test it because of the error. Hope you can fix this, then i will promise to make a nice image upload script (one big and one thumb) which will make it very nice using GD2.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 07-16-2003, 06:22 PM
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jul 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Ok the function clear_parse is put in one page twice, but with another sub function. Very strange way of programming.

FIRST:
Code:
function clear_parse ( $ReturnVar = "")
	{
		$this->clear($ReturnVar);
	}
which uses function clear:

Code:
function clear ( $ReturnVar = "" )
	{
		// Clears out hash created by call to parse()

		if(!empty($ReturnVar))
		{
			if( (gettype($ReturnVar)) != "array")
			{
				unset($this->$ReturnVar);
				return;
			}
			else
			{
				while ( list ($key,$val) = each ($ReturnVar) )
				{
					unset($this->$val);
				}
				return;
			}
		}

		// Empty - clear all of them

		while ( list ( $key,$val) = each ($this->HANDLE) )
		{
			$KEY = $key;
			unset($this->$KEY);
		}
		return;

	}	//	end clear()
SECOND ONE
Code:
function clear_parse ()
	{
		$this->clear_assign();
	}
clear_assign is:

Code:
function clear_assign ()
	{
		if(!(empty($this->PARSEVARS)))
		{
			while(list($Ref,$Val) = each ($this->PARSEVARS) )
			{
				unset($this->PARSEVARS["$Ref"]);
			}
		}
	}
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 08-06-2003, 01:21 AM
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default Same Problem

Hi, I've the same problem!!!

The error is:


Fatal error: Cannot redeclare clear_parse() in /web/htdocs/www.irk.it/home/shop/admin/class.FastTemplate.php on line 647


auth.php as correct.

Please help me hehehehehe
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 08-21-2003, 08:30 AM
imported_misi
Guest
 
Posts: n/a
Default

commant only this line and not the all fuction :


// $this->removed();
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
43. wholesale adsense ready affiliate scam amazon apple iphone 16gb apple iphone 16gb 3g articles article writer australia web hosting beauty cash casino cheap clothes communications content custard media database dgital camerals directory domain name english teacher fantasy football fantasy football league fittness football league free handbags home income instant jewelry medical health money money making online music natural health news nokia n96 16gb online online shop poker professor replica sam allcock seo social networking sony vaio laptop sunglasses technology the medical plus themes tutor verbalized wallet wallets wanted web web hosting widget ready wordpress xmas offer

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
Fatal error pteixeira iG Shop 1 04-10-2004 12:36 AM
Another redeclare clear_parse() problem Muiter iG Shop 0 02-29-2004 05:16 PM
Fatal error: Cannot redeclare clear_parse()... valpenguin iG Shop 3 12-14-2003 05:12 AM
Fatal error hadaverde iG Shop 2 08-27-2003 09:31 PM
Error: not redeclare clear_parse() RamsesII iG Shop 1 08-21-2003 08:27 AM


All times are GMT. The time now is 05:40 AM.

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