$having_clause conditional
-
I recently upgraded to 4.5.07 and my page was broken. After a while digging into problems with no successful, I compared with the old version 4.4.23 and figured this out:
In latest version 4.5.07, file /include/class.ajax.php:353 you now have a condition to apply LIMIT in SQL query. In my case (not sure abt other users) there is no
$having_clause
, so there is no LIMIT in the query, this make my entire 7000++ results returned and my browser is completely hang.Right now I have to use your filter
slp_ajaxsql_fullquery
to append this LIMIT, this is my last attempt to fix this issue without touching plugin code base, but can you let me know if this is the default/good behavior?Regards,
— Phan
- The topic ‘$having_clause conditional’ is closed to new replies.