• Resolved mhkeller

    (@mhkeller)


    Hello,

    When I view a category page the posts display correctly with the exception that this error is displayed above everything:

    Missing argument 1 for __() in D:\wp-includes\l10n.php on line 96

    Line 96 contains: function __( $text, $domain = ‘default’ ) {
    return translate( $text, $domain );
    }

    which relates to translation. I have no translation plugins installed and the problem persists with all current plugins disabled. Any idea on how to get rid of this message?

    Your help is much appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The translation can be performed by any plugins or themes, not just the ‘translation’ plugin. One of the plugin may break the function call.

    Try to disable plugin one by one to know the one particular plugin causing the error.

    Thread Starter mhkeller

    (@mhkeller)

    Tried disabling them one by one and then all at a time and the problem remains. Are there any other functions besides plugins that could be involved?

    Thread Starter mhkeller

    (@mhkeller)

    I am using the Thematic framework with a child theme. Perhaps that makes a difference?

    I have the same problem, no plugins instaled, WP 3.0.1.
    Missing argument 1 for __() in D:\wp-includes\l10n.php on line 96

    The problem appears only when i use the_excerpt in the loop.

    The problem Warning: Missing argument 1 for __() in mysite.com/wordpress/wp-includes/l10n.php on line 96

    Did anyone figure out how to fix this? I’m having the same problem.

    aself

    (@aself)

    I’m having the same problem also. Any solutions yet?

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

The topic ‘Missing argument 1 in l10n.php’ is closed to new replies.