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

You are not logged in.

Announcement

#1 2020-05-07 12:39:57

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Widget does not show on wordpress site

Hello,

I have tried repeatedly to get the Live Helper Chat widget to display on our site without success.  I have tried tried multiple solutions from the forum.

We are running ubuntu with nginx.  SSL certificates are installed and I can access the static link via http and https without a problem.

Can anyone suggest what the issue might be?

Thank you.

Offline

#2 2020-05-07 13:02:11

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

Re: Widget does not show on wordpress site

Offline

#3 2020-05-07 13:02:39

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

Re: Widget does not show on wordpress site

Offline

#4 2020-05-07 14:16:00

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Hi Remdex,

Thank you so much for your prompt reply.

I have now managed to get get the widget to show - thank you, however, when you open the widget the box is blank.  There is not a message or any text box.

What have I done here??  I have attached a screen shot

1588860941_lhc_helper_image.png

Offline

#5 2020-05-07 14:16:48

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

Re: Widget does not show on wordpress site

Hi,

Please see your google chrome console smile I ques you still miss some nginx stuff just realted to cors..

Offline

#6 2020-05-07 14:27:18

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

Re: Widget does not show on wordpress site

I ques you made a typo in site address if what you can write me on skype nick remdex

Offline

#7 2020-05-07 14:30:44

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

Re: Widget does not show on wordpress site

Now it's somethiong different. Please see cache/default.log

Offline

#8 2020-05-07 14:37:01

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Sorry, that was confusing  the site  is

Obviously replace the 'dot' with a .

Last edited by jonnie00 (2020-05-08 08:52:45)

Offline

#9 2020-05-07 14:37:52

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

Re: Widget does not show on wordpress site

remdex wrote:

Now it's somethiong different. Please see cache/default.log

Offline

#10 2020-05-07 14:47:10

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Here is the log file cache/default.log

May 7 14:38:56 [Warning] [default] [default] Error Object
(
    [message:protected] => Call to a member function translate() on boolean
    [string:Error:private] => Error: Call to a member function translate() on boolean in /var/www/livehelperchat/lhc_web/cache/compiledtemplates/eadf26a83b985dbf3d0688dd1fa9c518.php:2
Stack trace:
#0 /var/www/livehelperchat/lhc_web/lib/core/lhcore/lhmodule.php(96): include()
#1 /var/www/livehelperchat/lhc_web/lib/core/lhcore/lhmodule.php(547): erLhcoreClassModule::runModule()
#2 /var/www/livehelperchat/lhc_web/index.php(44): erLhcoreClassModule::moduleInit()
#3 {main}
    [code:protected] => 0
    [file:protected] => /var/www/livehelperchat/lhc_web/cache/compiledtemplates/eadf26a83b985dbf3d0688dd1fa9c518.php
    [line:protected] => 2
    [trace:Error:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/livehelperchat/lhc_web/lib/core/lhcore/lhmodule.php
                    [line] => 96
                    [function] => include
                )

            [1] => Array
                (
                    [file] => /var/www/livehelperchat/lhc_web/lib/core/lhcore/lhmodule.php
                    [line] => 547
                    [function] => runModule
                    [class] => erLhcoreClassModule
                    [type] => ::
                    [args] => Array
                        (
                        )

                )

            [2] => Array
                (
                    [file] => /var/www/livehelperchat/lhc_web/index.php
                    [line] => 44
                    [function] => moduleInit
                    [class] => erLhcoreClassModule
                    [type] => ::
                    [args] => Array
                        (
                        )

                )

        )

    [previous:Error:private] =>
)

Offline

#11 2020-05-07 14:47:52

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

Re: Widget does not show on wordpress site

you are missing php-xml library to work with xml files.

Offline

#12 2020-05-07 14:57:53

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Please can you tell me how I add this missing library?

I thought I had this installed from this command.

sudo apt install php7.2-fpm php7.2-common php7.2-gmp php7.2-curl php7.2-intl php7.2-mbstring php7.2-xmlrpc php7.2-mysql php7.2-gd php7.2-bcmath php7.2-xml php7.2-cli php7.2-zip php7.2-sqlite

Offline

#13 2020-05-07 15:05:56

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

Re: Widget does not show on wordpress site

php7.2-xml you need...

Offline

#14 2020-05-07 15:17:22

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Hi remdex,

I have attempted the install and it tells me that this library is already installed.

What else do I need to do to check?

Thanks for your help with this.

Offline

#15 2020-05-07 15:19:41

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

Re: Widget does not show on wordpress site

Offline

#16 2020-05-07 15:22:15

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

Re: Widget does not show on wordpress site

Another idea perhaps not all files were uploaded... To hard to tell...

Offline

#17 2020-05-07 15:31:54

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

Re: Widget does not show on wordpress site

and can you print phpinfo i still think you don't have php-xml installed or installed and forgot to restart server...

Offline

#18 2020-05-07 15:37:21

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Hello,

I am not sure what the answer is here.

I cannot run a phpinfo.php file because it rewrites to /index.php.

The server has been restarted but the problem still remains.

Could it be an error in my .htaccess file or the nginx configuration  file?

Offline

#19 2020-05-07 15:40:46

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

Re: Widget does not show on wordpress site

Skype me and write your server logins so i can check directly.

Offline

#20 2020-05-07 19:41:40

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Thank you.  I appreciate your help.  I'll send the logins across.

Offline

#21 2020-05-08 08:36:41

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Hi Remdex,

Please can you confirm your exact skype address?  There are several Remdex's listed in the skype directory.

Also, please confirm what logins you need.  I will need your IP address to allow access through the firewall to access the server.

Many thanks for your help.

Offline

#22 2020-05-08 08:37:11

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

Re: Widget does not show on wordpress site

"remdex" it's the only nick smile Remigijus Kiminas

Offline

#23 2020-05-08 08:51:36

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Hi,

I have sent all the info on Skype.

Thanks

Offline

#24 2020-05-08 09:13:23

jonnie00
Member
Registered: 2020-05-07
Posts: 12

Re: Widget does not show on wordpress site

Hi Nick,

I have replaced the code in the website footer but the chat box is still blank.  Please can you advise what might be the issue now?

Offline

#25 2020-05-08 09:33:04

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

Re: Widget does not show on wordpress site

User configuration error and site caching error.... Lhc with all these issues had nothing to do. End of story...

Offline

Board footer