856 Posts in 211 Topics by 299 members
Upgrading SilverStripe
SilverStripe Forums » Upgrading SilverStripe » How to upgrade to the latest version?
Ask questions about upgrading SilverStripe to the latest version.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 1306 Views |
-
How to upgrade to the latest version?

23 July 2009 at 1:47am
hello,
V2.2.2 and I want to upgrade to V2.3.2;
my question is:
I have to go step by step with the updates, example:V2.2.2 -> V2.3.0 -> V2.3.1 -> V2.3.2
Or simplemete direct to the latest version?
thanks
Rube -
Re: How to upgrade to the latest version?

23 July 2009 at 2:57pm
You should be able to go straight to the latest version without any issues.
-
Re: How to upgrade to the latest version?

24 July 2009 at 2:39am Last edited: 24 July 2009 2:41am
thanks Willr,
I did all steps tutorial http://doc.silverstripe.org/doku.php?id=upgrading,
but I get the following error:..
..
..
..
GET /Line 400 in /home/silverstripe/trunk/sapphire/core/model/MySQLDatabase.php
Source391 }
392
393 function databaseError($msg, $errorLevel = E_USER_ERROR) {
394 // try to extract and format query
395 if(preg_match('/Couldn\'t run query: ([^\|]*)\|\s*(.*)/', $msg, $matches)) {
396 $formatter = new SQLFormatter();
397 $msg = "Couldn't run query: \n" . $formatter->formatPlain($matches[1]) . "\n\n" . $matches[2];
398 }
399
400 user_error($msg, $errorLevel);
401 }
402 }
403
404 /**
405 * A result-set from a MySQL database.
406 * @package sapphire
..
..
..search the forum, I saw many similar problems but I saw no solutions
I hope you can help me ...ahhh I forgot , thanks for the reply
Rube
I feel sorry for my bad English -
Re: How to upgrade to the latest version?

24 July 2009 at 8:55am
Could you post the full error in pastie.org or something similar. The backtraces aren't always useful (as in this case) as it doesn't tell you want query it failed on. If it is a DB thing make sure you have tried doing a site.com/dev/build to rebuild the database
| 1306 Views | ||
|
Page:
1
|
Go to Top |

