Page 1 of 1

Include Error after uninstall

Posted: 06 Jun 2011, 21:44
by Jewanda
Hello Jan,

I have the following problem after uninstalling phocapdf.

Include Error - Es ist ein Fehler aufgetreten

Plugin: Phoca PDF VirtueMart Helper class not found

i get this error if i klick on the oder-link in the backend form virtuemart ... (normally it show the detail of an order)

can you give me some hints to uninstall the phocapdf manually

i already uninstall it with the pluginmanger from joomla and after it i delete manuelly all files i fount withe the phoca in the name.

do u have any idea what i can do.

Jewanda

Re: Include Error after uninstall

Posted: 06 Jun 2011, 22:58
by Jan
Hi, just uninstall or disable the Phoca PDF plugin.

Jan

Re: Include Error after uninstall

Posted: 07 Jun 2011, 23:34
by Jewanda
Hy,

it was already uninstalled ... but i forgot to change the file order.order_print.php to the original.

After changing to original the error is gone.

Thanks Jan for your quick answer
Jewanda

Basic Modification

Code: Select all

1. Displaying Delivery tab in detail of an order

Modify the following file:

administrator/components/com_virtuemart/html/order.order_print.php

 
FROM (line cca 191):
$tab->endTab();
 $tab->endPane();

 
TO:
$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();

Re: Include Error after uninstall

Posted: 08 Jun 2011, 00:18
by Jan
Ok

Re: Include Error after uninstall

Posted: 21 Jun 2011, 14:08
by pesch
Hey Jan,

i have the same problem, but after installing phoca pdf.

i already have modified the order.order_print.pdf

Can you help me please!

Re: Include Error after uninstall

Posted: 22 Jun 2011, 11:55
by pesch
Problem solved, i had an error in the installation process.

Follow the guideline step by step and dont forget to activate the plugin! 8)

Re: Include Error after uninstall

Posted: 27 Jun 2011, 18:28
by Jan
Ok