mikhaelb
Forum Replies Created
-
That helped. Thanks, I increased memory_limit.
Thank you.
Yes, the error is: “Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1081344 bytes) in /home/ozma/ozma-yeudit.com/wp-includes/functions.php on line 5373“
I see that on this line there is a call to function ob_end_flush():function wp_ob_end_flush_all() {
$levels = ob_get_level();
for ( $i = 0; $i < $levels; $i++ ) {
ob_end_flush();
}
}
I see in PHP information:
memory_limit : Local value 256M, Master Value 128M.Can I increase the master value in phprc file or only the local value?
Forum: Plugins
In reply to: [Transposh WordPress Translation] jQuery 3.x patchHave you found any solution to the problem? I modified transposhedit.js and added Override jQueryUI version 1.8.0, but that doesn’t change anything.
It is impossible to add any translations. When I click on the yellow square next to the word or phrase that I want to translate, only the text in the original language and the Close button appear. There is no usual rectangle in which to write a translation and there is no Add/OK button.
https://ozma-yeudit.com/?lang=heForum: Plugins
In reply to: [If Menu - Visibility control for Menus] Works only for 65 menu elementsThe problem was because of max_input_vars value…