wp3cx
Forum Replies Created
-
Yes but don’t navigate via a browser as it won’t work. You need to check server side, using an FTP client, a web file manager, ssh etc
Hi @inezcornell ,
Could you please browse to /wp-content/plugins/wp-live-chat-support/includes/sounds/general/ directory on your server and see if the files are there?
Would it be possible to provide the URL of your website?
Thanks for providing this information. Can you please try once again using an incognito window and let me know of the outcome?
Hi @tech96 ,
This error is produced when a user tries to send an attachment but passes a chat ID different from what their session is bound to.
Could you please specify which version of the plugin you are using and also if the chat mode is Cloud or On-Premise?
Another important detail is whether you are using any caching plugin.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Server error_logHi @typopoint ,
I am glad you figured it out and thanks for sharing the solution with the community!
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Server error_logHi @typopoint ,
Thanks for reporting back. At this point you’ll need to proceed with the typical WordPress troubleshooting guide. (this is commonly done in a sandbox/text environment)
Disable all plugins except WP Live Chat by 3CX. Check if the problem is still there. If not then enable the rest of the plugins one by one (testing each time if the error is produced) until you identify the one which is most probably causing the issue/conflict.
Enabling debug mode could also help. You can find more here: https://wordpress.org/support/article/debugging-in-wordpress/
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true );P.S: Make sure the error log file is not publicly accessible.
Hi @kellys ,
Thanks for providing this detailed information. Do you have any caching plugin installed?
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Server error_logIf the error is intermittent then there’s a good chance it is indeed a server related issue. I would strongly suggest to upgrade both your WordPress and PHP versions to the latest version (or PHP only to at least 7.2.X) for stability, performance and security reasons. This could also fix the error you are getting.
Prior upgrading make sure your website/plugins/scripts is fully compatible with newer versions of WP/PHP.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Server error_logHi @typopoint ,
Unfortunately the error is generic and could be the result of a number of things. It is usually triggered by server side configuration which prevents a script from properly completing its execution.
Is the error reproducible? Does it log every time you access the WP Live Chat menu or is it random? Is it only on specific pages? Does the live chat function properly despite the error? Do you get a similar error by any other script?
Lastly, what is your setup?
WordPress Version
PHP version
Chat Server Mode(this can be found under Settings -> Advanced Features)Hi @kellys ,
Could you please give more information regarding your setup?
1. WP Version
2. PHP Version
3. Chat server mode (On-Premise or Cloud? Can be found under Settings -> Advanced Featured)
4. In chat history: a) can you see any recent chats that ended? b) if yes, do they include all user messages?
5. If you are making tests, please make sure you are using an incognito window to initiate a chat.Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] activate live chatHi,
You cannot add text next to the initial chat bubble, however you can change the text in the popup which by default reads “Questions? Chat with us”.
I would suggest to navigate through the settings area to see the different options and what/how can be customised. The documentation might also be helpful: https://www.3cx.com/wp-live-chat/docs/
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] activate live chatYes that is possible as long as you are online (meaning logged in to WordPress and online as an agent). Navigate to Live chat -> Settings -> Chat Box. There’s an option named “Chat notifications“. Enable it.
On the same page there is an option called “Visitor experience ratings” which allows a user to give a thumbs up/down to a chat. If they are satisfied they will give a thumbs up 🙂
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] activate live chatHi @jesslucyg ,
The live chat on your website seems to be working fine on our end.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Start Chat button not workingHi @rashedbrur ,
I am not sure I understand what you are asking.
Do you want to:
a) move your theme’s JS in your theme’s functions.php file?
or
b) move the live chat plugin’s JS code in your theme’s functions.php file?
or
c) none of the aboveIf (a) then we cannot give any advice on how to customise/develop a theme. You would need to ask this in the main support forum of WordPress.
If (b) then this is definitely not recommended. Changing the functionality of the plugin in anyway will almost certain cause problems.
If (c) then please explain in more detail. I have already given you an idea what the problem is but unfortunately I cannot advice you how to fix it as it falls outside the scope of this forum!