i have some problems using phoca pdf with virtuemart and need some help.
i have joomla 1.5 and virtuemart 1.1.5. and php5
after i set in order details a new delivery i can see the pdf icons for invoice and so on but if i try to open them i get followering error.
I installed all like this https://www.phoca.cz/documents/18-virtue ... eipt-addonFirefox 3.6 Error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/3/d347013505/htdocs/plugins/phocapdf/virtuemart.php on line 20
IE8 Error:
Fatal error: Call to a member function on a non-object in /homepages/3/d347013505/htdocs/administrator/components/com_phocapdf/helpers/phocapdfrender.php on line 136
1. com_phocapdf_v1.0.9.zip
2. plg_phocapdf_virtuemart_v1.0.0.zip
3. com_phocainstall_vm.zip
4. cahnged order.order_print.php
to$tab->endTab();
$tab->endPane();
have i forgot something to install or to change?$tab->endTab();
// Delivery $lang =& JFactory::getLanguage();
$lang->load('plg_phocapdf_virtuemart', JPATH_ADMINISTRATOR, null, true);
$tab->startTab( JText::_('PLG_PHOCAPDF_VM_DELIVERY_TAB_LBL'), "delivery_pane" );
require_once(CLASSPATH.'ps_order_delivery.php'); $tab->endTab();
// End Delivery $tab->endPane();
does anybody know how to solve this problem?
thanks
gecker