Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2013-03-31 15:01:42

ina
Member
Registered: 2013-03-31
Posts: 9

help.... error installation step 3

the error message is "Make sure that "cache/*" is writable and then try again"i look up the database, there are some table create with successfull....
i use new file from https://nodeload.github.com/remdex/livehelperchat/zip/master
can anyone help me? than you

https://groups.google.com/forum/#!topic … SG16W-221I

Offline

#2 2013-03-31 15:46:02

ina
Member
Registered: 2013-03-31
Posts: 9

Re: help.... error installation step 3

Iam sory in page 2 instalation
the problem same with :
http://code.google.com/p/hppg/issues/detail?id=3

Pada Minggu, 31 Maret 2013 20:01:42 UTC+7, ina  menulis:

Offline

#3 2013-03-31 17:34:42

ina
Member
Registered: 2013-03-31
Posts: 9

Re: help.... error installation step 3

i have debug, by echo $e; and get this message:.exception 'PDOException' with message 'SQLSTATE[HY000]: General error:
1364 Field 'last_activity' doesn't have a default value' in
E:\xampp\htdocs\helper\modules\lhinstall\install.php:431
Stack trace:
#0 E:\xampp\htdocs\helper\modules\lhinstall\install.php(431):
PDO->query('INSERT INTO `lh...')
#1 E:\xampp\htdocs\helper\lib\core\lhcore\lhmodule.php(60):
include_once('E:\xampp\htdocs...')
#2 E:\xampp\htdocs\helper\lib\core\lhcore\lhmodule.php(305):
erLhcoreClassModule::runModule()
#3 E:\xampp\htdocs\helper\index.php(26):
erLhcoreClassModule::moduleInit()
#4 {main}
i lookup the php code, find error / bug:                // User departaments                $db->query("CREATE TABLE `lh_userdep` (                  `id` int(11) NOT NULL AUTO_INCREMENT,                  `user_id` int(11) NOT NULL,                  `dep_id` int(11) NOT NULL,                  `last_activity` int(11) NOT NULL,                  `hide_online` int(11) NOT NULL,                  PRIMARY KEY (`id`),                  KEY `user_id` (`user_id`),                  KEY `last_activity_hide_online_dep_id` (`last_activity`,`hide_online`,`dep_id`),                  KEY `dep_id` (`dep_id`)                ) DEFAULT CHARSET=utf8;");
                // Insert record to departament instantly                $db->query("INSERT INTO `lh_userdep` (`user_id`,`dep_id`) VALUES ({$UserData->id},0)");
Pada Minggu, 31 Maret 2013 20:01:42 UTC+7, ina  menulis:the error message is "Make sure that "cache/*" is writable and then try again"

Offline

#4 2013-03-31 18:27:23

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: help.... error installation step 3

Hi,

Updated master branch. Never happened on my testing installs smile Try again.

2013/3/31 ina <inafor...***.com>

Offline

#5 2013-03-31 18:54:10

ina
Member
Registered: 2013-03-31
Posts: 9

Re: help.... error installation step 3

OK Sir, Installation Complete and Success!
Thank you sir, Great aplication + Fast Support...!

Pada Minggu, 31 Maret 2013 20:01:42 UTC+7, ina  menulis:the error message is "Make sure that "cache/*" is writable and then try again"

Offline

Board footer