• I’ve just upgraded to v 1.4.18 and am now getting this error on all Posts pages.

    Warning: Missing argument 2 for CMLFrontend::get_translated_title() in /home/content/12/10496912/html/marie-perret/wp-content/plugins/ceceppa-multilingua/frontend/frontend.php on line 1891

    The rest of the pages seem to be working fine, the problem is restricted to pages that use the [display-posts] short code.

    Any idea on how to fix it?

    Thanks

    Dave

    https://wordpress.org/plugins/ceceppa-multilingua/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Update to 1.4.19

    Thread Starter wp-dq

    (@wp-dq)

    Thanks Alessandro – that fixed it.

    However shortly after I started getting 500 Internal Server Errors which I *think* the Ceceppa plugin may have caused. The problem was the .htaccess file which I have pasted to the bottom of this post.

    I can’t remember if this happened straight after upgrading to 1.4.19 to be honest, but the plugin seemed to have become confused. Before finding the htaccess issue, I deactivated then reactivated it and it came back with two english languages plus one french, instead of 1xEn + 1xFr…

    As I say, I fixed the htaccess but include this info fyi.

    Dave

    broken .htaccess :

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /fr/

    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /fr/index.php [L]

    </IfModule>

    # END WordPress

    # BEGIN wtwp_cache
    # END wtwp_cache

    # BEGIN wtwp_security
    # END wtwp_security

    If happens again go in “Settings” -> “Permalinks” and click on “Save Changes” button… anyhow I’m investigating on issue…

    Thread Starter wp-dq

    (@wp-dq)

    Good luck 🙂

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

The topic ‘Version 1.4.18 Missing argument error in fronted.php’ is closed to new replies.