[Vtigercrm-developers] vtiger contribution question
Dome Charoenyost
dome at tel.co.th
Thu May 3 07:40:59 PDT 2007
Same problem.
when create contact
Fatal error: Call to a member function Move() on a non-object in
/opt/lampp/htdocs/vtiger/include/database/PearDatabase.php on line 441
When create new note
Warning: mktime() expects parameter 6 to be long, string given in
/opt/lampp/htdocs/vtiger/include/utils/CommonUtils.php on line 1388
Warning: mktime() expects parameter 1 to be long, string given in
/opt/lampp/htdocs/vtiger/include/utils/CommonUtils.php on line 1389
Setting->orgunit
Fatal error: Call to undefined method OrgUnit::getListQuery() in
/opt/lampp/htdocs/vtiger/include/utils/ListViewUtils.php on line 2388
Dome C.
On 5/3/07, Jens Hamisch <jens at strawberry.com> wrote:
>
> Hi,
>
> I've verfied the 5.1_jens PearDatabase.php to my running version
> and found no differences. Could you please check the one attached to
> this mail to the one you're testing against?
>
> Kind regards,
> Jens Hamisch
>
> On Thu, May 03, 2007 at 07:28:02PM +0700, Dome Charoenyost wrote:
> > Jens,
> > I try to test your branch with lxampp 1.5.3a (php 5.1.4)
> > found same error
> > Fatal error: Call to a member function Move() on a non-object in
> > /opt/lampp/htdocs/vtiger/include/database/PearDatabase.php on line 441
> >
> > Please give me more information about php,postgresql version ?
> >
> > Dome C.
> >
> > On 5/3/07, Jens Hamisch <jens at strawberry.com> wrote:
> > >
> > > Hi Enrico,
> > >
> > > my fixes adress syntactical postgres support only. However
> > > yours also seems to improove performance. Is there any chance
> > > to have both fixes implemented (@don,richie)?
> > >
> > > Jens
> > >
> > >
> > > On Thu, May 03, 2007 at 04:36:53AM +0200, Enrico Weigelt wrote:
> > > > * Jorge Torres <jorge.torres.maldonado at gmail.com> schrieb:
> > > >
> > > > Hi,
> > > >
> > > > > Since it is now clear that postgres is supported, the only thing would be
> > > > > about Enrico's opinion of adb->query_results being resource wasting, which
> > > > > is very important regardless of mysql or postgres use, Enrico, what are
> > > > > you doing instead of using the query_results method?
> > > >
> > > > As already said: introduced some new functions, which fetch either
> > > > one record (run_query_record() and run_query_field()) or all records
> > > > (run_query_allrecords() and run_query_list()) and simply return the data.
> > > >
> > > > There are several result types:
> > > >
> > > > a) just one scalar: -> run_query_field($query,$fieldname)
> > > > --> returns an scalar
> > > > b) just one record: -> run_query_record($query)
> > > > --> returns an associative array
> > > > c) an list of scalars -> run_query_list($query,$fieldname)
> > > > --> returns an array/list of scalars
> > > > d) an list of records: -> run_query_allreords($query)
> > > > --> returns an array/list of ass. arrays
> > > >
> > > > cu
> > > > --
> > > > ---------------------------------------------------------------------
> > > > Enrico Weigelt == metux IT service
> > > >
> > > > phone: +49 36207 519931 www: http://www.metux.de/
> > > > fax: +49 36207 519932 email: contact at metux.de
> > > > cellphone: +49 174 7066481
> > > > ---------------------------------------------------------------------
> > > > -- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
> > > > ---------------------------------------------------------------------
> > > > _______________________________________________
> > > > Reach hundreds of potential candidates - http://jobs.vtiger.com
> > >
> > > --
> > >
> > > --------------------------------------------------------------------------------
> > >
> > > s t r a w b e r r y e d v - s y s t e m e g m b h
> > >
> > > SSSSSSSSS Am Flosskanal 7 Jens Hamisch
> > > SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO
> > > SSSSS-----SSSSS
> > > ---SSSSS--------- fon (+49 8171) 41805-0
> > > -----SSSSSSS----- fax (+49 8171) 41805-59
> > > ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com
> > > SSSSS-----SSSSS mobil: (+49 172) 8104162
> > > SSSSSSSSSSSSS Geschaeftsfuehrer/CEO
> > > SSSSSSSSS Jens Hamisch
> > >
> > > a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8
> > > _______________________________________________
> > > Reach hundreds of potential candidates - http://jobs.vtiger.com
> > >
> > _______________________________________________
> > Reach hundreds of potential candidates - http://jobs.vtiger.com
>
> --
>
> --------------------------------------------------------------------------------
>
> s t r a w b e r r y e d v - s y s t e m e g m b h
>
> SSSSSSSSS Am Flosskanal 7 Jens Hamisch
> SSSSSSSSSSSSS D-82515 Wolfratshausen Geschaeftsfuehrer/CEO
> SSSSS-----SSSSS
> ---SSSSS--------- fon (+49 8171) 41805-0
> -----SSSSSSS----- fax (+49 8171) 41805-59
> ---------SSSSS--- info at strawberry.com jens.hamisch at strawberry.com
> SSSSS-----SSSSS mobil: (+49 172) 8104162
> SSSSSSSSSSSSS Geschaeftsfuehrer/CEO
> SSSSSSSSS Jens Hamisch
>
> a g m u e n c h e n H R B 9 3 2 8 7 - D E 1 2 9 4 6 7 5 1 8
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
>
More information about the vtigercrm-developers
mailing list