eurodriver
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] failed to upload polylangHi Chouby,
Do you have any further instuctions for me?
Forum: Plugins
In reply to: [Polylang] failed to upload polylangWarning: Illegal offset type in /home3/yannism/public_html/motorradvermietungkreta.com/wp-content/plugins/polylang/include/olt-manager.php on line 110
Warning: Cannot modify header information – headers already sent by (output started at /home3/yannism/public_html/motorradvermietungkreta.com/wp-content/plugins/polylang/include/olt-manager.php:110) in /home3/yannism/public_html/motorradvermietungkreta.com/wp-includes/pluggable.php on line 896
Forum: Plugins
In reply to: [Polylang] failed to upload polylangForum: Plugins
In reply to: [Polylang] failed to upload polylangI am not seeing anything different. I deleted my cache. Message stays the same. I am trying this on my test site. https://www.motorradvermietungkreta.com I am not seeing the message on the front of the site anymore, but its still on dashboard.
Warning: Illegal offset type in /home3/yannism/public_html/motorradvermietungkreta.com/wp-content/plugins/polylang/include/olt-manager.php on line 110Forum: Plugins
In reply to: [Polylang] failed to upload polylangok I am going to try to upload now. Before i upload and panic does this have anything to do with it?
public function load_textdomains() {
// our override_load_textdomain filter has done its job. let’s remove it before calling load_textdomain
remove_filter(‘override_load_textdomain’, array(&$this, ‘mofile’), 10, 3);
remove_filter(‘gettext’, array(&$this, ‘gettext’), 10, 3);
remove_filter(‘gettext_with_context’, array(&$this, ‘gettext_with_context’), 10, 4);
$new_locale = get_locale();// don’t try to save time for en_US as some users have theme written in another language
// now we can load all overriden text domains with the right language
foreach ($this->list_textdomains as $textdomain) {
if (!load_textdomain($textdomain[‘domain’], str_replace(“{$this->default_locale}.mo”, “$new_locale.mo”, $textdomain[‘mo’]))Forum: Plugins
In reply to: [Polylang] failed to upload polylang}public function gettext($translation, $text, $domain) {
if (!is_string($text)) {
echo $domain;
var_dump($text);
}$this->labels[$text] = array(‘domain’ => $domain);
return $translation;
}
ok i have this. What is the next step Chouby?Forum: Plugins
In reply to: [Polylang] failed to upload polylangIs this line 110?
public function gettext($translation, $text, $domain) {
$this->labels[$text] = array(‘domain’ => $domain);
return $translation;Forum: Plugins
In reply to: [Polylang] failed to upload polylangThat is the message i get if i go through dashboard.
plugins- I hit the edit button – there is a documentation and look up name search box. I searched for olt manager I see PLL_OLT_Manager() when I clicked to see it is not availalbe.Forum: Plugins
In reply to: [Polylang] failed to upload polylangNo documentation available for PLL_OLT_Manager()
Forum: Plugins
In reply to: [Polylang] failed to upload polylangwell if i try to look up on the plug-in edit polylang/include/olt-manager.php is not there.
Can you give me instuctions on in which file I need to edit this?Forum: Plugins
In reply to: [Polylang] failed to upload polylangYes the message appears on both ends. I am a bit worried about going into html files. I dont understand, Where would I edit those files, in the plug-in edit or on my theme files?
Forum: Plugins
In reply to: [Polylang] failed to upload polylangHi Chouby,
I haven’t even got that far. I simply uploaded the file and got this message.Forum: Plugins
In reply to: [Polylang] failed to upload polylangNo, it’s Bizz Theme car-hire theme. I have sent them a message and waiting for a response.
Forum: Plugins
In reply to: [Polylang] failed to upload polylangHello Chouby, Thank you for the tip, and super quick response. I tried deactivating all my other plugins and I still got the same result. So my theme is the issue. grrr ?? I am now stuck. Is there anyway that it can be corrected. The theme should support polylang.