Kayako logo
Installation & Upgrading Questions and issues regarding the installation and upgrade procedure of SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
mblendinger Offline
Member
 
mblendinger's Avatar
 
Posts: 109
Join Date: Jan 2006
Location: Argentina
Exclamation "/cron/index.php?_t=parser" stop working after upgrade - 09-10-2006, 10:19 PM

Hello:

the "/cron/index.php?_t=parser" stop working after upgrade to latest stable version.

Quote:
Parse error: syntax error, unexpected T_STRING in /home/......../public_html/soporte/includes/MIME/mimeDecode.php on line 733
We are running without mail parser now! Some help please?

and I don't know why, but the programmed tasks from esupport admin panel, don't import the mails, so, we can't work!

nobody have the same problem with the last -stable- version ?

Last edited by mblendinger; 09-10-2006 at 10:57 PM.
   
Reply With Quote
  (#2) Old
mblendinger Offline
Member
 
mblendinger's Avatar
 
Posts: 109
Join Date: Jan 2006
Location: Argentina
09-10-2006, 11:07 PM

The error is here:


Quote:
function getXML($input)
{
$crlf = "\r\n";
$output = '<?xml version=\'1.0\'?>' . $crlf .
'<!DOCTYPE email SYSTEM "http://www.phpguru.org/xmail/xmail.dtd">' . $crlf .
'<email>' . $crlf .
Mail_mimeDecode::_getXML($input) .
'</email>';

return $output;
}
in the line 733:

Quote:
$output = '<?xml version=\'1.0\'?>' . $crlf .
   
Reply With Quote
  (#3) Old
Jen Offline
New Member
 
Posts: 20
Join Date: Oct 2006
11-10-2006, 08:58 AM

I don't know what causing that error is. If I were you, I'll just re-upload mimeDecode.php. It can be happen to work. Did you delete old folder, re-upload new folder, restore db then upgrade?

Last edited by Jen; 11-10-2006 at 09:01 AM.
   
Reply With Quote
  (#4) Old
mblendinger Offline
Member
 
mblendinger's Avatar
 
Posts: 109
Join Date: Jan 2006
Location: Argentina
11-10-2006, 09:29 AM

Quote:
Originally Posted by Jen
I don't know what causing that error is. If I were you, I'll just re-upload mimeDecode.php. It can be happen to work. Did you delete old folder, re-upload new folder, restore db then upgrade?
I reuploaded all the includes folder again and it start working
   
Reply With Quote
  (#5) Old
Jen Offline
New Member
 
Posts: 20
Join Date: Oct 2006
11-10-2006, 11:03 AM

Great, glad you got it working!


I'll help you whenever I can... This is non-support forum...

Install & Upgrade Service: $10 | Mail Parser: $10
   
Reply With Quote
Reply

Tags
stop, upgrade

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.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.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