COREサーバー:独立・起業する前に!

CRONジョブ設定

前置きしておくと詳しいことは解りませんm(_ _)m

ただ実体験から学んだことなので何かの役に立つかもしれないということで公開します。

設定の際は自己責任で!

PHPインクルード・エラー表示

ファイルをインクルードして表示させようとしたら以下のような表示が出てしまいました。

Warning: include() [function.include]: Unable to access /virtual/ID/public_html/wwwドメイン名/include/index.php in /virtual/ID/public_html/www.ドメイン名/index.php on line 65

Warning: include(/virtual/ID/public_html/www.ドメイン名/include/index.php) [function.include]: failed to open stream: No such file or directory in /virtual/ID/public_html/www.ドメイン名/index.php on line 65

Warning: include() [function.include]: Failed opening '/virtual/ID/public_html/www.ドメイン名/include/index.php' for inclusion (include_path='.:/usr/local/lib/php') in /virtual/ID/public_html/www.ドメイン名/index.php on line 65