Recent Topics

1 Oct 31, 2006 20:50    

After resolving my last error on an upgrade from b2 (thanks Blueeyed) I re-installed a patched version of B2Evoltion, and ran into this error:

Setting groups... OK.
Creating user blog permissions... OK.
Copying Cafelog categories... OK.
Copying Cafelog posts... OK.
Generating wordcounts... OK. (486 rows updated)
Generating postcats... OK.
Copying Cafelog comments... OK.
Qualifying comments... Trackback... OK.
Qualifying comments... Pingback... OK.
Creating sample categories... OK.
Creating default linkblog entries... OK.
Creating sample posts... OK.
Checking for extra quote escaping in posts...
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!

Unknown column 'ID' in 'field list'(Errno=1054)

Your query:

SELECT ID, post_title, post_content
              
FROM evo_posts
             
WHERE post_title LIKE '%\\\\\'%'
                 
  OR post_title LIKE '%\\\\"%'
                 
  OR post_content LIKE '%\\\\\'%'
                 
  OR post_content LIKE '%\\\\"%' 

I am installing this on a linux server running Apache 1.3.34, PHP 4.4.2, and MySQL 4.1.21-standard

I couldn't find similar problems in any of the forum messages, except for one where it turned out to be a host problem. I hope that's not the case.

Again, any help would be greatly appreciated.

2 Oct 31, 2006 22:49

Seems to be that the cafelog/b2 upgrade path is broken.. I'll look into it, given the sample DB files you've sent me.

3 Nov 01, 2006 03:46

Fixed for 1.8.3. See the attached patch.


Form is loading...