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
Include Error after uninstall
- Jan
- Phoca Hero

- Posts: 49134
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Include Error after uninstall
Hi, just uninstall or disable the Phoca PDF plugin.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
Jewanda
- Phoca Newbie

- Posts: 7
- Joined: 02 Apr 2011, 01:55
Re: Include Error after uninstall
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
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();- Jan
- Phoca Hero

- Posts: 49134
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Include Error after uninstall
Ok
If you find Phoca extensions useful, please support the project
-
pesch
- Phoca Newbie

- Posts: 2
- Joined: 21 Jun 2011, 14:03
Re: Include Error after uninstall
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!
i have the same problem, but after installing phoca pdf.
i already have modified the order.order_print.pdf
Can you help me please!
-
pesch
- Phoca Newbie

- Posts: 2
- Joined: 21 Jun 2011, 14:03
Re: Include Error after uninstall
Problem solved, i had an error in the installation process.
Follow the guideline step by step and dont forget to activate the plugin!
Follow the guideline step by step and dont forget to activate the plugin!
- Jan
- Phoca Hero

- Posts: 49134
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Include Error after uninstall
Ok
If you find Phoca extensions useful, please support the project