• Resolved webd29

    (@webd29)


    Hi
    I have a problem with my plugin ACADP when I search a advert with the sid bar, I have the results but I have too a text at the top of my page.
    This text:
    Warning: Parameter 2 to ACADP_Public_Search::posts_where() expected to be a reference, value given in /homepages/29/d737867928/htdocs/clickandbuilds/WordPress/MyCMS2/wp-includes/class-wp-hook.php on line 286
    What I can do for repear that ?
    Thanks you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    1. Open the below file,

    /wp-content/plugins/advanced-classifieds-and-directory-pro/public/class-acadp-public-search

    2. Find the following code in the above file,

    public function posts_where( $where, &$wp_query ) {

    3. Replace the above code with the below code,

    public function posts_where( $where, $wp_query ) {

    4. Finally, save the files and check your site. Hope this helps you.

    Thanks

    Thread Starter webd29

    (@webd29)

    Thank you
    Thank you very much Pluginsware.
    The problem is fixed.

    Your plugin is very cool but can you equalize the size of the rectangles for each advert when the display is grid ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem with the research of the plugin.’ is closed to new replies.