Sorry, the entire error message should be:
Fatal error: require_once() [function.require]: Failed opening required ‘../wp-config.php’ (include_path=’.:/usr/share/pear’) in /page/y/x/yux577/wp-admin/install.php on line 6
thanks a lot for help!
1- <?php
2- define(‘WP_INSTALLING’, true);
3- if (!file_exists(‘../wp-config.php’))
4- die(“There doesn’t seem to be a wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”);
5-
6- require_once(‘../wp-config.php’);
7- require_once(‘./upgrade-functions.php’);