Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Messenger Settings Not Loaded #146

Closed
ntan-vixi opened this issue Feb 26, 2018 · 21 comments
Closed

Messenger Settings Not Loaded #146

ntan-vixi opened this issue Feb 26, 2018 · 21 comments
Assignees
Labels

Comments

@ntan-vixi
Copy link

ntan-vixi commented Feb 26, 2018

Hello,

I have a problem with my Magento 2 shop, the Messenger Settings page is not loaded.
But the general settings page is working fine.

image

@blopa
Copy link
Owner

blopa commented Feb 26, 2018

Hi there.

That's weird. What is your Magento version? Can you send me your log files?

@blopa blopa self-assigned this Feb 26, 2018
@blopa blopa added the bug label Feb 26, 2018
@ntan-vixi
Copy link
Author

ntan-vixi commented Feb 26, 2018

Hello,

I didn't see any error about the application. I'm sending you the log files anyway.

I am using Magento 2

Thanks,

@ntan-vixi
Copy link
Author

log.zip
report.zip

@syntaxisarg
Copy link

the same thing happens with magento 2.2.2

@itsmudassir
Copy link

@ntan-vixi Can you please tell me the installation steps for this chatbot on magento 2 as there is no [ System > General Settings > Chatbot Settings ] to be found .

@ntan-vixi
Copy link
Author

ntan-vixi commented Mar 6, 2018

@itsmudassir You can follow the steps indicated in page 4 of this pdf https://www.mageworx.com/index.php/downloads/dl/file/id/124/product/0/woxy_user_guide_10_17.pdf

@blopa
Copy link
Owner

blopa commented Mar 6, 2018

Hey guys. Just a quick update that I didn't forgot about this issue. I looked over at this on the weekend, but couldn't find any problems. I'll keep looking until I find a solution.

@xmav
Copy link

xmav commented Mar 11, 2018

Looks like issue comes from app/code/Werules/Chatbot/etc/config.xml
It cannot read value for <commands_list>. I have commented that field in config.xml and get all fields in backend config visible (Messenger Settings)

@blopa
Copy link
Owner

blopa commented Mar 11, 2018

@xmav What version of Magento are you using?

@itsmudassir @ntan-vixi @syntaxisarg could you try @xmav solution? I'm still not able to reproduce the problem, but this seems like a good lead.

@blopa
Copy link
Owner

blopa commented Mar 11, 2018

You guys cal also try running this command:

php bin/magento cache:flush;php bin/magento cache:clean;php bin/magento setup:upgrade;php bin/magento setup:static-content:deploy -f

@xmav
Copy link

xmav commented Mar 11, 2018

@blopa I am testing it using Magento 2.2.2

@blopa
Copy link
Owner

blopa commented Mar 11, 2018

Local machine? Windows or Linux?

@xmav
Copy link

xmav commented Mar 11, 2018

local dev environment on Ubuntu with Apache and PHP 7.0.25

@xmav
Copy link

xmav commented Mar 11, 2018

@blopa To reproduce issue make sure that you don't have value for "commands_list" field in database core_config_data table. In this case default values from config.xml will be used and I hope you will see the issue

@xmav
Copy link

xmav commented Mar 11, 2018

Here is more info from me:
Looks like thats breaking changes in Magento 2.2 and 2.3
magento/magento2@3f54947#diff-6b58c5ee8a358659b65e043f71bca51b
As you may see in 2.2 \Magento\Framework\Serialize\Serializer\Json used as serializer. Thats why it cannot unserialize your value from config.xml

@blopa
Copy link
Owner

blopa commented Mar 11, 2018

I'm waiting for the others to confirm if that fixed their problem, and I'll release a new version.

@itsmudassir
Copy link

Yes commenting the <commands_list> in config.xml solves the disappearing menu problem . but now the module is connected and my webhook url gives 404 error please take a look @blopa . I am using latest magento2 and the chatbox appears in home but the webhook doesnt work I tried to add a '/' at the end as well .
1
2

@itsmudassir
Copy link

@xmav did commenting the <commands_list> in config.xml solve your problem ? for It does make the settings visible but the extension does not generate working facebook webhook URL. If it worked for you please tel me your magento version and how did you host it with SSL .

@blopa
Copy link
Owner

blopa commented Mar 25, 2018

@blopa
Copy link
Owner

blopa commented Mar 25, 2018

@blopa blopa closed this as completed Mar 25, 2018
@babybeddingdesign
Copy link

babybeddingdesign commented Dec 27, 2018

Hi,
this VER will work on magento 2.3?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants