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

Suggested keywords no working properly

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #5798
    Pedro CarrilloPedro Carrillo
    Participant

    I´m sorry Ernest,

    My mistake, I attach the new password for wp and the FTP it´s been sorted.

    Regards,

    #5805
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I still cannot connect. The server responds incorrect username or password. (tried two different clients on two different computers to be sure)

    The Admin details are working now.

    Am I doing something wrong?

    #5807
    Pedro CarrilloPedro Carrillo
    Participant

    Hi Ernest,

    The problem is the security rules of my server. Can yo tell me your IP to add it to the whitelist?

    Thanks,

    #5808
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure. My IP is currently: 159.253.110.237

    #5809
    Pedro CarrilloPedro Carrillo
    Participant

    According to my server this IP it should be no problem to access with this credentials:

    Regards,

    #5812
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you! It’s working now. Took me a while but I figured out the problem. The script was unable to print out the results for a very strange reason.

    After googling the PHP docs I found that in extremely rare cases there is a limit set to object variable attribute sizes and values.
    – If the attribute size is exceeded…
    – …or there is an invalid BOM character stored in the variable
    then the script completely fails without output.

    In your case the keyword gave over 50 results, and the results variable stored all of their descriptions as well. I’m guessing that the variable reached the object size limit so it failed.
    To solve this, I programatically removed parsing the description from the results, since you are not using it on the Isotopic view. This solved the problem 🙂

    #5813
    Pedro CarrilloPedro Carrillo
    Participant

    Wow! many thanks Ernest, it works perfect now.
    How can I thank you publicly?

    #5814
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are welcome 🙂

    I think you already rated the plugin positively, it’s more than enough 🙂

    You can leave a comment if you want on the plugin comments section if you want to: http://codecanyon.net/item/ajax-search-pro-for-wordpress-live-search-plugin/3357410/comments

    Have a nice weekend!

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.