| ||||||||||||
![]() |
![]() |
| | LinkBack (1) | Thread Tools | Search this Thread | Display Modes |
(#31)
|
(#32)
|
(#33)
|
| New Member Posts: 8 Join Date: Oct 2007 Location: Lima-Peru |
22-06-2008, 06:27 PM
Hi I think i've found the cause of this error, at least in my case. I found the same errors in my log, but checked the access log and found this: Code: GET /visitor/index.php?_m=livesupport&_a=updatefootprint&time=1214158638629&rand=19&url=https://support.mydomain.com/index.php?_m=tickets&_a=viewlist&isfirsttime=0&sessionid=c6b42dd1cb596dbffe8ff248b50120ae&referrer=&resolution=1024x768&colordepth=32&platform=Win32&appversion=9.50%20(Windows%20NT%205.1;%20U;%20en)&appname=Opera&browsercode=OP&browserversion=9.50%20(Windows%20NT%205.1;%20U;%20en)&browsername=Opera&operatingsys=Windows&pagetitle=QMailHosting.net%20Intl.&country=Peru&countrycode=pe&hasnotes=&campaignid=&campaigntitle= HTTP/1.1 Code: updateurl = "<?php echo $_SWIFT["swiftpath"] ?>visitor/index.php?_m=livesupport&_a=updatefootprint&time="+date1.getTime()+"&rand="+doRand()+"&url="+encodeURIComponent(window.location)+"&isfirsttime="+encodeURI(isfirsttime)+"&sessionid="+encodeURI(sessionid)+"&referrer="+encodeURI(document.referrer)+"&resolution="+encodeURI(screenWidth+"x"+screenHeight)+"&colordepth="+encodeURI(colorDepth)+"&platform="+encodeURI(navigator.platform)+"&appversion="+encodeURI(navigator.appVersion)+"&appname="+encodeURI(navigator.appName)+"&browsercode="+encodeURI(browsercode)+"&browserversion="+encodeURI(browserversion)+"&browsername="+encodeURI(browsername)+"&operatingsys="+encodeURI(operatingsys)+"&pagetitle="+encodeURI(title)+"&country="+encodeURI(country)+"&countrycode="+encodeURI(countrycode)+"&hasnotes="+encodeURI(hasnotes)+"&campaignid="+encodeURI(campaignid)+"&campaigntitle="+encodeURI(campaigntitle); Hope this helps Sergio |
| | |
(#34)
|
| Operations Manager Posts: 5,256 Join Date: Jan 2006 Location: United Kingdom |
22-06-2008, 09:58 PM
Hi Sergio, Thank you for that; I have passed it onto the developers who will review it. -------------------------------------------------------------------
|
| | |
(#35)
|
| Member Posts: 126 Join Date: Jul 2004 |
23-06-2008, 03:21 PM
Quote:
![]() | |
| | |
(#36)
|
| Operations Manager Posts: 5,256 Join Date: Jan 2006 Location: United Kingdom |
23-06-2008, 03:47 PM
Hi eger, Sergio has an owned license; most of the files come unencoded with this license. -------------------------------------------------------------------
|
| | |
(#37)
|
| Chief Operating Officer Posts: 852 Join Date: May 2005 Location: Boise, Idaho |
23-06-2008, 07:50 PM
Apologies for anyone who ended up experiencing this bug. encodeURI() was introduced to fix a different bug related to escape(), but the current code in the distro uses encodeURIComponent(). So, if that is actually the cause of this particular issue, it has already been resolved in the development branch. -------------------------------------------------------------------
|
| | |
(#38)
|
| Chief Operating Officer Posts: 852 Join Date: May 2005 Location: Boise, Idaho |
23-06-2008, 07:51 PM
Quote:
-------------------------------------------------------------------
| |
| | |
(#39)
|
(#40)
|
| Chief Operating Officer Posts: 852 Join Date: May 2005 Location: Boise, Idaho |
23-06-2008, 08:36 PM
Quote:
DELETE FROM `swsessions`; DELETE FROM `swvisitorfootprints`; This will flush out any invalid records that got in there due to this problem -------------------------------------------------------------------
| |
| | |
(#41)
|
| Member Posts: 126 Join Date: Jul 2004 |
24-06-2008, 05:00 PM
Quote:
If these are files, which files are they (if there are others than just visitor_htmlcode.php) and can they be downloaded from CVS to a 3.20.02 as a 'patch'? I am willing to test these out if I can just load the fixed versions from CVS unless there are more major changes that require a complete upgrade. | |
| | |
(#42)
|
| Chief Operating Officer Posts: 852 Join Date: May 2005 Location: Boise, Idaho |
24-06-2008, 05:46 PM
Quote:
The best way to fix it on your own desk would simply be to open up that file and do a find/replace of encodeURI with encodeURIComponent -------------------------------------------------------------------
| |
| | |
(#43)
|
(#44)
|
| New Member Posts: 6 Join Date: May 2005 |
28-06-2008, 07:13 PM
I'm still getting the following error in my error logs.. [Sat Jun 28 13:11:20 2008] [error] [client IP.0.0.0.0] PHP Fatal error: register action is not registered in /home/*user*/public_html/support/includes/functions.php on line 742, referer: http://www.*domain*.com/support/inde...re&_a=register |
| | |
(#45)
|
| Operations Manager Posts: 5,256 Join Date: Jan 2006 Location: United Kingdom |
28-06-2008, 07:14 PM
-------------------------------------------------------------------
|
| | |
![]() |
| Tags |
| errorlog, errors |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://forums.kayako.com/f56/errors-error_log-file-16324/ | ||||
| Posted By | For | Type | Date | |
| Kayako Bug Tracker - Viewing Issue #549 - Fatal Errors thrown in error_log need to be resolved | This thread | Refback | 23-04-2008 05:06 PM | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LiveResponse disconnects continuously. | rohmelec | SupportSuite, eSupport and LiveResponse | 21 | 26-09-2007 08:14 AM |
| Help Desk completely down with multiple errors | Lisa | SupportSuite, eSupport and LiveResponse | 31 | 30-05-2007 10:23 AM |
| Key.php - Update URL Field BEFORE you Upload File. | kropes | SupportSuite, eSupport and LiveResponse | 5 | 27-11-2006 08:38 AM |
| problem ! | graziano68 | SupportSuite, eSupport and LiveResponse | 2 | 08-11-2006 07:07 AM |
| Swift CLI problem | joshopkins | SupportSuite, eSupport and LiveResponse | 2 | 02-09-2006 06:12 AM |