It means there is a problem with the AIML feed...
when you put
http://www.MYSITE.com/external.php?type=AIML in your browser, what do you get for output?
It would help if you cut and pasted that output here...
It's probably something wrong with external.php, check your modifications there.
Or you are missing your stylevar charset... try changing the line above:
echo '<aiml version="1.0">';
to:
echo '<?xml version="1.0" encoding="ISO-8859-1"?>' . "\r\n";
Quote:
It says it loads everything, in the learner; the posts get moved - yet he still responds with his universal error message...
Is there anything I might have done wrong?
Database is clean too... hmmm...
|
What are the contents of tables pattern and template in the DB after you have run the botlearner?
Are you matching the questions exactly when you ask him?
Try matching just a single word.
See if it can correlate that.
So put in the post title: what
and in the message: huh
And see if it can match that up.
I haven't tried it from a clean slate, but I will give it a shot when I get a bit of time. Right now I'm without a testing version of my board.