symphonists / search_index

Search Index provides an easy way to implement high performance fulltext searching on your Symphony site
32 stars 21 forks source link

Experimental: Version Number and Installer #26

Closed nilshoerrmann closed 11 years ago

nilshoerrmann commented 13 years ago

It seems like the installer is missing a few tables or columns:

Nick, would you mind updating the installer and increasing the version number? Thanks a lot!

nickdunn commented 13 years ago

These are all in the intaller from what I can see. Are you updating from an earlier version perhaps? I suggest a fresh install as the update code was written blind without testing.

nilshoerrmann commented 13 years ago

Hm, that's interesting. I had indeed an older version installed but I uninstalled it first and then installed the new one. I'll check that again.

nilshoerrmann commented 13 years ago

I just uninstalled the extension again – there were a few tables left in the database that I deleted manually. I checked if I'm on the correct branch: it's experimental with the last commit dating October 1st ("Started readme rewrite for 2.0"). The version number still read 0.9.1 in the backend although the readme states 2.0.beta.

I still get the errors mentioned above and it seems like only this table has been created in the database: sym_search_index_indexes.

Any ideas how to continue?

nickdunn commented 13 years ago

Hmm. I would:

Sorry about this! I haven't really tested installing from scratch or updating as I've been focusing so much on functionality.

nickdunn commented 13 years ago

Fixed! One table failed which caused the others to fail. Note to self: installer should roll back created tables if any fail.

nilshoerrmann commented 13 years ago

Thanks a lot Nick! Everything's just working fine now :)