Simple Invoices logo
    • CommentAuthordcaremani
    • CommentTimeMar 27th 2008 edited
     permalink
    HI i find .htaccess is giving more problem for PDF creation , even after editing config ! $http_auth = "invoice:inv123"; //value: "name:password@"
    but still the problem is PDF Empty

    I need authentication to the invoice . i need to use web protect !
    or
    Simple invoice Authentication

    But after disabling web protect and enabling simple invoice Authentication the problem is blank PDF

    If there is no Authentication including web protect PDF output is proper


    :roll:
    • CommentAuthorjustin
    • CommentTimeMar 27th 2008 edited
     permalink
    Hey Dcaremani,

    I've been using Simple Invoices Auth on and PDF and had no issues (on local linux box or remote host)
    - i havent had pdf issues when trying to get it working in a windows box though

    what setup are your running?
    - linux. windows (wamp, xammp), mac etc..

    Cheers

    Justin
    • CommentAuthordcaremani
    • CommentTimeMar 28th 2008 edited
     permalink
    Hi justin
    I am using linux ! Remote host !
    • CommentAuthorjustin
    • CommentTimeApr 1st 2008 edited
     permalink
    thanks for the reply dcare

    im not sure sorry - damn pdf causes so many problems :)

    anyone else had this issue?

    Cheers

    Justin
    • CommentAuthorjustin
    • CommentTimeApr 1st 2008 edited
     permalink
    hey dcare

    one question

    if you turn both .htaccess and simple invoices auth off does PDF work OK?

    Cheers

    Justin
    • CommentAuthortheITD
    • CommentTimeApr 6th 2008 edited
     permalink
    HI dcaremani,

    You're missing the @ sign off the end of the http auth.
    Instead of "invoice:inv123"; //value: "name:password@"

    it should be

    "invoice:inv123@"; //value: "name:password@"
    • CommentAuthorjustin
    • CommentTimeApr 6th 2008 edited
     permalink
    Thanks theITD,

    Dcaremani, let us know if this works for you

    Cheers

    Justin