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
Mark Worsnop Offline
Member
 
Posts: 36
Join Date: Dec 2006
Another bug: Fatal error: Cannot pass parameter 4 by reference - 12-01-2007, 02:01 AM

Fatal error: Cannot pass parameter 4 by reference in ...\modules\tickets\client_tickets.php on line 263

When adding to help desk ticket.

I replicated it on the general user side after creating a ticket then trying to post a reply.

I fixed it by “forcing” the variable.

Here is what I changed:

Path: ...\modules\tickets\client_tickets.php
Line: 263
->$_ticketobj->processPostAttachments($ticketpostiddata[0], false, (new stdClass), false);

Changed to:
->$forceVariable = false;
->$_ticketobj->processPostAttachments($ticketpostiddata[0], false, (new stdClass), $forceVariable);

Error seems to be fixed.

Not sure if this was the right fix, but it works...
   
Reply With Quote
  (#2) Old
Mahesh Slaria Offline
Member
 
Posts: 183
Join Date: Jul 2006
12-01-2007, 09:34 AM

Hi,

Yes, this is right fix. This issue was fixed in our CVS builds.

Regards,
   
Reply With Quote
Reply

Tags
bug, fatal, parameter, pass, reference

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem ! graziano68 SupportSuite, eSupport and LiveResponse 2 08-11-2006 07:07 AM
Can not insert staff? ozgurerdogan SupportSuite, eSupport and LiveResponse 5 31-10-2006 11:48 AM
Kayako SupportSuite v3.04.10 Stable Build Varun Shoor News and Announcements 2 06-10-2006 09:41 PM
Swift CLI problem joshopkins SupportSuite, eSupport and LiveResponse 2 02-09-2006 06:12 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


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