After running the upgrade and you have these errors...check your site homepage. If you have missing language strings _day_of_ etc
Change English to en then what? run the upgrade.php again?
Every upgrade I have done and read they all say run upgrade.php only once or it will break your database. I know I could delete it restore it make the en change and try again, but how many people would actually understand that.
Unless this one wont break your database by running it twice.
Just a thought.
I see more used a couple of files from 6.1.1 to do away with the date_of_1 because I didn't want to run this a second time to see what would happen.
because you are removing this line
b) Remove following line: .......
execSqlFile( './upgrade.sql' );
you are only running the upgrade on the system files not the database again, so it does not bread the database.
its the database that breaks if you run it twice.
Thanks for pointing that out sammie, guess I overlooked the remove the sql line and didn't want to mess up the database. I didn't even originally see this fix or instructions regarding this to begin with. It must have been a really small reference or text.
Change English to en then what? run the upgrade.php again?
Every upgrade I have done and read they all say run upgrade.php only once or it will break your database. I know I could delete it restore it make the en change and try again, but how many people would actually understand that.
Unless this one wont break your database by running it twice.
Just a thought.
I see more
b) Remove following line: .......
execSqlFile( './upgrade.sql' );
you are only running the upgrade on the system files not the database again, so it does not bread the database.
its the database that breaks if you run it twice.