|
From: Janaranjana <jan...@to...> - 2014-01-08 11:48:21
|
This is another try: using SVN I completely remove the egw and re-installed following http://www.projecterp.org/mediawiki/index.php?title=Site_Installation&oldid=4727#Setup_pERP steps. You can see whether I missed something during the installation. I did egw and perp installation same installation. I installed EGW1.8.005 and egw-pear to var/www/egroupware folder. Download pERP when I downloaded https://sourceforge.net/project/showfiles.php?group_id=166007 I could see there were no file in egroupware-addons. =>./install.sh =>edit setup/default_records.inc.php in each perp_* directory and change the admin group variable as appropriate. in every app it was $admin = -2; I didn't change anything. ex : // We assume that Admins group is group #2 $admin = -2; $app_name = 'perp_ar'; but not found : egroupware/perp_setup_wizard/setup/default_records.inc.php step 1 CreateIndexSQL(NULL,'egw_wiki_pages',Array ( [0] => wiki_body(32) ) ,Array ( [0] => FULLTEXT ) ) sql=Array ( [0] => ALTER TABLE `egw_wiki_pages` ADD FULLTEXT INDEX `egw_wiki_pages_body` (`wiki_body` (32)) ) The used table type doesn't support FULLTEXT indexes step2 I changed following => Auto create account records for authenticated users: yes Add auto-created users to this group ('Default' will be attempted if this is empty.): admin Step3 Gae admin access to all installed apps ok Step 5, click "Manage Applications" changed dependencies as follows perp_*/setup/setup.inc.php example /* Dependencies for this app to work */ <------>$setup_info['perp_api']['depends'][] = array( <------><------> 'appname' => 'phpgwapi', <------><------> 'versions' => Array('0.1', '0.2', '1.0','1.5', '1.6', '1.7', '1.8','1.9') then all could installed without errors. but perp_human_resources tables installed with known error. =>Click Admin->pERP->Find and register all pERP reports Set all to STANDART Groups and Users Staff Admins Accounting Managers Purchasing Production Sales Customer Service Clients I added Groups and Users as mentioned. Minimum Data pERP Units of Measure Shippers Currencies Payment Terms Payment Type Taxes added General Ledger Configure ACL => Access to perp_ledger acl denied. Need at least EGW_ACL_READ sequences => Access to perp_ledger sequence denied. Need at least EGW_ACL_READ account sections => Access to perp_ledger account_section denied. Need at least EGW_ACL_READ account groups => Access to perp_ledger account_group denied. Need at least EGW_ACL_READ accounts => Access to perp_ledger account denied. Need at least EGW_ACL_READ bank accounts => Access to perp_ledger bank_account denied. Need at least EGW_ACL_READ transaction types => Access to perp_ledger transaction_type denied. Need at least EGW_ACL_READ Electronic Fund Transfer => An error happened CreateObject(ui_perp_eft) file /var/www/egroupware/perp_ledger/inc/class.ui_perp_eft.inc.php not found! My permissions as follows.. as a admin user <http://egroupware.219119.n3.nabble.com/file/n3994900/permission.png> I cant understand the issue.. BR SAM -- View this message in context: http://egroupware.219119.n3.nabble.com/PERP-in-EGW-1-8-tp3987561p3994900.html Sent from the Project ERP (pERP) - Developers mailing list archive at Nabble.com. |