Simple Invoices logo
    • CommentAuthor2KLiX
    • CommentTimeNov 11th 2007 edited
     permalink
    Hi All, I am trying to install simple invoices on to a server and I am half way there. I can get to the main page where there is an upgrade button but when I click this I get a warning as follows:
    Dude, what happened to your query?:

    ALTER TABLE `si_invoice_items` CHANGE `inv_it_id` `id` INT( 10 ) NOT NULL AUTO_INCREMENT
    Unknown column 'inv_it_id' in 'si_invoice_items'Unknown column 'inv_it_id' in 'si_invoice_items'

    Can some one help me out with this, I am not using phpmyadmin but I am using terminal on a mac.

    The other thing that isn't clear to me is how to enable the login screen, please could someone point me in the right direction.
    Thanks in advance :)
    • CommentAuthorjustin
    • CommentTimeNov 13th 2007 edited
     permalink
    Hey

    re installation
    - are you using the latest version?

    re login screen
    - just efit config/config.php and set $authenticationOn = true;

    Cheers

    Justin
    • CommentAuthor2KLiX
    • CommentTimeNov 13th 2007 edited
     permalink
    Thanks Justin, that seems to have cured that one.
    So easy when you know how :)
    • CommentAuthorjustin
    • CommentTimeNov 16th 2007 edited
     permalink
    good to hear its all ok

    Cheers

    Justin