自作テーマインストール後に編集ボタンが出ない&エラー表示が出る。

2014年8月18日 at 11:22

自作のテンプレートテーマをインストールして適応させた後、サイトを表示すると以下のようなエラー表示と編集ボタンが出なくなりました。


Warning: include(/インストール先/concrete/themes/test_theme_1.0/element/sidebar.php): failed to open stream: No such file or directory in /インストール先/concrete/core/libraries/view.php on line 475

Warning: include(): Failed opening '/インストール先/concrete/themes/test_theme_1.0/element/sidebar.php' for inclusion (include_path='/インストール先/libraries/3rdparty:/インストール先/concrete/libraries/3rdparty:.:/usr/local/php/5.4/lib/php') in /インストール先/concrete/core/libraries/view.php on line 475




view.phpの指定されてる行を見るとパスの取得に関する記述のような印象ですが、PHP初心者なので、何が原因なのかが分かりません。


サーバー設定は以下のようになっています。
# concrete5 Version
5.6.3.1

# concrete5 Packages
Designer Content (3.1.1).

# concrete5 Overrides
languages/ja_JP, themes/test_theme_1.0

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off

# Server Software
Apache/2.2.25

# Server API
cgi-fcgi

# PHP Version
5.4.29

# PHP Extensions
cgi-fcgi, Core, ctype, curl, date, dom, ereg, exif, fileinfo, filter, gd, gettext, gmp, hash, iconv, json, libxml, mbstring, mcrypt, mysql, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, session, SimpleXML, soap, SPL, sqlite3, standard, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - -1
max_input_vars - 1000
memory_limit - 128M
post_max_size - 8M
sql.safe_mode - Off
upload_max_filesize - 2M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5



どなたか原因が分かる方いらっしゃいましたら、ご教示頂けますでしょうか。。。
よろしくお願いします。

タグ:

Re: 自作テーマインストール後に編集ボタンが出ない&エラー表示が出る。

2014年8月18日 at 15:56
読み込もうとしたファイルがありまへんよ〜というエラーですね。
test_theme_1.0/element/sidebar.php
というのが気になります。フォルダは
elements
ではないですか?