marion2999
Forum Replies Created
-
Hello,
sorry to dig the subject… But could it be achmodproblem?
It was not working for me neither (I mean I had this “Fatal error... children” problem), although I haveSimpleXML: Activated /allow_url_fopen: Enabled / video ID and not URL.
All I did was to changechmodon the plugin folder and now it works.
But it may also break next time I upload a video, I don’t know… :-/Anyway, thanks for your plugin, i’s cool when it works 😉
I had the same problem and I had to edit the core code.
Each time you findhtmlentitiesin the code (only on 3 php files) you have to add a bit of code.
For example, in admin > products.php, you change:htmlentities($product->options_1)
into:
htmlentities($product->options_1, ENT_COMPAT | ENT_HTML401, "UTF-8")
Then no more accent problems… Of course you have to change it on every update.I suggest that Reality66 adds it in its next update !
Ok, thank you !
I didn’t understand all these notices… but I just “forgot” that I was using debug mode…
XDok, i put some
"else"and removed one"."in mediaelement-js-wp.php and now it works…