Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
jptimone Offline
New Member
 
Posts: 18
Join Date: Mar 2006
Location: Kuopio, Finland
class.template.php generates error in eval()? - 29-09-2006, 10:31 AM

Code:
Warning: Invalid argument supplied for foreach() in C:\...\eSupport\includes\SmartyLight\class.template.php(899) : eval()'d code on line 173
Sometimes this pop-ups when I do some changes in templates, don't know what is wrong? Line 173 in class.template.php is empty but line 899 says following (red text is line 899):

Code:
		ob_start();
		if ($silent)
		{
			$evalreturn = @eval(' ?>' . $output . '<?php return true;');			
		} else {
			$evalreturn = eval(' ?>' . $output . '<?php return true;');			
		}
		$output = ob_get_contents();
		ob_end_clean();
Using:
- eSupport v3.00.90
- PHP 5.1.4
- MySQL 4.1.21

Has this something to do with cache?
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,958
Join Date: Aug 2006
Location: Mumbai, India
29-09-2006, 02:22 PM

Re-upload the files in binary format and it should resolve the issue.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
classtemplatephp, eval, generates

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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