• Resolved Fabio Perri

    (@fabioperri)


    Hi dear Ofer Wald,

    Hi have the latest and available stable version for WordPress and for all WordPress Plugin.

    On Apache error log i have this Transposh related error:

    Error PHP message: PHP Notice: Only variables should be assigned by reference in /var/www/vhosts/my-website.com/home/wp-content/plugins/transposh-translation-filter-for-wordpress/wp/transposh_3rdparty.php on line 226

    This is the PHP line 225 and 226 of file transposh_3rdparty.php:

    Line 225 // we need the generator object (we know it must exist…)
    Line 226 $generatorObject = &GoogleSitemapGenerator::GetInstance();

    On NGINX error log i have this Transposh related error:

    110 upstream timed out (110: Connection timed out) while reading response header from upstream

    I specify that to try to solve this problem created by Transposh I have temporarily set these timeout values (1200 seconds, 20 minutes) on my dedicated server:

    For Apache:

    FcgidIdleTimeout 1200
    FcgidProcessLifeTime 1200
    FcgidConnectTimeout 1200
    FcgidIOTimeout 1200
    Timeout 1200
    ProxyTimeout 1200

    For NGINX:
    send_timeout 1200;
    proxy_connect_timeout 1200;
    proxy_send_timeout 1200;
    proxy_read_timeout 1200;

    Furthermore, when Transposh is active on WordPress it is impossible to load the various sitemaps included in the sitemap.xml file as it continues to charge indefinitely or rather over 20 minutes (tried and tested over and over again on a powerfull and well dedicated server), obviously I specify that as a WordPress plugin for the sitemap I use Google XML Sitemaps by Arne Brachhold aka Auctollo (https://www.ads-software.com/plugins/google-sitemap-generator/) which is declared by you to be perfectly compatible with this plugin

    This is the error that appears after waiting twenty minutes on the browser tested with Google Chrome latest version and Firefox latest version.

    “Ugh

    A problem occurred while viewing the web page.
    Error code: Out of Memory”

    Please help me to solve this problems.

    Thanks in advance for the support.

    • This topic was modified 4 years, 3 months ago by Fabio Perri.
    • This topic was modified 4 years, 3 months ago by Fabio Perri.
    • This topic was modified 4 years, 3 months ago by Fabio Perri.
Viewing 2 replies - 1 through 2 (of 2 total)
  • By the way, is the WordPress core sitemap disabled? There is a possibility of conflict with google XML Sitemap.

    Reference article about troubles caused by version upgrade of WordPress 5.5 and disabling of core site map function:

    https://www.senris.com/wordpress-5_5/?lang=en

    Thread Starter Fabio Perri

    (@fabioperri)

    Hi dear @oferwald ,

    Thank you so much for releasing the 1.0.7 version of Transposh today which works great and has fixed many bugs including this one.

    Thank you so much for your super professional support and your kindness.

    Sincerely, Fabio Perri.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Transposh PHP Error on transposh_3rdparty.php on line 226 and Sitemap not load.’ is closed to new replies.