Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterHi!
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.
Ernest Marcinko
KeymasterHi again!
I’m attaching a version with the notice fixes!
Ernest Marcinko
KeymasterHi!
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-
Ernest Marcinko
KeymasterHi!
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.Ernest Marcinko
KeymasterHi!
Thank you for the information! I haven’t updated the preview box for a while 🙂 I will surely fix this in the upcoming version!
Ernest Marcinko
KeymasterThank 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!
Ernest Marcinko
KeymasterHi 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.
Ernest Marcinko
KeymasterHi!
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 🙂
Ernest Marcinko
KeymasterHi!
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).
Ernest Marcinko
KeymasterHi!
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?
Ernest Marcinko
KeymasterNo problem at all!
I will surely add this as a bugfix in future updates, you don’t need to worry about this anymore.
Ernest Marcinko
KeymasterHi!
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!
Ernest Marcinko
KeymasterThank 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.
April 18, 2014 at 8:56 am in reply to: only results for posts show, not for venues (Theme: wp estate) #1705Ernest Marcinko
KeymasterHi!
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.pngErnest Marcinko
KeymasterHi!
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 🙁
-
AuthorPosts