- To add content hide shorttags around selected content
- To add purchased posts list placeholder shorttag at a position of the cursor
|
||||||
5 comments to Are PayPal 1.7.2 version was releasedLeave a Reply |
||||||
|
Copyright © 2012 Are PayPal - All Rights Reserved |
||||||
paging needed.
I do get this mysql error with your plugin, what to do ?
WordPress database error: [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 'WEEK) > CURDATE() AND up.expiration_unit = 'W' ]
SELECT up.* FROM wp_are_paypal_users up WHERE (up.post_id=’-1′) AND up.user_id=’0′ AND ( ( DATE_ADD(up.purchase_date, INTERVAL up.expire DAY) > CURDATE() AND up.expiration_unit = ‘D’ ) OR ( DATE_ADD(up.purchase_date, INTERVAL up.expire WEEK) > CURDATE() AND up.expiration_unit = ‘W’ ) OR ( DATE_ADD(up.purchase_date, INTERVAL up.expire MONTH) > CURDATE() AND up.expiration_unit = ‘M’ ) OR ( DATE_ADD(up.purchase_date, INTERVAL up.expire YEAR) > CURDATE() AND up.expiration_unit = ‘Y’ ) OR up.expire is null OR up.expire = 0 )
Geri> I guess you have wrong version of mysql. What is your mysql version?
MySQL 4.1.21
that is not compatible unfortuantely I’ll try to update the plugin to be compatible. On the other hand try to upgrade your mysql version.