Ubuntu 14.04 nginx php5-fpm
Делал так, но безрезультатно.
Думаю новичкам статья будет полезна.
Скрипт:
echo var_export(extension_loaded('ionCube Loader') ,true);
Выводит false
echo var_export(extension_loaded('ionCube Loader') ,true);
if (!Function.prototype.bind) {
Function.prototype.bind = function(context) {
var fn = this;
if(jQuery.type(fn) != 'function'){
throw new TypeError('Function.prototype.bind: call on non-function');
};
if(jQuery.type(context) == 'null'){
throw new TypeError('Function.prototype.bind: cant be bound to null');
};
return function() {
return fn.apply(context, arguments);
};
};
}
E_ERROR [1] Call to a member function getTalkId() on a non-object (/var/www/*****/data/www/studlife.kz/common/classes/modules/talk/Talk.class.php on line 360)
SELECT * FROM LS_talk WHERE LS_talk.talk_id not in (SELECT talk_id FROM LS_talk_user)
a href="{$oTopic->getUrl()}" ...>
Similar topics: v.0.3.0
Premoderation: v.1.6.3
LS Compatibility: v.1.0
Sitemap: v.0.3.0
Config Engine: v.1.2.0
Main preview topic: v.1.1
SEO: v.0.3.0
Attachments: v.1.4.1
AutoOpenID: v.1.5.43
Cross linker: v.1.4.2
Mobile template: v.1.0
Attachments: v.1.4.1
Similar topics: v.0.3.0
Premoderation: v.1.6.3
LS Compatibility: v.1.0
Sitemap: v.0.3.0
Config Engine: v.1.2.0
Cross linker: v.1.4.2
AutoOpenID: v.1.5.43