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
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
0Hello,
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
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »