Recent Topics

1 Sep 09, 2009 16:22    

My b2evolution Version: 3.3.1

With the upgrade to v3 I want to make sure these will still work, dunno if anything (fields I guess they would be called right?) was renamed?

My 'Find and Replace' Query:

UPDATE evo_items__item SET post_content = REPLACE(post_content, 'hermit crab', '<a href="http://crabstreetjournal.com">hermit crab</a>');

My close comments prior to (date) Query:

UPDATE `evo_items_item` SET `post_comment_status` = 'closed' WHERE `post_datecreated` < "2008-06-01 17:31:35

TIA

2 Sep 09, 2009 16:54

They seem valid, and you can always create a test install and check ;)

evo_items_item should read evo_items__item

3 Sep 18, 2009 16:28

Yeah I tried it and it failed so something isn't right.

4 Sep 18, 2009 17:18

Make sure you still have prefix "evo_".

6 Sep 24, 2009 02:11

evo_items_item does exist but the query said it doesn't.
I did dump the pre- rendered

7 Sep 24, 2009 02:22

Again, evo_items_item should read evo_items__item

Replace evo_items_item with evo_items__item

8 Oct 11, 2009 22:53

That looks exactly the same to me Sam??? Wait is it a double underscore?

9 Oct 11, 2009 22:56

Don't you see the difference?
__item instead of _item


Form is loading...