Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
Провери новия ти хостинг какво точно поддържа -mysqli или mysql. Виж какво ще стане.
jtablesession::Store Failed
DB function failed with error number 1146
DROP table IF EXISTS r4mcq_session;
CREATE TABLE `r4mcq_session` (
`username` varchar(150) default '',
`time` varchar(14) default '',
`session_id` varchar(200) NOT NULL default '0',
`guest` tinyint(4) default '1',
`userid` int(11) default '0',
`usertype` varchar(50) default '',
`gid` tinyint(3) unsigned NOT NULL default '0',
`client_id` tinyint(3) unsigned NOT NULL default '0',
`data` longtext,
PRIMARY KEY (`session_id`(64)),
KEY `whosonline` (`guest`,`usertype`),
KEY `userid` (`userid`),
KEY `time` (`time`)
) TYPE=MyISAM CHARACTER SET `utf8`;
Караш на сляпо. Коя ти е версията на PHP на новия хост. Дай кода от горния ми пост.