This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 15 posts - 18,136 through 18,150 (of 18,409 total)
  • Author
    Posts
  • in reply to: Wp-Admin pages all 404 #1767
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Fortunately the pages are there, just the url is messed up somehow. Unfortunately I cannot edit the plugins/ajax-search-pro/ajax-search-pro.php file with the plugin editor, but I’m 100% sure, that it’s only related to the menu creator.

    I can only guess for possible errors and solutions, for starters you should try to edit the plugins/ajax-search-pro/ajax-search-pro.php file, on line 113 you should see this:

    if (!defined("EMU2_I18N_DOMAIN")) define('EMU2_I18N_DOMAIN', "");

    Try to change it to:

    if (!defined("EMU2_I18N_DOMAIN")) define('EMU2_I18N_DOMAIN', "ajax-search-pro");

    Also, please check if you can find an error_log file in the ajax-search-pro main directory – that may cointain some information about this.

    in reply to: Errors throughout the plugins Admin #1763
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi again!

    I’m attaching a version with the notice fixes!

    in reply to: Errors throughout the plugins Admin #1757
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you for reporting those notices! You can disregard them by turning off E_NOTICE from error reporting, none of them should affect the search functionality in any ways (since those are only notices)

    Let me run a deeper Notice check, then I will upload a fixed version of the search files that will fix these errors-

    in reply to: POST 500 error: Ajaxsearchpro.min.js #1750
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I tried to determine the cause with different configurations but no success yet. I would like to run a line-to-line debugging on the search files, can you provide temporary ftp access for that?
    500 error usually happens when a php script stops with a fatal error at some point. In this case I’m suspecting that the template is either using a function with the exact name as the search plugin, or restricting access to certain ajax hooks or something similar.

    in reply to: Broken preview, calling wrong site URL #1747
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you for the information! I haven’t updated the preview box for a while 🙂 I will surely fix this in the upcoming version!

    in reply to: Images not showing in search results #1739
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you for the information! I found that the images are stored in the “product_img1” custom field. I have changed the search options to search that custom field for images: http://i.imgur.com/6fmIh7V.png

    It should work fine now!

    in reply to: Search results not coming back #1738
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi David!

    Funny thing, that I get results when I’m logged in. Somehow the non-logged in action hook is detached or conflicted most likely by another plugin, I can’t tell yet.

    Can you please provide temporary ftp access as well? I will do a step-by-steb debugging on the search code, maybe I can find something.

    in reply to: MULTISite option add blogs not working #1732
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I couldn’t find yet the cause. The ajax request returns with an error 500 – internal server error. This can be caused by anything from minor function errors to syntax errors.

    I might need temporary ftp access to do a step-by-step debugging on the plugin, and hopefully find the part which causes the fatal error. It’s usually minor conflict with other plugins, but it’s rather hard to find where the issue is 🙂

    in reply to: Images not showing in search results #1731
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    The detail fields are empty on my side, can you attach a txt or zip file containing the details? The attachements are also private (visible only to me and you).

    in reply to: Images not showing in search results #1728
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I’m suspecting that the images are not featured product/post images nor are located in the content. They are most likely stored in a custom field or something related to the post. I’m sure, that the issue is not related to permission issues, it’s just that simply the images url-s are stored differently.

    Can you provide temporary administrator/ftp access so I can check on that?

    in reply to: Theme icons disappear on plugin active #1727
    Ernest MarcinkoErnest Marcinko
    Keymaster

    No problem at all!

    I will surely add this as a bugfix in future updates, you don’t need to worry about this anymore.

    in reply to: Using "AND" instead of "OR" in research #1726
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I didn’t check this ticket, I’ve seen you sent a mail to me as well, I had answered to that 🙂

    Let me know if you got my mail!

    in reply to: Theme icons disappear on plugin active #1715
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you! I see now. The issue was, that the search also had a font-type that was named “icons” which conflicted with the theme icon set. I changed the “icon” fonts in the search, now it should appear correctly.

    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you for the detailed description and for the backend access, it makes my work a lot easier.
    I’ve checked your backend and my guess is that the restaurants are bound to the “estate_property” custom field. I disabled posts search and dragged the “estate_property” to the search list, and it looks like it’s working now: http://i.imgur.com/cD68yuG.png

    in reply to: Ajax Search Pro not turning up results for all sites #1701
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    The main site didn’t work because of a debug code I put in there, I just removed it.

    I guess you restored a backup on a listings site because I can see the old wordpress files in the listings directory. Without multisite installation it is not possible to search the other sites database, I’m sorry 🙁

Viewing 15 posts - 18,136 through 18,150 (of 18,409 total)