0
votes

After successfully installing the Eventor Wordpess theme and activating it I get this warning message :

Warning: require_once(/opt/lampp/apps/wordpress/htdocs/wp-content/themes/Eventor/inc/shortcodes/tinymce_loader.php): failed to open stream: Aucun fichier ou dossier de ce type in /opt/lampp/apps/wordpress/htdocs/wp-content/themes/eventor_v1.9.1_ThenesKingdom/functions.php on line 419

Fatal error: require_once(): Failed opening required '/opt/lampp/apps/wordpress/htdocs/wp-content/themes/Eventor/inc/shortcodes/tinymce_loader.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/apps/wordpress/htdocs/wp-content/themes/eventor_v1.9.1_ThenesKingdom/functions.php on line 419

2
/opt/lampp/apps/wordpress/htdocs/wp-content/themes/Eventor/inc/shortcodes/tinymce_loader.php check the path carefully.. - David
"/opt/lampp/apps/wordpress/htdocs/wp-content/themes/Eventor/inc/shortcodes/tinymc‌​e_loader.php" this path exists. I also did check the file and the folder permission. - medchedli

2 Answers

1
votes

instead of the absolute path, use wordpress to figure it out...

$url= get_site_url().'/wp-content/themes/Eventor/inc/shortcodes/tinymce_loader.php';

this is of course assuming you have the wordpress install in htdocs folder.

Also check your apache modules for "mod_redirect" , it should be enabled.

0
votes

check if you give sufficient permission to folder and files

also check your owner ship permission

also check if your theme is not corrupted