Loading...
 
Architecture / Installation

Architecture / Installation


Re: Re: Error updating to 1.9.1

posts: 4656 Japan

> They are normal, ignore all errors generated through tiki-install.php when running the 1.8to1.9 upgrade
>
> If you are using the mysql command line use the -f parameter,
>
> You cannot use phpMyAdmin to upgrade the database.

Actually you can use phpMyAdmin, but you sort of have to do it "by hand." phpMyAdmin will stop at the first error in the upgrade file. What I do is, rather than pointing to the upgrade file to run it all at once, I submit a section of the update file at a time (or even just a few lines at a time), copying and pasting the lines into phpHyAdmin's SQL query textarea. If there's an error in that submitted section, the statements up to the one with the error will have been run, but none after the error. So I resubmit the lines with those up to and including the error-causing statement deleted. This is pretty labor intensive and time-consuming, but does get the job done for people who only have phpMyAdmin access to their database.

-- Gary

There are no comments at this time.