-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urgent Issue - Conversation not working in web-widget #27
Comments
Hello Marcel, As per botman/botman#778 this link I modified my composer.json file and added Doctrine Cache code in my chat.php Now, when user submit his/her first text "hello" no reply has been displayed in the chatbot but the following error is shown in the console: Warning: var_export does not handle circular references in E:\xampp\htdocs\botman\vendor\doctrine\cache\lib\Doctrine\Common\Cache\PhpFileCache.php on line 96 And if I'm submitting any text again then chatbot does not show anything but generates the following error in console: Fatal error: Uncaught Error: Call to undefined method BotMan\BotMan\BotMan::__set_state() in E:\xampp\htdocs\botman\cache\1c\5b636f6e766572736174696f6e2d353966353132663464333136393666346630313032376261376438303834363933353464363663352d353966353132663464333136393666346630313032376261376438303834363933353464363663355d5b315d.doctrinecache.php:9 Here I have attached my project code zip and the screenshot of the chatbot. Please find the attachments and tell me how can i solve this issues. Thank You |
Hi, |
Hi Marcel,
Today first time I have used Botman application. I have created a web-widget by using simple php file (without using any framework and without BotMan Studio). Initially I have implemented a basic example and it worked fine.
Then I try to implement the conversation logic by using the same files but its not working. when user submit a reply bot unable to read it and display it on the next phase.
In my project root there are only one folder "vendor" and 5 files composer.json. composer.lock, index.php, chat.php and chat.html
I'm using the PHP version: 7.1.11
Here I'm attaching my project folder
botman.zip
so you can check the issue and suggest me the actual solution for it.
The text was updated successfully, but these errors were encountered: