Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • MGK
    Post count: 5

    thank you sir ! great support

    MGK
    Post count: 5

    thank you for your prompt reply.
    i ended up checking the template and doing a hardcoded “str_replace” of wp-content by the path i setup, it seems to works for now.
    ideally i would prefere to make it better by doing something like :

    “if (HYDEMYWP_PLUGIN_is_active) { str_replace(‘wp-content/uploads’, HYDEMYWP_CONFIG_MEDIAS_PATH, $stringtoedit) }”

    would you happen to know if the two variables HYDEMYWP_PLUGIN_is_active and HYDEMYWP_CONFIG_MEDIAS_PATH are something easy to find and to use in a theme like hooks, or it doesnt really work like that ?

    thanks for your help again !

    in reply to: Timthumb error #122
    MGK
    Post count: 5

    Hello,

    did you had a chance to look at my issue please ?

    Thank you very much in advance !

    Michel

    in reply to: Timthumb error #109
    MGK
    Post count: 5

    Hello,

    Thanks for your support !

    I tried also with relative path

    timthumb.php?src[equal]http%3A%2F%2Fxx%2Fnew%2Fwp-content%2Ffancygallery%2F = timthumb.php?src[equal]..%2F..%2F..%2Ffancygallery%2F

    and got the same issue (i.e. Could not find the internal image you specified. when looking at the image timthumb link).

    I am guessing it comes from the relative path.
    I tried adding those two lines in the htaccess (with customized htaccess checked and hidemywp lines added to the htaccess)

    SecFilterEngine Off
    SecFilterScanPost Off
    

    but i got a 500 error.

    I have access to the php.ini (on my offline and online servers), is there any other solution ? (secured)

    Thanks in advance for your time

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