• Gleb Ivanov

    (@webfactorydotsu)


    I’m using wp-ulike in my little project, and its really amazing!

    But if you want to use PHP 8+ interpreter, you will get an error 500 in admin-ajax.php. I’m not sure if this is due to a bug in the wp-ulike code, but error is exists. Everyone knows how faster PHP 8+, but because of wp-ulike you can’t use it, unfortunately.

    I also noticed a bug when displaying the status of likes in ajax-loaded articles (using infinity scroll). Like-button is not active and when pressed, the state changes to “liked” and the counter decreases. Moreover, this applies only to some articles; it was not possible to establish the exact dependence.

    • This topic was modified 3 years, 2 months ago by Gleb Ivanov.
    • This topic was modified 3 years, 2 months ago by Gleb Ivanov.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alimir

    (@alimir)

    Hey @webfactorydotsu

    We are glad you liked wp ulike and shared this feedback. 🙂

    Regarding your first issue, can you please make a support ticket and share your error log in there?
    We are using wp ulike in different php 8+ versions and so far we have not encountered any error! That’s why we guess that it might be a conflict with another plugin!

    and for second case, I will try to check it with infinity scroll! We already have a kind of trigger that when a new DOM content added we will reload our js functionalities. But we will make sure about it inside infinity scroll!

    Thread Starter Gleb Ivanov

    (@webfactorydotsu)

    Thank you for fast reply, Alimir!

    Iam using WP 6.1.1 and latest version of wp-ulike, and I tried to turn on PHP 8.2 and 8.0 later it wasn’t worked properly. When I tried to click on the like icon, it wasn’t changed it’s state. But when the page was reloaded the state of icon was changed, it means that Ajax-request is working but Ajax-response is not, or something wrong with handle of it. In console error 500 in admin-ajax.php was appear when I clicked at the like icon.

    By the way, I wrote a little plugin “Pregnancy calculator” and used WP Ajax API to make calculations, counting and some other logic. And it was work properly with both of PHP 8.2 and PHP 8.0.

    • This reply was modified 3 years, 2 months ago by Gleb Ivanov.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘It’s amazing plugin’ is closed to new replies.