XAMPPを使用してローカルPCにOCストアを開発しました。私はサーバーにストアをアップロードしましたが、それはうまく表示されていますが、いくつかの不正があります。例を挙げると、管理パネルが正常に機能していない - サインインできますが、何も表示されません。私はほとんど問題がURLにあると確信していますが、サイトを一度乱暴にして再アップロードしなければならなかったので、他の人の助けを歓迎する以上のものです。エラーメッセージにはヘッダーとフッターの2つのセクションがあります。ヘッダ内OpenCartウェブサイトのエラーがライブサーバにアップロードされた後にnローカルPCを開発しました
エラー:フッターに
Warning: fopen(/home/davofvpt/public_html/storage/logs/openbay.log): failed to open stream: No such file or directory in /home/davofvpt/public_html/system/library/log.php on line 22
Warning: fopen(/home/davofvpt/public_html/storage/logs/openbay.log): failed
to open stream: No such file or directory in
/home/davofvpt/public_html/system/library/log.php on line 22
Warning: fclose() expects parameter 1 to be resource, boolean given in
/home/davofvpt/public_html/system/library/log.php on line 39
Warning: Cannot modify header information - headers already sent by (output
started at /home/davofvpt/public_html/system/framework.php:42) in
/home/davofvpt/public_html/catalog/controller/startup/session.php on line
25Warning: Cannot modify header information - headers already sent by
(output started at /home/davofvpt/public_html/system/framework.php:42) in
/home/davofvpt/public_html/catalog/controller/startup/startup.php on line
99Warning: Cannot modify header information - headers already sent by
(output started at /home/davofvpt/public_html/system/framework.php:42) in
/home/davofvpt/public_html/catalog/controller/startup/startup.php on line
157Warning: fopen(/home/davofvpt/public_html/storage/logs/openbay.log):
failed to open stream: No such file or directory in
/home/davofvpt/public_html/system/library/log.php on line 22
Warning: fclose() expects parameter 1 to be resource, boolean given in
/home/davofvpt/public_html/system/library/log.php on line 39
Warning: fopen(/home/davofvpt/public_html/storage/logs/error.log): failed to
open stream: No such file or directory in
/home/davofvpt/public_html/system/library/log.php on line 22
エラー:
Warning: fclose() expects parameter 1 to be resource, boolean given in
/home/davofvpt/public_html/system/library/log.php on line 39Warning:
fclose()
expects parameter 1 to be resource, boolean given in
/home/davofvpt/public_html/system/library/log.php on line 39Warning:
fclose()
expects parameter 1 to be resource, boolean given in
/home/davofvpt/public_html/system/library/log.php on line 39
Here is my config.php in the public folder
This is my config.php in the admin folder
上と同じように動作しますか – DigitCart
バージョンは3.0.2です。 – davoodkhan
ところで、サイトはdavoodkhan.netです – davoodkhan