Recent Topics

1 Aug 30, 2007 22:12    

My b2evolution Version: Not Entered

HI There,

my host changed and so I had to move all.

The host moved the database for me, but now I wanted to install the Blog
but get this message if i try:

Installing b2evolution tables with sample data
Creating default blacklist entries...
An unexpected error has occured!
If this error persits, please report it to the administrator.

Go back to home page

Additional information about this error:
MySQL error!

Duplicate entry 'penis-enlargement' for key 2(Errno=1062)

Your query:

INSERT INTO evo_antispam(aspm_string) VALUES ('penis-enlargement'), ('online-casino'), ('order-viagra'), ('order-phentermine'), ('order-xenical'), ('order-prophecia'), ('sexy-lingerie'), ('-porn-'), ('-adult-'), ('-tits-'), ('buy-phentermine'), ('order-cheap-pills'), ('buy-xenadrine'), ('xxx'), ('paris-hilton'), ('parishilton'), ('camgirls'), ('adult-models')

What can i do to make it work.. i have no idea about php or mysql...
:roll:

Please help.

2 Aug 30, 2007 22:28

If your host moved the database correctly there is no need to (re) run ../install/index.php.
What happens in this case, the install program tries to put the anti-spam terms into the database, but they are already there.

What you should do is the following:
Check the file ../blogs/conf/_basic_conf.php In it you find entries about the database:

$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')
);


check if this corresponds with the new settings from your host.
If the file is correct, or you uploaded a correction, you can run the blog without any other action from your side.

Good luck

4 Aug 31, 2007 19:02

ups, i was actually replying to my previouse topic :oops:
Don't know why it ended up as a new toppic

I am extremely sorry for ' spaming '

5 Aug 31, 2007 21:12

fixed. carry on :) this is the right place, yes?

6 Aug 31, 2007 22:46

Execution of (home/liquiib3/www.liquid-fire.info/liquidfire/blog/blogs/index.php) is not permitted for the following reason:

Script is group writable.

Apparently index.php is group writable, which CGIWrap does not like. Change permissions of that file to 644 (rw-r--r--) for example and try again.

7 Sep 01, 2007 01:09

Gosh, You guys Rock! ;P Thanks a bunch!

8 Sep 01, 2007 02:41

Nice to see everything is working (again).

Happy blogging


Form is loading...