Michael Lessard
Forum Replies Created
-
Just in case, to clarify for everyone : these last “errors” are under PHP5. They are not really errors, in the sense that they seem to work under many WP versions.
Hi,
Here are the error messages sent out by my French version 3.0.1.
( one message was in French : my translation is indicated by [FR/EN] )I was using PHP4 by error/default, and switch it to PHP5, so a few errors disappeared :P.
DASHBOARD HEADERS (debugger messages at top of Dashboard)
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /[mysite]/wp-includes/functions.php on line 3323
Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax.php on line 470
Notice: Undefined index: lwa_dismiss_notice in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 25
[FR/EN] Notice: has_cap is called by an argument depreciated since version 2.0 ! Is is not disallowed for Extensions and Themes to use/refer to user levels. Use Roles and capacities instead. in /[mysite]/wp-includes/functions.php on line 3321
HEADERS ON HOMEPAGE
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /[mysite]/wp-includes/functions.php on line 3323
Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax.php on line 470
WIDGET DASHBOARD – When I place the Widget in a bar, it says…
– Good news: for the Widget Dashboard, LWA does not show errors there now that I have activated PHP5 instead of 4.WIDGET AS SHOWN ON SITE/HOMEPAGE
Notice: Undefined index: template in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax.php on line 329
SETTINGS FOR ‘LWA’
Notice: Undefined index: lwasubmitted in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 68
OPTION Disable refresh upon login?
Notice: Uninitialized string offset: 0 in/[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 158OPTIONS Redirections after connexion
Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 200OPTIONS Redirections after closing connexion
Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 223Override Default Email?
Notice: Uninitialized string offset: 0 in /[mysite]/wp-content/plugins/login-with-ajax/login-with-ajax-admin.php on line 249I’m in development mode and new to WP. So I have the debugger on for sure ??
I’ll retest and post here the error messages (probably tonight)…
Forum: Plugins
In reply to: [WHOIS] [Plugin: WHOIS] Translation InstructionsI installed the Codestyling Localization Plug-In and it works fine.
There is no tweaking or coding to do. You just have to…
- Take the time to look at the Tool page and select the right tab, such as the Extension or Theme you wish to translate
- For a given Extension/Theme/etc., you should click on the Rescan button to be sure all translatable strings are loaded
- Then click the Edit button to open the translation system
( make the desired translations / adaptations ) - and, finally, make sure you click the Generate-MO File
Otherwise, without the Plug-In, the translation and localization becomes the non-user-friendly part of WP.