This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Thank you, fixed the tweeple as well. So the problem is solved.
I tried to find a way round, and the following changes fixed the errors:
In each of plugins, on plugin_name.php file i changed this function:
function themeblvd_builder_textdomain() {
load_plugin_textdomain( ‘themeblvd_builder’, false, TB_BUILDER_PLUGIN_DIR . ‘/lang’ );
}
To this one:
function themeblvd_builder_textdomain() {
load_plugin_textdomain( ‘themeblvd_builder’, false, plugin_basename(‘lang’) );
}
It seems to solve the issue.
I hope those changes does not break the plugin itself?
Moreover, i cannot find a way to fix the tweeple plugin, maybe you have an idea ?
Hey there,
Thank you for the link. Will forward this to server admin, will see if he can fix the problem.
I had the errors on all of the plugins. Just pasted the errors of the 1st one. I had Danish version of WordPress before, then i switched back to US and it displayed the error. Now I deleted all files from the ftp, deleted db, installed us wp from the scratch and got the same errors.
Hello,
Yes i am running 3.8.1