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

You are not logged in.

Announcement

#1 2014-04-24 17:18:38

Mijoe Mathew
Member
Registered: 2014-04-24
Posts: 13

blank page when using symlklinks

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?


https://groups.google.com/forum/#!topic … 1dZdf1H5EA

Offline

#2 2014-04-24 19:04:56

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

Re: blank page when using symlklinks

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

#3 2014-04-24 19:59:30

Mijoe Mathew
Member
Registered: 2014-04-24
Posts: 13

Re: blank page when using symlklinks

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

#4 2014-04-24 20:12:00

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

Re: blank page when using symlklinks

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

#5 2014-04-24 20:30:16

Mijoe Mathew
Member
Registered: 2014-04-24
Posts: 13

Re: blank page when using symlklinks

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

#6 2014-04-24 21:02:22

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

Re: blank page when using symlklinks

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

#7 2014-04-26 12:55:40

Mijoe Mathew
Member
Registered: 2014-04-24
Posts: 13

Re: blank page when using symlklinks

Somehow I managed to fix it. Please tell me how to have chat popup window at bottom left.

Offline

#8 2014-04-26 13:27:46

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

Re: blank page when using symlklinks

Please read documentation before asking these trivial questions smile
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

#9 2014-04-26 14:45:15

Mijoe Mathew
Member
Registered: 2014-04-24
Posts: 13

Re: blank page when using symlklinks

Sorry for the inconvenience caused and thanks for the reply.

Offline

Board footer