• When I have updated a room it generates the error:
    PHP Fatal error: Uncaught Error: Class 'Aq_Resize' not found in ... /wp-content/plugins/wp-hotel-booking/includes/class-wphb-resizer.php:103

    I have solved it by updating the Aqua Resizer library from version 1.2.0 to 1.2.2 published at https://github.com/syamilmj/Aqua-Resizer .

    Also edit the /wp-content/plugins/wp-hotel-booking/includes/class-wphb-resizer.php file on line 103 I added:

    require_once('aq_resizer.php');

Viewing 1 replies (of 1 total)
  • Plugin Contributor Thoa Kim

    (@thoakim)

    Hi Saúl Díaz

    We have checked on our site with library version 1.2.0 but there isn’t any errors. Anyway, thanks for your report. We will double check and make sure it’s working well.

    All the best

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Fatal error: Uncaught Error: Class ‘Aq_Resize’ not found in’ is closed to new replies.