From: Phil D. <ph...@lo...> - 2015-02-05 08:10:38
|
The api is hard coded to use the database weberpdemo in the script /webERP/api/api_php.php at line 6: // FOLLOWING IS ALWAYS REQUIRED $api_DatabaseName='weberpdemo'; If you change the weberpdemo to the name of your webERP company database then you may have better luck. Best though to use phpMyAdmin for importing a chart though. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 05/02/15 06:28, JONATHAN KIRANGA wrote: > > Hi > I have set the page security to 15 but its still giving no > authorisation. I did a var_dump ($password) > > and this is what am getting > > *object*(/xmlrpcval/)[/6/] > /public/ 'me'=> > *array* /(size=1)/ > 'string'=> null -------------------------------here > /public/ 'mytype'=> int 1 > /public/ '_php_class'=> null > > i do have a password but why is it not showing > > > > > > On 4 Feb 2015 20:14, "Andrew Galuski" <aga...@re... > <mailto:aga...@re...>> wrote: > > You can check for this script in Main Menu, Setup, Page Security > Settings. > > It should look like this: > > Best Regards, > > Andrew Galuski > > *From:*JONATHAN KIRANGA [mailto:jon...@gm... > <mailto:jon...@gm...>] > *Sent:* Wednesday, February 04, 2015 11:01 AM > *To:* webERP Developers > *Subject:* Re: [WebERP-developers] z_importchartofaccounts.php > says no authorisation > > What could I be missing because I am the admin > > On 3 Feb 2015 09:33, "Phil Daintree" <ph...@lo... > <mailto:ph...@lo...>> wrote: > > Whoops! > Whilst the QA module is in the 4.12 release - there are no roles with > access! > To see the new QA functionality you need to add token 16 - QA to a > user's role permissions. > > To add QA to the sysadmin role run the following SQL: > > INSERT INTO `securitygroups` VALUES (8,16); > > sorry 'bout that! > > -- > Phil > > Phil Daintree > Logic Works Ltd - +64 (0)275 567890 > http://www.logicworks.co.nz > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot > Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and > more. Take a > look and join the conversation now. > http://goparallel.sourceforge.net/ > <http://goparallel.sourceforge.net/> > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > <mailto:Web...@li...> > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot > Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and > more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > <mailto:Web...@li...> > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |