• Resolved luisthegeek

    (@luisthegeek)


    I am using a multisite network and have the classifieds activated on its own subsite.

    I installed it at https://classifieds.cflwire.com

    I set up all the locations and categories. but When you go to the locations page, then click on a location that has an item listed, it gives you a 404 Error. Same thing when you go to the Categories page and click on a category with an item listed.

    also, when you use the search listing page and search for a listed item, it takes you to a blank page.

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

    (@pluginsware)

    This is a known issue in multisite network.

    1. Open /wp-content/plugins/advanced-classifieds-and-directory-pro/public/class-acadp-public.php
    2. Locate the function “add_rewrites”
    3. Find the line,
    $url = network_home_url();
    4. Replace it as,
    $url = home_url();
    5. Save the changes and try now.

    This must solve the 404 error in category and location pages.

    But, the search must work normally. Generally, this happens when you have removed the “Search” page under the plugin’s “Pages” settings tab. Kindly revert your changes if you have edited the settings under this tab.

    Hope, your issues solved!

    • This reply was modified 8 years, 3 months ago by pluginsware.
    Thread Starter luisthegeek

    (@luisthegeek)

    This resolved the 404 ERROR on the categories and locations. But the search page settings are set properly in the plugin settings and it still gives me a blank page when searching for items either via search listings page or the widget.

    Thread Starter luisthegeek

    (@luisthegeek)

    RESOLVED search page issue. I guess it doesnt know how to redirect when you use the search listings page as your static home page. Once I changed the static home page, it worked just fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Clicking on category or location gives 404 Error’ is closed to new replies.