upgrade error onto latest release of wordpress
-
Fatal error: Class ‘Translations’ not found in /misc/15/180/476/863/9/user/web/blog.ramapoughlenapenation.org/wp-includes/l10n.php on line 408
any ideas how I can fix this?
I see the last few lines of 110n.php has Translations.
/**
* Returns the Translations instance for a domain. If there isn’t one,
* returns empty Translations instance.
*
* @param string $domain
* @return object A Translation instance
*/
function &get_translations_for_domain( $domain ) {
global $l10n;
$empty = &new Translations;
if ( isset($l10n[$domain]) )
return $l10n[$domain];
else
return $empty;
} -
Sorry you’re in the wrong forum you need to point your browser over @ » http://wordpress.org/support/
-
How you think or say that we should good there
that is much better from this forum? ‘t3ck’ -
I’m not saying it’s better I’m simply saying we can’t answer their question because WP.ORG and WP.COM are different Platforms in many ways.
Thanks Rain, :)
- The topic ‘upgrade error onto latest release of wordpress’ is closed to new replies.