Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


Aw: Blog-Entry Search Problem

posts: 22 Switzerland

Okey.. I did what you said, and it worked! I just hope that there are no wrong data in a wrong table..

eam.. I made a file with diff from the struct of the bad db and the good db 😊 so that you can see what went wrong.. perhabs someone of you can look at it and try to find out what went wrong with the updates...

I used a Tikiwiki 1.7.1.1 for the old side, and updatet it to 1.8.4
as far as I remember is that database never updatet before.

I did the Update like this:

1. tiki_1.7to1.8.sql - this is the main upgrade script, it can be re-run as often as needed.

2. comments_fix_1.7to1.8.sql - only run this once on a 1.7 database, then never again
3. structure_fix_1.7to1.8.sql (or point your browser to db/structure_fix_1.7to1.8.php) - run this only once on a 1.7 database, then never again.

4. tiki_1.7to1.8.sql - rerun to fix forums


And here is the diff file: differences.txt

Eam.. to Updatet I needet to load tiki.sql then extract just the structure, delete the database and reinstert just the struct.. so I had a real plain db (because with tiki.sql there are already data inside) after that I insert the data I dumped from the "damaged" db.. and it works.

thanks a lot sylvie..

There are no comments at this time.