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

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Search images broken #2981
    RhysRhys
    Participant

    I Just checked the logs for the domain and can see this error.

    [Wed Nov 19 12:27:32 2014] [crit] [client 176.61.54.140] (13)Permission denied: /home/philiple/public_html/wp-content/plugins/ajax-search-pro/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://wordpress.philiplee.ie/~philiple/people/

    There is no .htaccess file in the plugin folder. Should there be? And if so what would I need to put into it. The main site .htaccess just has the usual wordpress stuff…

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /~philiple/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /~philiple/index.php [L]
    </IfModule>

    # END WordPress

    Any help appreciated.
    Thanks
    Rhys

    in reply to: Search images broken #2979
    RhysRhys
    Participant

    Hi Ernest,

    Thanks for you reply. I have tried it without caching and without Timthiumb, but I still get the broken images. If I turn on cache and preload the images. The url image name retrieved from a search is different to the one in the cache.

    Search URL=
    http://wordpress.philiplee.ie/~philiple/wp-content/plugins/ajax-search-pro/cache/5735133b410a63190f61ef4bd322839b.jpg

    Image actual name in cache=
    b76fcfa22ce6c19a936e0da2cf133421.jpg

    Any idea why this would be?

    It was working on my local copy with MAMP. I could try to clear all the settings on the plugin but how would be best to do this and can I save the styles I have created as it took ages to set up.

    Thanks
    Rhys

Viewing 2 posts - 1 through 2 (of 2 total)