Re: [studs-user] i cant insert data in golflog example
Status: Beta
Brought to you by:
mojavelinux
|
From: Dan A. <dan...@gm...> - 2005-09-01 15:02:09
|
When you mentioned this problem, I checked out the demo on sourceforge
and realized that it has a problem too. The conflicts seemed to be
coming from the manner in which the servlet context is being written
to disk, specifically inside the sleep method of StandardContext, line
692. Perhaps it will be necessary to move this somewhere else. If
anyone would like to look at the code and offer a better way to do
gauranteed saving of this serialized object to file, I am open to
suggestions.
As for this problem in particular, try to delete the
ServletContext.ser file and see if it starts working. If that doesn't
work, try this code inside of listActions:
if (($e =3D catch_exception()) {
die($e->getMessage());
}
/dan
On 8/31/05, jow master <jow...@ya...> wrote:
> Hi everyone... how r u doing ?=20
> =20
> i=B4ve been testing golflog in studs 0.9.7... but i cant record anything.=
..=20
> =20
> the configs r right.... bacause if i insert manualy on mysql... the data =
it
> showed on listActions...=20
> =20
> But when a try Add a player... or a course... or a round.. it doesnt work=
...
> It dont show any error... before submit... it call listAction... but the
> data inserted isnt showed... :(=20
> =20
> whats gonna be ?=20
> plz help...=20
> thanks..=20
> bye
>=20
> __________________________________________________
> Converse com seus amigos em tempo real com o Yahoo! Messenger=20
> http://br.download.yahoo.com/messenger/=20
--=20
Open Source Advocacy
http://www.mojavelinux.com
|