Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
I have a running LHC installation in my domain under the folder /var/www/domain/lhc_web/ I am able to run that without any problems. For my subdomains I created symlinks of the lhc_web folder in the subdomain root folder. but when I try to access index.php in subdomain root I am getting a blank page. How to resolve this issue?
Offline
http://livehelperchat.com/during-some-action-app-returns-white-screen-what-to-do-215a.html
2014-04-24 18:18 GMT+03:00 Mijoe Mathew <mij...***.com>:
I have a running LHC installation in my domain under the folder /var/www/domain/lhc_web/ I am able to run that without any problems. For my subdomains I created symlinks of the lhc_web folder in the subdomain root folder. but when I try to access index.php in subdomain root I am getting a blank page. How to resolve this issue?
Offline
That helped a lot. It showed cache not writable. I changed ownerships on symlinked lhc directory and I got the login page. But when I enter username and password I am getting an error page with the following content--------------------PDOException Object
(
[message:protected] => SQLSTATE[42S02]: Base table or view not found: 1146 Table 'lhc_test.lh_users' doesn't exist
[string:Exception:private] =>
[code:protected] => 42S02
[file:protected] => /var/www/clients/client0/web1/web/chat/ezcomponents/AuthenticationDatabaseTiein/src/filters/database/database_filter.php
[line:protected] => 219
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/clients/client0/web1/web/chat/ezcomponents/AuthenticationDatabaseTiein/src/filters/database/database_filter.php
[line] => 219
[function] => execute
[class] => PDOStatement
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/www/clients/client0/web1/web/chat/ezcomponents/Authentication/src/authentication.php
[line] => 241
[function] => run
[class] => ezcAuthenticationDatabaseFilter
[type] => ->
[args] => Array
(
[0] => ezcAuthenticationPasswordCredentials Object
(
[id] => tester
[password] => e01265cd016ae88949c05dfcdd73c966a34ce0f3
)
)
)
[2] => Array
(
[file] => /var/www/clients/client0/web1/web/chat/lib/core/lhuser/lhuser.php
[line] => 71
[function] => run
[class] => ezcAuthentication
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /var/www/clients/client0/web1/web/chat/modules/lhuser/login.php
[line] => 34
[function] => authenticate
[class] => erLhcoreClassUser
[type] => ->
[args] => Array
(
[0] => tester
[1] => c00l
[2] =>
)
)
[4] => Array
(
[file] => /var/www/clients/client0/web1/web/chat/lib/core/lhcore/lhmodule.php
[line] => 91
[args] => Array
(
[0] => /var/www/clients/client0/web1/web/chat/modules/lhuser/login.php
)
[function] => include
)
[5] => Array
(
[file] => /var/www/clients/client0/web1/web/chat/lib/core/lhcore/lhmodule.php
[line] => 389
[function] => runModule
[class] => erLhcoreClassModule
[type] => ::
[args] => Array
(
)
)
[6] => Array
(
[file] => /var/www/clients/client0/web1/web/test/index.php
[line] => 27
[function] => moduleInit
[class] => erLhcoreClassModule
[type] => ::
[args] => Array
(
)
)
)
[previous:Exception:private] =>
[errorInfo] => Array
(
[0] => 42S02
[1] => 1146
[2] => Table 'lhc_test.lh_users' doesn't exist
)
) ---------------------
Offline
This table does not exists what did it go?
'lhc_test.lh_users'
2014-04-24 20:59 GMT+03:00 Mijoe Mathew <mij...***.com>:
Offline
Sorry that i forgot to tell you that my first lhc database was deleted accidentally. And I created a new database in mysql its name is lhc_test. I edited settings.php to point to the new database.
Offline
Sorry, that way it won't work. You have to do fresh install again.
2014-04-24 21:30 GMT+03:00 Mijoe Mathew <mij...***.com>:
Sorry that i forgot to tell you that my first lhc database was deleted accidentally. And I created a new database in mysql its name is lhc_test. I edited settings.php to point to the new database.
Offline
Somehow I managed to fix it. Please tell me how to have chat popup window at bottom left.
Offline
Please read documentation before asking these trivial questions
http://livehelperchat.com/article/view/39
2014-04-26 13:55 GMT+03:00 Mijoe Mathew <mij...***.com>:
Somehow I managed to fix it. Please tell me how to have chat popup window at bottom left.
Offline
Sorry for the inconvenience caused and thanks for the reply.
Offline
Pages: 1