Recent Topics

1 Sep 12, 2007 10:17    

My b2evolution Version: Not Entered

Problems with installing the 1.10 new version. At first I got the setu screen where it says cmode the /conf file to 666. I did that and refreshed and got the error code below. My DB has no files in it I tried resubmitting the url several times and continued to get the same error. Now I can't get back to the setup screen. After those problems -I edited the basic_config file and uploaded - same result.

Thanks John Hansen majorhart@sbcglobal.net

Warning: main(/home/blogemp/public_html/blogs/8233/install/../conf/_config.php) [function.main]: failed to open stream: Permission denied in /home/blogemp/public_html/blogs/8233/install/index.php on line 19

Fatal error: main() [function.require]: Failed opening required '/home/blogemp/public_html/blogs/8233/install/../conf/_config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blogemp/public_html/blogs/8233/install/index.php on line 19

2 Sep 28, 2007 05:44

I'm getting the same error. Did you get it figured out?

3 Sep 28, 2007 06:12

Open ../blogs/conf/_basic_conf.php and change these settings, replace the data with your settings:

$db_config = array(
   'user'          => 'demouser',     // your MySQL username
   'password'      => 'demopass',     // ...and password
   'name'          => 'b2evolution',  // the name of the database
   'host'          => 'localhost',    // MySQL Server (typically 'localhost')
);

(snip)
$baseurl = 'http://localhost/b2evolution/blogs/';

(snip)
$admin_email = 'postmaster@localhost';

(snip)
$config_is_done = 0;


Now upload this file to the server (in the ../conf/ folder; replace the existing _basic-conf.php and try to run the installer again.

More information on the install is at: http://manual.b2evolution.net/Install_b2evolution#Installing_b2evolution.

Good luck

4 Sep 29, 2007 10:43

Same problem here.

Warning: main(/home/iconnect/public_html/blogville/blogs/conf/_basic_config.php) [function.main]: failed to open stream: Permission denied in /home/iconnect/public_html/blogville/blogs/conf/_config.php on line 20

Fatal error: main() [function.require]: Failed opening required '/home/iconnect/public_html/blogville/blogs/conf/_basic_config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/iconnect/public_html/blogville/blogs/conf/_config.php on line 20

I have
$db_config = array(
'user' => 'notrevelled', // your MySQL username
'password' => 'notrevelled', // ...and password
'name' => 'iconnect_evolution', // the name of the database
'host' => 'localhost', // MySQL Server (typically 'localhost')
);
$baseurl = 'http://localhost/iconnect_evolution/blogs/';

Can not get passed here.


Form is loading...