Recent Topics

1 Sep 15, 2009 14:58    

My b2evolution Version: 2.x

What I did:
1. Uploaded full Blogs folder
2. Renamed old blogs folder from b to old_b
3. Renamed Blogs to b
4. Copied _basic_config.php from old_b/conf to b/conf
5. Ran the install script, this is what was displayed:

Upgrading data in existing b2evolution database...
Loading: _core/model/__core.install.php
Loading: sessions/model/_sessions.install.php

Checking DB schema version...

OOPS! b2evolution doesn't seem to be installed yet.

So, what have I done wrong? This has been my method previously without issues.

Tried navigating to new b and I got a message that the installation was not complete.

Renamed the directories back again and the blog is back fine.

Ideas??

2 Sep 16, 2009 14:19

I thought that upgrading from 2.4 to 3.3 was easy??

3 Sep 16, 2009 16:28

There seems to be some new file in conf. _basic_config.template.php for some reason. I believe the assumption is that you will open up permissions for the server to write that file. Sounds like a solution to a problem no one had, but hey what do I know.

Anyway I'm guessing but MAYBE b2evo sees that file and figures that means you haven't installed the software yet.

Ditch that file and things might work like normal.

Wow this whole 3.* thing is a joke.

4 Sep 16, 2009 16:57

Cool: that makes sense (sort of)...

I gather from the docs that the template thing was so existing files (config in this case) would not be overwritten.

I'll give that a go...

5 Sep 16, 2009 22:29

Do you get it working?

6 Oct 04, 2009 13:43

Walter wrote:

Do you get it working?

Sorry, just got back to this to give it a go...

unfortunately no :( still using 2.4.5

7 Oct 04, 2009 14:38

And what seems odd to me is that this error is displayed when trying to access the blog:

This is b2evolution version 3.3.1.

You cannot use the application before you finish configuration and installation.

MySQL error:
Table 'mitup2_b2emitupela.T_settings' doesn't exist(Errno=1146)

Please use the installer to finish your configuration/installation now.

That's a quoted string?? What happened to the table prefix???

8 Oct 04, 2009 15:15

EdB wrote:

There seems to be some new file in conf. _basic_config.template.php for some reason. I believe the assumption is that you will open up permissions for the server to write that file. Sounds like a solution to a problem no one had, but hey what do I know.

Anyway I'm guessing but MAYBE b2evo sees that file and figures that means you haven't installed the software yet.

Ditch that file and things might work like normal.

Unfortunately not. Still can't seem to find the DB???

This is frustrating...

9 Oct 04, 2009 16:38

I wonder if this is due to your server's php version?

10 Oct 04, 2009 16:58

MySQL error:
Table 'mitup2_b2emitupela.T_settings' doesn't exist(Errno=1146

You *did* re-upload the /conf/ folder I assume? .... might be worth re-doing as T_ should be prefix_ ;)

¥

11 Oct 07, 2009 12:32

¥åßßå wrote:

MySQL error:
Table 'mitup2_b2emitupela.T_settings' doesn't exist(Errno=1146

You *did* re-upload the /conf/ folder I assume? .... might be worth re-doing as T_ should be prefix_ ;)

¥

Sure did... but I'll do it again and try again...

12 Oct 07, 2009 12:49

¥åßßå wrote:

You *did* re-upload the /conf/ folder I assume? .... might be worth re-doing as T_ should be prefix_ ;)

Found it!!! :lol: :lol: :lol: :lol:

Don't ask me how, but the following code was missing from _config.php


// Load modules:
foreach( $modules as $module )
{
	require_once $inc_path.$module.'/_'.$module.'.init.php';
}

Uploaded again and all good!!

Note to self: Check file sizes after uploading ;)

14 Oct 07, 2009 16:06

¥åßßå wrote:

No worries ;)

I know I said "Don't ask me", but I'd like to ask: Is that odd or what??

It's like it was an old version or something, but I uploaded the same files I did previously, except previously there was a small block of text missing!!

8| 8| 8|

15 Oct 07, 2009 18:10

But I didn't ask? :O

Some ftp clients only overwrite newer files or summt .... sometimes causes problems like yours

Other times people omit to upload /conf/ so they don't lose their db connection details. Something that's cured in 3.bloat.+

I was guessing that you came under one of the two ;)

¥


Form is loading...