Forums

Global translator problems (2 posts)

  1. vfvalent
    Member
    Posted 4 months ago #

    Sometimes when I click on flag I get:

    Warning: fopen(/MYBLOGPATH/wp-content/gt-cache/en/_en_virtual-machine-virtualizzazione-e-qemu) [function.fopen]: failed to open stream: Permission denied in /MYBLOGPATH/wp-content/plugins/global-translator/translator.php on line 1118
    
    Warning: flock() expects parameter 1 to be resource, boolean given in /MYBLOGPATH/wp-content/plugins/global-translator/translator.php on line 1119
    
    Warning: fwrite(): supplied argument is not a valid stream resource in /MYBLOGPATH/wp-content/plugins/global-translator/translator.php on line 1123
    
    Warning: fclose(): supplied argument is not a valid stream resource in /MYBLOGPATH/wp-content/plugins/global-translator/translator.php on line 1125
  2. dougvdotcom
    Member
    Posted 3 months ago #

    You get the error whenever Global Translator is trying to cache a translation to your Web server. You get this error specifically because you have not set write permissions for the gt-cache folder at /MYBLOGPATH/wp-content/gt-cache/. If you run chmod 755 over it, you should not see the error anymore. Alternatively, disable caching.

Reply

You must log in to post.

About this Topic