Failed upgrade from 5.3.3.1 to 5.4.0.5

Permalink 1 user found helpful
I recently upgraded a C5 site using the information located here:
http://www.concrete5.org/documentation/installation/upgrading_concr...

The upgrade ran and said it was complete. I went to the homepage to check things out and every link but the homepage was 404ing.

What did I do wrong?

 
jjdb210 replied on at Permalink Reply
jjdb210
Hi ddmobley,

Kind of vague, but I'll see if I can point you in the right direction:

Were you using perma-link style urls? Did you accidently delete your .htaccess file when upgrading? Can you get to the dashboard by going to /index.php/login/?
ChrisWatterston replied on at Permalink Reply
ChrisWatterston
Hi,

I had this same kind of issue but whenever i saved a new block in edit mode it was showing error 400 and then wiping the page clean of data.

I ended up running the following through the database, worked like a charm for me.

ALTER TABLE `collectionversionblockstyles`
  DROP PRIMARY KEY,
   ADD PRIMARY KEY(
     `cID`,
     `cvID`,
     `bID`,
     `arHandle`);
ALTER TABLE `pagepaths` ADD KEY `cPath` (`cPath`(128)); ALTER TABLE `collectionversions` ADD KEY `cvName` (`cvName`(128));


NOTE: Make a back-up of your database/site files first tho :)

Good luck dude
Chris,
ddmobley replied on at Permalink Reply
I was fortunate that the site had never gone live, so I wasn't losing a lot of content. I downloaded the custom template I had created, deleted everything and installed 5.4.0.5, then reinstalled the template. I didn't have a lot of time investing to trouble shoot why it wasn't working. Sorry.