hnaberlin
hnaberlin
Offline
0
in helpers.php a function[PDFavailable] will be called, result should be true or false.

But the necessary file[dompdf_config.inc.php] does not exists in directory[components/com_invoices/helpers/dompdf/]!
Maybe other source code is also missing.
File or code is also not available in invoicemanager_install/component zip

In description of invoice manager (marketing of homepage) this feature is included but not delivered

Here the function out of your helpers.php

static function PDFavailable(){
$version = PHP_VERSION >= 5.0 ? true : false ;
$quotes = get_magic_quotes_gpc();

if(file_exists(JPATH_SITE.DS.'components'.DS.'com_invoices'.DS.'helpers'.DS.'dompdf'.DS.'dompdf_config.inc.php') && $version && !$quotes){
return true;
}
else return false;

}
You have an additional chance to call us and clear all the problems
Responses (1)
  • Accepted Answer

    Wednesday, June 10 2015, 09:54 AM - #Permalink
    0
    Hello,

    Please read our installation instructions: http://www.joomlathat.com/documentation/invoice-manager/installation

    As you can see you have to install the DomPDF library first (read part "Installing DomPDF library (for creating PDF for invoices)")

    Please, next time read more carefully the installation instructions :)
    Let me know if that helps.

    best,
    Germi
    The reply is currently minimized Show
Your Reply