Try removing the "?" question mark from your pattern ... I'm pretty sure punctuation is all stripped away before matching, so that would never match if you have the ? in the pattern.
Perhaps. ProgramAB is looking in the wrong directory for the AIML files.
When you do "start session" you should see in the log files that it's looking for and loading each of the AIML files for that bot.
The log files will report the full path of where it's looking to load the files. My guess is the setPath is incorrect / pointing at the wrong directory.
Open Your bot folder, find the "aimlif" folder and delete all the files inside that will work. Remmember the aimlif folder not the aim folder.
Works for me I have these same problem.
Hi Koenvdd that's mean your
Hi Koenvdd
that's mean your AIML files are not loading
It can be two problems
1- your AIMLIF files are outdated (delete them)
2- there is a problem with the structure of your AIML file
This is what's in my aiml
your topic tag is not closing
your topic tag is not closing
thx, edited but still no
try removing the topic
try removing the topic tag.
programAB will use what is inside the topic when the topic is set to his name (Greetings).
In your AIML, nothing set the topic
try removing the topic
try removing the topic tag.
programAB will use what is inside the topic when the topic is set to his name (Greetings).
In your AIML, nothing set the topic
thanks all, but still not
thanks all, but still not working
don't know what can be wrong?
remove your punctuation
Try removing the "?" question mark from your pattern ... I'm pretty sure punctuation is all stripped away before matching, so that would never match if you have the ? in the pattern.
Made some changes, still not
bot path might be wrong?
Perhaps. ProgramAB is looking in the wrong directory for the AIML files.
When you do "start session" you should see in the log files that it's looking for and loading each of the AIML files for that bot.
The log files will report the full path of where it's looking to load the files. My guess is the setPath is incorrect / pointing at the wrong directory.
Delete the old aimlif
Open Your bot folder, find the "aimlif" folder and delete all the files inside that will work. Remmember the aimlif folder not the aim folder.
Works for me I have these same problem.