13
Hi all,
Finally I used myreview 2.1 RC on my
website. and it is working great.
I have to change few things:
1. Replaced $_POST, $_GET for PHP5 compatibility
2. Customised few template to display the review count
3. Minor changes to block for look and feel.
I found one error, when you update a review, it need an admin approval. However when when you try to approve the review, it gives the following sql error on the debug window.
------------
SELECT uname, email FROM xoops_users WHERE uid=
Error number: 1064
Error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
------------
This is because, when it is inserting the record into db_myreview_mod, the value of db_myreview_mod.lid is set to zero.
Let me know if you know the fix, else I will debug this sometime next week and post the solution.
Thanks in advance.
Deepak