简体   繁体   English

在Joomla3中安装主题

[英]Install a theme in Joomla3

I'm installing a theme I bought on templatemonster and I got this error, can anyone help me how to sort this out? 我正在安装在templatemonster上购买的主题,但出现此错误,有人可以帮我解决这个问题吗? Thanks. 谢谢。

Regards 问候

Error #1: 错误1:

Warning: require_once(/home/sintrali/public_html/tmp/install_536c0a82c9c3c/theme1329DSinstaller/RokInstallerEvents.php) [function.require-once]: failed to open stream: No such file or directory in /home/sintrali/public_html/tmp/install_536c0a82c9c3c/theme1329/install.script.php on line 163 警告:require_once(/home/sintrali/public_html/tmp/install_536c0a82c9c3c/theme1329DSinstaller/RokInstallerEvents.php)[function.require-once]:无法打开流:/ home / sintrali / public_html / tmp / install_536c0a829中没有此类文件或目录/theme1329/install.script.php在第163行

Error #2: 错误2:

Fatal error: require_once() [function.require]: Failed opening required '/home/sintrali/public_html/tmp/install_536c0a82c9c3c/theme1329DSinstaller/RokInstallerEvents.php' (include_path='.:/opt/php53/lib/php') in /home/sintrali/public_html/tmp/install_536c0a82c9c3c/theme1329/install.script.php on line 163 致命错误:require_once()[function.require]:无法在以下位置打开所需的'/home/sintrali/public_html/tmp/install_536c0a82c9c3c/theme1329DSinstaller/RokInstallerEvents.php'(include_path = ..:/ opt / php53 / lib / php') /home/sintrali/public_html/tmp/install_536c0a82c9c3c/theme1329/install.script.php,第163行

This looks like a permissions error. 这看起来像是权限错误。 Try running this to fix that up, then try re-installing. 尝试运行它来修复此问题,然后尝试重新安装。

chmod -R 777 /home/sintrali/public_html/tmp/install_536c0a82c9c3c/theme1329

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

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