Hello
I want t embedd a self hosted video but i get this error message at the top of the page
Notice: Undefined index: muted in /mnt/web314/b0/08/53700508/htdocs/wordpress/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 617
The video is fine and the post works, but why is there an error-message and how can i fix it?
https://www.zimmerei-goering.de/wordpress/portfolio-item/drehbett-wessling-14/
Best regards
Velli
Hi Velli,
Is it already uploaded in Media Library?
Can you give us temporary admin access? so we can check it further.
Best regards,
Nikko
Hi Nikko
Video is in the mediathek and it plays on the website – its just the error message …
Anyway – see admin access in the private content below
Best regards
Velli
Hi Velli,
Please add this in wp-config.php:
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
If you need further assistance please let us know.
Best regards,
Victoria
The most of the debugs are already set
I only set this in the wp-config:
// Disable display of errors and warnings
@ini_set( 'display_errors', 0 );
works fine! thanks!
Best regards
Velli