DJJigsaw
Active member
- Nov 10, 2020
- 255
- 137
- 43
Many thanks.
let me know if you need help installing it, I have gotten it easily on a live production server.
Many thanks.
kayoko-4913.zip <--- what is this?
I already have kayko and have been using it for 6 years.
Please explain why we must use your SQL file? That seems a little fishy. Doesn't your .zip also upgrade older versions?
I have never seen anyone supply Kayako as you have before.
Thanks.
So they are all untouched original as far as you are aware? There are lots of injected hacked versions of Kayako, actually virtually all nulled versions found online have encrypted malicious code hidden within.
If they are original, my upgrade should work just fine with an upgrade of PHP from 5.6 to 7.x correct? Which PHP version do you recommend?
@starliner appreciate if you can reupload you version, thank you
I'm trying the upgrade, switched to 7.4 checked my config etc. but when I load https://subdomain.domain.com/setup/ I get the following error:
Warning
IntlDateFormatter::formatObject(): datefmt_format_object: the format is empty (./__swift/library/Date/class.SWIFT_Date.php:315)
=================================================================================================================================
Any ideas please?
if (in_array(mb_strtolower(SWIFT_LOCALE), array('rus', 'russian'))) {
$_returnValue = iconv('windows-1251', $_SWIFT->Language->Get('charset'), strftime($_SWIFT->Input->SanitizeForXSS($_dateFormat), $_timeLine));
} else {
$_returnValue = strftime($_SWIFT->Input->SanitizeForXSS($_dateFormat), $_timeLine);
try {
if (extension_loaded('intl')) {
$dateTime = new \DateTime('@' . $_timeLine, new \DateTimeZone($_timeZone));
$format = strftime_format_to_intl_format($_SWIFT->Input->SanitizeForXSS($_dateFormat));
$_returnValue = \IntlDateFormatter::formatObject(
$dateTime, // a DateTime object
$format, // UCI standard formatted string
$_SWIFT->Language->GetLanguageCode() // the locale
);
}
} catch (\Exception $ex) {
}
}
ok here is the solution
its cache problem.
Download the file again and carefully read install steps
It should work
Hi,
I installed successfully but getting error in Admin Area
SimpleXMLElement::__construct(): Entity: line 10: parser error : Entity 'mdash' not defined (./__swift/apps/base/admin/class.Controller_Home.php:483)
Any idea how to fix it ?
mine is doing it as well. Thought it was adjustment but seems to be where the RSS feed would be. So I will keep an eye on it as well and wait.
i'll be reaching out to them for a trial of the latest version, then maybe it can help fix it. so bare with me while working.