From: R2-G <r2g...@gm...> - 2017-07-04 09:27:16
|
I upgraded to webERP 4.14 recently and when I go to MAIN MENU --> GENERAL LEDGER --> GL ACCOUNTS the system does not list the accounts but gives the new account creation screen as below. I have checked th DB via phpmyadmin and all the accounts are in the DB chartmaster table. <http://weberp-accounting.1478800.n4.nabble.com/file/n4658825/bytronscr.png> any ideas what could be wrong ? Thanks in advance R2-g -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/WebERP-4-14-not-list-Chart-of-Accounts-tp4658825.html Sent from the web-ERP-users mailing list archive at Nabble.com. |
From: gilberto d. s. a. <gs...@gm...> - 2017-07-04 18:49:36
|
hi. after install fresh version 4.14 see line 322 of GLAccounts.php do call undefined function DB_fech_array(). you can see this message if you active your log options. -- gilberto dos santos alves +5511986465049 2017-07-04 6:09 GMT-03:00 R2-G <r2g...@gm...>: > I upgraded to webERP 4.14 recently and when I go to > > MAIN MENU --> GENERAL LEDGER --> GL ACCOUNTS > > the system does not list the accounts but gives the new account creation > screen as below. > I have checked th DB via phpmyadmin and all the accounts are in the DB > chartmaster table. > > <http://weberp-accounting.1478800.n4.nabble.com/file/ > n4658825/bytronscr.png> > > any ideas what could be wrong ? > > > Thanks in advance > > > R2-g > > > > -- > View this message in context: http://weberp-accounting. > 1478800.n4.nabble.com/WebERP-4-14-not-list-Chart-of- > Accounts-tp4658825.html > Sent from the web-ERP-users mailing list archive at Nabble.com. > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > web-ERP-users mailing list > web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-users > |
From: gilberto d. s. a. <gs...@gm...> - 2017-07-04 19:15:29
|
[1] https://drive.google.com/open?id=0B7RGseydrhtyNHJIOUxEWUJCb3c link with show image error. -- gilberto dos santos alves +5511986465049 2017-07-04 15:49 GMT-03:00 gilberto dos santos alves <gs...@gm...>: > hi. after install fresh version 4.14 see line 322 of GLAccounts.php do > call undefined function DB_fech_array(). > you can see this message if you active your log options. > > -- > gilberto dos santos alves > +5511986465049 <(11)%2098646-5049> > > > > > > > 2017-07-04 6:09 GMT-03:00 R2-G <r2g...@gm...>: > >> I upgraded to webERP 4.14 recently and when I go to >> >> MAIN MENU --> GENERAL LEDGER --> GL ACCOUNTS >> >> the system does not list the accounts but gives the new account creation >> screen as below. >> I have checked th DB via phpmyadmin and all the accounts are in the DB >> chartmaster table. >> >> <http://weberp-accounting.1478800.n4.nabble.com/file/n465882 >> 5/bytronscr.png> >> >> any ideas what could be wrong ? >> >> >> Thanks in advance >> >> >> R2-g >> >> >> >> -- >> View this message in context: http://weberp-accounting.14788 >> 00.n4.nabble.com/WebERP-4-14-not-list-Chart-of-Accounts-tp4658825.html >> Sent from the web-ERP-users mailing list archive at Nabble.com. >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> web-ERP-users mailing list >> web...@li... >> https://lists.sourceforge.net/lists/listinfo/web-erp-users >> > > |
From: gilberto d. s. a. <gs...@gm...> - 2017-07-04 19:27:14
|
change line 322 DB_fetch_array() is correct. DB_fech_arrary() <==== wrong word fech -- gilberto dos santos alves +5511986465049 2017-07-04 16:15 GMT-03:00 gilberto dos santos alves <gs...@gm...>: > [1] https://drive.google.com/open?id=0B7RGseydrhtyNHJIOUxEWUJCb3c > link with show image error. > > -- > gilberto dos santos alves > +5511986465049 <(11)%2098646-5049> > > > > > > > 2017-07-04 15:49 GMT-03:00 gilberto dos santos alves <gs...@gm...>: > >> hi. after install fresh version 4.14 see line 322 of GLAccounts.php do >> call undefined function DB_fech_array(). >> you can see this message if you active your log options. >> >> -- >> gilberto dos santos alves >> +5511986465049 <(11)%2098646-5049> >> >> >> >> >> >> >> 2017-07-04 6:09 GMT-03:00 R2-G <r2g...@gm...>: >> >>> I upgraded to webERP 4.14 recently and when I go to >>> >>> MAIN MENU --> GENERAL LEDGER --> GL ACCOUNTS >>> >>> the system does not list the accounts but gives the new account creation >>> screen as below. >>> I have checked th DB via phpmyadmin and all the accounts are in the DB >>> chartmaster table. >>> >>> <http://weberp-accounting.1478800.n4.nabble.com/file/n465882 >>> 5/bytronscr.png> >>> >>> any ideas what could be wrong ? >>> >>> >>> Thanks in advance >>> >>> >>> R2-g >>> >>> >>> >>> -- >>> View this message in context: http://weberp-accounting.14788 >>> 00.n4.nabble.com/WebERP-4-14-not-list-Chart-of-Accounts-tp4658825.html >>> Sent from the web-ERP-users mailing list archive at Nabble.com. >>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> web-ERP-users mailing list >>> web...@li... >>> https://lists.sourceforge.net/lists/listinfo/web-erp-users >>> >> >> > |
From: R2-G <r2g...@gm...> - 2017-07-07 13:49:22
|
Thanks gsavix that worked R2-g -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/WebERP-4-14-not-list-Chart-of-Accounts-tp4658825p4658831.html Sent from the web-ERP-users mailing list archive at Nabble.com. |