Recent Topics

1 Dec 05, 2007 04:16    

My b2evolution Version: Not Entered

Hi there,
I tried to find the answer on this in the forum, but couldn't.

I have tried to upgrade from 1.10.2 to the 2.2.x version, all my old files are backed up and gone from the server.

I got to the point of installation, now I get this message:

Additional information about this error:

MySQL error!

Table 'nicolebo_b2evolution.evo_settings' doesn't exist(Errno=1146)

Your query:

SHOW COLUMNS

FROM evo_settings

I don't have much of an idea of mySQL - anyone out there able to help me?

:roll:

P.S.: I can't change any details on the MySQL thing in the installation page, it just doesn't let me go there when I click the button

Edit: blog address: http://nicoleb.org/b2/

I'm replacing the /b2/inc/_core/_class4.funcs.php
and some otherfiles now. I might have messed something up there. We will see....

And this is the message I get when trying to access my blog:

Warning: require_once(/home/nicolebo/public_html/b2/inc/settings/model/_generalsettings.class.php) [function.require-once]: failed to open stream: No such file or directory in /home/nicolebo/public_html/b2/inc/_core/_class4.funcs.php on line 40

Fatal error: require_once() [function.require]: Failed opening required '/home/nicolebo/public_html/b2/inc/settings/model/_generalsettings.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nicolebo/public_html/b2/inc/_core/_class4.funcs.php on line 40

2 Dec 05, 2007 04:33

Hi NicoleB,

Don't panic.
First of all upload *all* files again from the B2evo zipfile. Then report back to this topic.

Good luck

3 Dec 05, 2007 04:36

Mh, I'll try, because my connection is very wonky.
Had to do it manually over the last two days :S

Any idea, if there's an easy way out, something like an intelligent program that just uploads missing files??

:?:

4 Dec 05, 2007 04:39

No not really, every FTP program needs to access the server to see what's there to compare it. That takes as much time as uploading. Is your server slow or your modem connection?

5 Dec 05, 2007 04:42

It's supposed to be a broadband connection, wireless, or whatever you wanna call it....Kuwait is a tad different than the rest of the world.

But after the second coffee, I seem to have found one of the problems in one of my folders.

I'll replace those and see what'll happen ;)

Thanks for your help so far :)!!

(Uh, I need another coffee,...., it seems I forgot to upload one whole folder..... 8| )

6 Dec 05, 2007 04:50

Error is back. Hit the first link 'here', select 'upgrade fom a previous version' and hit the button.
But you might want to make a backup from your database first ;)

7 Dec 05, 2007 05:00

OK, the missing folder is where it belongs to, I cleaned my cache and tried the installation again, but nope, same error message :(

I do get to the "New Install" and "Upgrade" thing, but after that I get the above mentioned error :(

The main trouble seems to be this one:

MySQL error:
Table 'nicolebo_b2evolution.evo_settings' doesn't exist(Errno=1146)

8 Dec 05, 2007 05:05

OK go to your host's cPanel, find phpMyAdmin, select the database, hit the SQL button and inject this query:

CREATE TABLE `evo_settings` (
  `set_name` varchar(30) NOT NULL default '',
  `set_value` varchar(255) default NULL,
  PRIMARY KEY  (`set_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


INSERT INTO `evo_settings` VALUES('db_version', '9600');
INSERT INTO `evo_settings` VALUES('default_locale', 'en-US');
INSERT INTO `evo_settings` VALUES('newusers_grp_ID', '4');
INSERT INTO `evo_settings` VALUES('newusers_canregister', '1');
INSERT INTO `evo_settings` VALUES('newusers_mustvalidate', '0');
INSERT INTO `evo_settings` VALUES('newusers_revalidate_emailchg', '0');
INSERT INTO `evo_settings` VALUES('newusers_level', '1');
INSERT INTO `evo_settings` VALUES('default_blog_ID', '2');
INSERT INTO `evo_settings` VALUES('antispam_threshold_publish', '-90');
INSERT INTO `evo_settings` VALUES('js_passwd_hashing', '1');
INSERT INTO `evo_settings` VALUES('AutoBR', '1');
INSERT INTO `evo_settings` VALUES('links_extrapath', 'ymd');
INSERT INTO `evo_settings` VALUES('permalink_type', 'urltitle');
INSERT INTO `evo_settings` VALUES('user_minpwdlen', '5');
INSERT INTO `evo_settings` VALUES('reloadpage_timeout', '300');
INSERT INTO `evo_settings` VALUES('auto_prune_stats_done', '2007-12-04 00:12:50');
INSERT INTO `evo_settings` VALUES('time_difference', '-3600');
INSERT INTO `evo_settings` VALUES('antispam_last_update', '2007-09-29 08:13:40');
INSERT INTO `evo_settings` VALUES('antispam_threshold_delete', '100');
INSERT INTO `evo_settings` VALUES('antispam_block_spam_referers', '0');
INSERT INTO `evo_settings` VALUES('webhelp_enabled', '1');
INSERT INTO `evo_settings` VALUES('outbound_notifications_mode', 'immediate');
INSERT INTO `evo_settings` VALUES('eblog_enabled', '0');
INSERT INTO `evo_settings` VALUES('eblog_method', 'pop3');
INSERT INTO `evo_settings` VALUES('eblog_server_host', '');
INSERT INTO `evo_settings` VALUES('eblog_server_port', '110');
INSERT INTO `evo_settings` VALUES('eblog_username', '');
INSERT INTO `evo_settings` VALUES('eblog_password', '');
INSERT INTO `evo_settings` VALUES('eblog_default_category', '');
INSERT INTO `evo_settings` VALUES('eblog_subject_prefix', '');
INSERT INTO `evo_settings` VALUES('eblog_body_terminator', '');
INSERT INTO `evo_settings` VALUES('eblog_test_mode', '0');
INSERT INTO `evo_settings` VALUES('eblog_phonemail', '0');
INSERT INTO `evo_settings` VALUES('eblog_phonemail_separator', '');
INSERT INTO `evo_settings` VALUES('log_public_hits', '1');
INSERT INTO `evo_settings` VALUES('log_admin_hits', '0');
INSERT INTO `evo_settings` VALUES('auto_prune_stats_mode', 'page');
INSERT INTO `evo_settings` VALUES('auto_prune_stats', '15');
INSERT INTO `evo_settings` VALUES('allow_moving_chapters', '0');
INSERT INTO `evo_settings` VALUES('evonet_last_attempt', '1196737601');
INSERT INTO `evo_settings` VALUES('evonet_last_update', '1196737601');


Then hit the OK button.

9 Dec 05, 2007 09:02

Thanks, Afwas,
I ended up installing it as a new version, the upgrade wouldn't do it for me :(

I didn't have too many blog posts & comments up, so it's not a big deal, still sort of sucks ....

Anyhow, now I need to go figure how I get my wordpress data over here, I read one should be able to get it with this version ;)

10 Dec 05, 2007 11:51

OK I understand.

You find the importer through Backoffice (now Dashboard) -> Tools -> Misc.

Good luck

11 Dec 05, 2007 12:02

Thank you, found it.
It's just that it's the same one like for the prev. version.
Won't work for me.
My old WP blog isn't hosted by me and if I try to put the backup files on a new WP blog hosted by me it tells me my ini.php is too big :(

I'll just transfer by hand, then I have the pics where they belong to as well for once ;)

Thanks a lot! :)!


Form is loading...