Hi guys,
I'm struggling with an issue when I call IPN listener in order to
complete a transaction.
If I do a post from sandbox paypal IPN simulator I'm receiving error
500 internal server error.
If I use A poster from firefox or chrome I'm receiving this weird
error:
<th>Exception Value:</th>
<td><pre>(1146, "Table 'racewood2011_bl.paypal_ipn'
doesn't exist")</pre></td>
Table paypal_ipn doesn't exist.
Do I have to create tables into the database ?
I'm using dcramer version of django-paypal.
https://github.com/dcramer/django-paypal
Thanks in advance.
Aldo.