简体   繁体   English

安装eventor wordpress主题时遇到麻烦

[英]trouble installing eventor wordpress theme

After successfully installing the Eventor Wordpess theme and activating it I get this warning message : 成功安装Eventor Wordpess主题并激活它后,我得到以下警告消息:

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 警告:require_once(/opt/lampp/apps/wordpress/htdocs/wp-content/themes/Eventor/inc/shortcodes/tinymce_loader.php):无法打开流:在/ opt / lampp /中键入文件419行上的apps / wordpress / htdocs / wp-content / themes / eventor_v1.9.1_ThenesKingdom / functions.php

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 致命错误:require_once():无法打开所需的'/opt/lampp/apps/wordpress/htdocs/wp-content/themes/Eventor/inc/shortcodes/tinymce_loader.php'(include_path ='。:: / opt / lampp / lib /opt/lampp/apps/wordpress/htdocs/wp-content/themes/eventor_v1.9.1_ThenesKingdom/functions.php中的/ php')行419

instead of the absolute path, use wordpress to figure it out... 而不是绝对路径,请使用wordpress找出答案...

$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. 当然,这是假设您在htdocs文件夹中安装了wordpress。

Also check your apache modules for "mod_redirect" , it should be enabled. 还要检查您的apache模块是否有“ mod_redirect”,应该启用它。

check if you give sufficient permission to folder and files 检查您是否对文件夹和文件给予足够的权限

also check your owner ship permission 还要检查您的船东许可

also check if your theme is not corrupted 还检查您的主题是否未损坏

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM