ERROR: Function split() is deprecated (#8192) in /usr/home/sites/public_html/qs.kiev.ua/libraries/Utils.class.php (58)

Core->errorHandler
( at )

split
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Utils.class.php at 58)

Utils->parseURL
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Utils.class.php at 20)

Utils->initParams
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Core.class.php at 29)

Core->run
(/usr/home/sites/public_html/qs.kiev.ua/index.php at 12)
ERROR: Cannot modify header information - headers already sent by (output started at /usr/home/sites/public_html/qs.kiev.ua/templates_c/%%B4^B4B^B4BBB253%%stackTrace.php.php:5) (#2) in /usr/home/sites/public_html/qs.kiev.ua/libraries/views/JsonView.class.php (13)

Core->errorHandler
( at )

header
(/usr/home/sites/public_html/qs.kiev.ua/libraries/views/JsonView.class.php at 13)

JsonView->__construct
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Factory.class.php at 17)

Factory->getInstance
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Factory.class.php at 32)

Factory->getViewInstance
(/usr/home/sites/public_html/qs.kiev.ua/libraries/controllers/Controller.class.php at 22)

Controller->__construct
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Factory.class.php at 17)

Factory->getInstance
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Factory.class.php at 27)

Factory->getControllerInstance
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Core.class.php at 33)

Core->run
(/usr/home/sites/public_html/qs.kiev.ua/index.php at 12)
var EPJSON = new Object(); var EPBANNER = new Object(); var EPADVSRCH = new Object(); EPJSON.login = ''; EPJSON.passHash = ''; EPJSON.language = 'ru'; EPJSON.codepage = 'CP1251'; EPJSON.isOsel = false; EPJSON.callServer = function (callMethod, callBackFunc, data) { var entryURL = "http://ws.expopromoter.com/json/v1/?callMethod=" + callMethod + "&callBackFunc=" + callBackFunc + "&login=" + this.login + "&passHash=" + this.passHash + "&data=" + data + "&lang=" + this.language + "&cp=" + EPJSON.codepage + "&rnd=" + Math.random()*1000000; headElement = document.getElementsByTagName("head").item(0); var script = document.createElement("script"); script.setAttribute("type", "text/javascript"); script.setAttribute("src", entryURL); headElement.appendChild(script); } //Call functions EPJSON.addExhibitionToSchedule = function(id) { if (this.login != '' && this.passHash != '') { var data = '{"id": ' + id + '}'; this.callServer('addExhibitionToSchedule', 'EPJSON.ExhibitionScheduleCallback', data); this.writeUpdatingPopUp(); } else { var registerLink = '
ERROR: Function split() is deprecated (#8192) in /usr/home/sites/public_html/qs.kiev.ua/libraries/Utils.class.php (87)

Core->errorHandler
( at )

split
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Utils.class.php at 87)

Utils::addParamsIntoURL
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Utils.class.php at 280)

getURL
(/usr/home/sites/public_html/qs.kiev.ua/templates_c/%%76^764^76441CF4%%functions.php.php at 44)

include
(/usr/home/sites/public_html/qs.kiev.ua/libraries/smarty/Smarty.class.php at 1251)

Smarty->fetch
(/usr/home/sites/public_html/qs.kiev.ua/libraries/smarty/Smarty.class.php at 1101)

Smarty->display
(/usr/home/sites/public_html/qs.kiev.ua/libraries/views/View.class.php at 60)

View->show
(/usr/home/sites/public_html/qs.kiev.ua/libraries/controllers/JsonController.class.php at 12)

JsonController->run
(/usr/home/sites/public_html/qs.kiev.ua/libraries/Core.class.php at 34)

Core->run
(/usr/home/sites/public_html/qs.kiev.ua/index.php at 12)
/User/lang/ru/action/register/'; var message = '

Функция доступна только для зарегистрированных пользователей.

Для того чтобы создать Ваш персональный календарь, Вам необходимо пройти через процедуру Регистрации.


В случае, если Вы уже зарегистрированный пользователь нашего сайта, зайдите на страницу под своим паролем и добавьте интересующие Вас выставки в Ваш календарь.

'; this.writeMessageWindow(message.replace('%LINK_REGISTER%', registerLink)); } } EPJSON.delExhibitionFromSchedule = function(id) { if (this.login != '' && this.passHash != '') { var data = '{"id": ' + id + '}'; this.callServer('delExhibitionFromSchedule', 'EPJSON.ExhibitionScheduleCallback', data); this.writeUpdatingPopUp(); } } EPJSON.getCountriesList = function(id) { var data = '{"id": ' + id + '}'; this.callServer('getCountriesList', 'EPJSON.ExhibitionCountriesCallback', data); this.writeUpdatingPopUp(); } EPJSON.getCitiesList = function(id) { var data = '{"id": ' + id + '}'; this.callServer('getCitiesList', 'EPJSON.ExhibitionCitiesCallback', data); this.writeUpdatingPopUp(); } //Callback functions EPJSON.ExhibitionScheduleCallback = function(result) { if (result.data && result.data.errorCode) { //For debuging purposes this.writeMessageWindow(result.data.errorMessage); } else { this.hideMessageWindow(); if (result.callMethod == "delExhibitionFromSchedule") { this.hidePageElementById('exhibEl_' + result.reqParams.id); } } } EPJSON.ExhibitionCountriesCallback = function(result) { //No action must be redefined } EPJSON.ExhibitionCitiesCallback = function(result) { //No action must be redefined } //Extra functions EPJSON.writeMessageWindow = function(mess) { document.getElementById('EPMessPopUp').innerHTML = mess; this.alignMessageWindow(); this.showMessageWindow(); } EPJSON.writeInfoWindow = function(mess) { document.getElementById('EPMessPopUp').innerHTML = mess; this.alignMessageWindow(); this.showMessageWindow(); } EPJSON.writeUpdatingPopUp = function() { this.writeInfoWindow('
Обновление...
'); } EPJSON.showMessageWindow = function() { document.getElementById('EPMessPopUp').style.visibility = "visible"; } EPJSON.hideMessageWindow = function() { document.getElementById('EPMessPopUp').style.visibility = "hidden"; } EPJSON.initMessageWindow = function() { var win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]); if (win_ie_ver >= 5.5) { this.isOsel = true; document.write('