Hello @vidushishah10,
Please post your website’s URL.
—
George
@vidushishah10 I think the uploads directory (/wp-content/uploads/) is not writeable because /wp-content/uploads/data.js (the bot’s configuration file) is missing.
After you make that directory writable, you’ll have to save the bot’s settings again (to generate that configuration file).
Changing File Permissions
-
This reply was modified 6 years, 8 months ago by
George J.
I gave access to wp-content (777) folder! Still not working
@vidushishah10 You should enable debugging (WP_DEBUG), and check wp-content/debug.log after you save the bot’s settings. Maybe there is an error…
https://codex.ww.wp.xz.cn/WP_DEBUG
Also, try to change the permissions just for wp-content/uploads.
-
This reply was modified 6 years, 8 months ago by
George J.
Warning: include(/home/entelech/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/entelech/public_html/wp-settings.php on line 95
Warning: include(): Failed opening ‘/home/entelech/public_html/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/opt/cpanel/ea-php56/root/usr/share/pear’) in /home/entelech/public_html/wp-settings.php on line 95
Warning: Cannot modify header information – headers already sent by (output started at /home/entelech/public_html/wp-settings.php:95) in /home/entelech/public_html/wp-content/plugins/wp-maintenance-mode/includes/classes/wp-maintenance-mode.php on line 616
Warning: Cannot modify header information – headers already sent by (output started at /home/entelech/public_html/wp-settings.php:95) in /home/entelech/public_html/wp-content/plugins/wp-maintenance-mode/includes/classes/wp-maintenance-mode.php on line 617
Warning: Cannot modify header information – headers already sent by (output started at /home/entelech/public_html/wp-settings.php:95) in /home/entelech/public_html/wp-content/plugins/wp-maintenance-mode/includes/classes/wp-maintenance-mode.php on line 618
There are errors from plugin php file
I have solved all errors….wp debug is true and you can check there is no error…Still not showing chat bot
Those warnings appear because wp-content/advanced-cache.php is missing, but that file has nothing to do with the plugin.
As far as I see, wp-content/uploads/data.js is generated, and the bot works now. 🙂
https://www.dropbox.com/s/pehimm4gubc85qq/bot.png
-
This reply was modified 6 years, 8 months ago by
George J.
-
This reply was modified 6 years, 8 months ago by
George J.