0
Just got a subscription and the following issues popped up during the install and setup :

- dompdf gives error while installing. error uploading to server ? But all other extensions work just fine.

- setup templates : whatever option i choose, i can only see the html version, tested it with 2 editors (Tyni & JCE) and even without an editor...

- when clicking invoices or payments i get a white screen.

Is the component ready for J3 or not completly ? ;-)
Responses (7)
  • Accepted Answer

    Thursday, May 16 2013, 02:09 PM - #Permalink
    0
    it's completely ready :)

    domPDF does not have to be installed through installer. have you followed the instructions here? : http://www.joomlafinances.com/guide/invoices/installation

    the white screen must be some kind of problem we're missing. can you maybe turn on error reporting on joomla global config so we can maybe see what's causing the issue?

    if you prefer you can email me directly at joomlafinances@gmail.com
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 16 2013, 02:22 PM - #Permalink
    0
    wooops
    the dompdf is done, my bad...

    white screen will be tested with error reporting. Will put the feedback here or sent you a mail.

    Do you have any idea about the templates ? added screenshot.


    Thanks.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 16 2013, 02:26 PM - #Permalink
    0
    and here you go for the errors...
    Strict Standards: Declaration of InvoicesController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in D:\xampp\htdocs\jb\administrator\components\com_invoices\controller.php on line 19

    Strict Standards: Declaration of ItemsController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in D:\xampp\htdocs\jb\administrator\components\com_invoices\controller.php on line 27

    Strict Standards: Declaration of TemplatesController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in D:\xampp\htdocs\jb\administrator\components\com_invoices\controller.php on line 35

    Strict Standards: Declaration of TaxesController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in D:\xampp\htdocs\jb\administrator\components\com_invoices\controller.php on line 43

    Strict Standards: Declaration of ContactsController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in D:\xampp\htdocs\jb\administrator\components\com_invoices\controller.php on line 51

    Strict Standards: Declaration of TemplateitemsController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in D:\xampp\htdocs\jb\administrator\components\com_invoices\controller.php on line 59

    Strict Standards: Declaration of PaymentsController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in D:\xampp\htdocs\jb\administrator\components\com_invoices\controller.php on line 67

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\invoices.php on line 101

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\invoices.php on line 114

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\invoices.php on line 118

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\models\invoices.php on line 32

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 33

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 37

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 38

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 39

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 40

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 42

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 43

    Strict Standards: Non-static method InvoicesHelper::getStatus() should not be called statically, assuming $this from incompatible context in D:\xampp\htdocs\jb\administrator\components\com_invoices\models\invoices.php on line 128

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 44

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 45

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 71

    Strict Standards: Only variables should be assigned by reference in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 72

    Warning: Creating default object from empty value in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 84

    Warning: Creating default object from empty value in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\view.html.php on line 84

    Parse error: syntax error, unexpected end of file in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\tmpl\default.php on line 167
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 16 2013, 02:31 PM - #Permalink
    0
    many thanks.

    the problem is just the last one:

    Parse error: syntax error, unexpected end of file in D:\xampp\htdocs\jb\administrator\components\com_invoices\views\invoices\tmpl\default.php on line 167

    this probably means that your PHP variable short_open_tag is OFF, and it should be ON.
    can you turn it to ON?

    you can now disable error reporting.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 16 2013, 02:37 PM - #Permalink
    0
    idd , i overlooked it at first... xampp had it turned off ...
    great, one to go ;-)

    The templates, got any idea on that issue ?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 16 2013, 02:40 PM - #Permalink
    0
    the template is fine. it is supposed to appear this way (HTML code), no editor will be rendered here unless you open it with the "editor" link.

    but I don't recommend you that, because most HTML editors will mess up the code and it won't look good..
    are you not familiar with HTML?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 16 2013, 06:45 PM - #Permalink
    0
    Oh ok, thought it had a handy editor ;-)
    The reply is currently minimized Show
Your Reply