1 nicoleb Dec 05, 2007 04:16
3 nicoleb 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 afwas 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 nicoleb 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 afwas Dec 05, 2007 04:50
7 nicoleb 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 afwas 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 nicoleb 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 afwas Dec 05, 2007 11:51
OK I understand.
You find the importer through Backoffice (now Dashboard) -> Tools -> Misc.
Good luck
11 nicoleb 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! :)!
Hi NicoleB,
Don't panic.
First of all upload *all* files again from the B2evo zipfile. Then report back to this topic.
Good luck