Simple Invoices logo
    • CommentAuthortugsy
    • CommentTimeJun 13th 2009
     permalink
    - PHP version:5.2.2
    - MySQL version:5.0.4.11
    - Browser:IE7
    - Operating System:WINXP
    - and Server Operating System:WIn2003

    Have installed as per instructions
    run sql scripts. all seem ok
    allowed full acces to appropriate folders IUSr has modify acces to tmp and pdf folders
    Not sure what to do next other then going back a few versions, last working version was simpleinvoices_20080629
    • CommentAuthortugsy
    • CommentTimeJun 14th 2009
     permalink
    Any Ideas on what I am missing?
    • CommentAuthortugsy
    • CommentTimeJun 14th 2009
     permalink
    sorted thanks, turned on all error checking and logging... found the server had no PDO. That said, I now have this error when trying to add a customer.

    Fatal error: Uncaught exception 'Zend_Acl_Exception' with message 'Resource 'documentation' not found' in C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\library\Zend\Acl.php:297 Stack trace: #0 C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\library\Zend\Acl.php(691): Zend_Acl->get('documentation') #1 C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\include\check_permission.php(7): Zend_Acl->isAllowed('administrator', 'documentation', NULL) #2 C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\include\init.php(138): include_once('C:\Inetpub\Webs...') #3 C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\index.php(22): require_once('C:\Inetpub\Webs...') #4 {main} thrown in C:\Inetpub\Webs\xxxx.co.nz\simpleinvoices\library\Zend\Acl.php on line 297

    Any ideas?
    • CommentAuthorjustin
    • CommentTimeJun 14th 2009
     permalink
    hey tugsy

    thanks for finding the documentation error

    to fix this try to edit ./include/acl/php

    and add $acl->add(new Zend_Acl_Resource('documentation')); below $acl->add(new Zend_Acl_Resource('customers'));

    and retest

    let us know if this solves your problem

    cheers

    justin



    cheers

    justinSmarterInvoices.com Simple Invoices hosting | SixHQ.com Simple Invoices custom development | Me
    • CommentAuthortugsy
    • CommentTimeJun 14th 2009
     permalink
    Done and tested ... Works a charm. Cheers.

    PS Great little system so far.. :)
    • CommentAuthortugsy
    • CommentTimeJun 14th 2009 edited
     permalink
    I now get a similar error while trying to view the Dashboard. Almost Identical with the first line that is different.

    Fatal error: Uncaught exception 'Zend_Acl_Exception' with message 'Resource 'index' not found' in "Blah Blah same as first error"

    Cheers,
    Tugsy
    • CommentAuthorjustin
    • CommentTimeJun 14th 2009
     permalink
    add into include/acl.php
    $acl->add(new Zend_Acl_Resource('index')); should fix it up

    let me know how you go

    cheers

    justinSmarterInvoices.com Simple Invoices hosting | SixHQ.com Simple Invoices custom development | Me
    • CommentAuthortugsy
    • CommentTimeJun 15th 2009
     permalink
    Yes another fix :)

    Thanks.
    • CommentAuthorzeitig
    • CommentTimeJun 17th 2009
     permalink
    Hy,

    i have a similiar Problem.

    My error: Fatal error: Call to a member function bindValue() on a non-object in xxx/simpleinvoices/include/sql_queries.php on line 102

    Thanks for helping me :-)
    • CommentAuthorjustin
    • CommentTimeJun 17th 2009
     permalink
    Hey Zeitig,

    do you get this error on a specific page - or just all pages?

    Cheers

    JustinSmarterInvoices.com Simple Invoices hosting | SixHQ.com Simple Invoices custom development | Me
    • CommentAuthorzeitig
    • CommentTimeJun 18th 2009
     permalink
    Hy,
    thanks for answering.
    I get this error on all pages. Only the Login form works. But after asuccessful login i get the same error.
    • CommentAuthorjustin
    • CommentTimeJun 28th 2009
     permalink
    Hey Zeitig

    if you can change your php error_reporting to E_ERROR

    you can either do this in the simple invoices config/config.ini - refer error_reporting section
    - or find your php.ini file and set it there

    also search this forum for php.ini for more information

    let us know how you go

    Cheers

    JustinSmarterInvoices.com Simple Invoices hosting | SixHQ.com Simple Invoices custom development | Me