|
From: Janaranjana <jan...@to...> - 2014-01-03 05:11:29
|
Thanks for the reply.
tarantir wrote
> You'll have to adjust the dependencies in setup.inc.php for both
> perp_setup_wizard and perp_orders.
I changed dependencies as follows in perp_setup_wizard and perp_orders but
error still same. I installed pERP-0.4 there.
//Dependencies for this app to work
$setup_info['perp_setup_wizard']['depends'][] = array(
'appname' => 'wizard',
'versions' => Array('0.1', '0.2', '1.0','1.4','1.5', '1.6', '1.7', '1.8')
/* Dependencies for this app to work */
$setup_info['perp_orders']['depends'][] = array(
'appname' => 'perp_ledger',
'versions' => Array('0.1', '0.2', '1.0', '1.4', '1.5', '1.6', '1.7',
'1.8')
);
$setup_info['perp_orders']['depends'][] = array(
'appname' => 'perp_inventory',
'versions' => Array( '0.2', '1.0', '1.4', '1.5', '1.6', '1.7', '1.8')
);
$setup_info['perp_orders']['depends'][] = array(
'appname' => 'perp_ar',
'versions' => Array('0.1', '0.2', '1.0', '1.4', '1.5', '1.6', '1.7',
'1.8')
);
$setup_info['perp_orders']['depends'][] = array(
'appname' => 'infolog',
'versions' => Array('0.1', '0.2', '1.0', '1.4', '1.5', '1.6', '1.7',
'1.8')
);
can you kindly explain what you did in installation? I didn't understand.
tarantir wrote
> I have simply commented them out in my installation.
Thanks,
Samapth
--
View this message in context: http://egroupware.219119.n3.nabble.com/PERP-in-EGW-1-8-tp3987561p3994826.html
Sent from the Project ERP (pERP) - Developers mailing list archive at Nabble.com.
|