OpenPNEの設定ができません。
OpenPNEの設定ができません。
サーバーはNSFレンタルサーバーで、
MySQL5、PHP5のオプションをつけています。
PHPやMyQSLについて全くの素人ですので、
wkyOpenPNEInstallerという自動インストールソフトを使って挑戦しています。
必要事項を記入してインストールを終えると、
Warning: require_once(/sns//config.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/html/(ドメイン)/public_html/config.inc.php on line 8
Fatal error: require_once() [function.require]: Failed opening required '/sns//config.php' (include_path='.:/usr/share/pear:/usr/share/smarty') in /var/www/html/(ドメイン)/public_html/config.inc.php on line 8
というエラーが出てきます。
上記エラー文中にある、config.inc.phpファイルは下記の通りです。
<?php
/**
* @copyright 2005-2008 OpenPNE Project
* @license http://www.php.net/license/3_01.txt PHP License 3.01
*/
define('OPENPNE_DIR', '/openpne_dir/' );
require_once OPENPNE_DIR . '/config.php';
?>
config.phpのパスが間違っているというようなエラーかと思い、
色々試しているのですが、うまくいきません。
関係がありそうなファイルのディレクトリ構造は、
現在のところ以下のようになっています。
-public_html
-index.php
-config.inc.php
-他
-sns
-config.php
色々調べてみると、php5では「require_once」が使えないとか出てきたり、
とにかくパスの指定やディレクトリが間違えていると出てきたりしているのですが、
全く改善ができません。
何かアドバイスを教えていただければと思います。
よろしくお願いいたします。
お礼
ありがとうございます。参考にしてみます。