• Resolved julitolopez

    (@julitolopez)


    Hi Matias,
    really you have the best plugin for WP, but is impossible for me put to work.

    i try to use in a website, look http://www.basta.com.ar, the plugin can find hastag, but is impossible to download to the cache folder.

    you can verify the php version http://basta.com.ar/phpinfo.php
    i try to use like a command line in the linux, sending the parameter like:
    php timthumb.php?src=http://p.twimg.com/A6d4DyoCMAANRC0.jpg&w=600&h=400&zc=2

    But i never get the images in the cache folder.
    [1] 17480
    [2] 17481
    [3] 17482
    [root@ww-enterprise-server html]# Could not open input file: timthumb.php?src=http://p.twimg.com/A6d4DyoCMAANRC0.jpg

    [1] Exit 1 php timthumb.php?src=http://p.twimg.com/A6d4DyoCMAANRC0.jpg
    [2]- Done w=600

    any idea???
    i need confirm if still working this plugin.
    Thank in advance.

    http://wordpress.org/extend/plugins/ep-hashimage/

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

    (@darkwhispering)

    Hi @julitolopez

    The plugin should work fine with the PHP version you have installed on you server.

    What version of the plugin do you use? The latest stable version or the available beta?

    Have you checked an extra time that your upload folder has read & write permissions (777)? And, do you get a ep_hashimage folder in your upload folder at all?

    As you can see on the plugin page is there and beta version available where large part of the plugin has been rewritten. I’m working to get a stable version out as soon as possible, but I can’t give you any time frame since I develop this on my spare time.

    Thread Starter julitolopez

    (@julitolopez)

    look, i have solve the problem
    i put the real path in config file:
    define (‘FILE_CACHE_DIRECTORY’,’/var/www/html/wordpress/wp-content/uploads/ep_hashimage’);
    verify how you invoke the path.
    Thank!

    Plugin Author Mattias

    (@darkwhispering)

    Yes, some users have issues with that path in the config file. Thanks to your line about I might know why now.

    Do you host your wordpress installation in a subfolder so that in your server root is only a index.php and a “wordpress” folder?

    If so, that is the problem to why the cache path did not work for you. The stable version of the plugin don’t support that (bug). It is fixed in the soon to come 4.0 release.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Matias could you confirm that is working?’ is closed to new replies.