Hello, ... Since you were the files creator, you should see links for delete and cutting your files in the same listing lines. ... I am not sure about the...
324
pokara93
Oct 4, 2004 11:18 am
hello, with the new version I can persist an object that have another object that it is not persisted.For example, I have I class venta (sale) that have an...
325
Manuel Lemos
mallemos
Oct 4, 2004 6:00 pm
Hello, ... Right, you can't tell an object to store a reference to an object that was not persisted because it does not make sense. It is explained in the ...
326
pokara93
Oct 5, 2004 9:14 am
... some ... need to ... ok, but if i call setreference with null, when i persist the object sale and checked if isset client, the report an error: ...
327
Manuel Lemos
mallemos
Oct 5, 2004 12:16 pm
Hello, ... Starting this release all variables are required by default. To be allowed to leave a variable undefined you needed to declare it as optional: ...
328
pokara93
Oct 5, 2004 4:25 pm
ok!thank you very much pokara...
329
pokara93
Oct 6, 2004 3:09 pm
hello, when I change my component and insert a new file in the database,all seems all right but, when i work with new database report me this error: Unknown...
330
Manuel Lemos
mallemos
Oct 6, 2004 7:38 pm
Hello, ... This is strange. When you change your model definition and Metastorage generates a new database schema, you need to install it with the same schema...
331
pokara93
Oct 7, 2004 3:16 pm
sorry, this that happend,after actualice the database schema,in main aplication I have just work with older version of database.sorry. thanks for your...
332
pokara93
Oct 21, 2004 3:45 pm
hello, i was worked with the last version of metastorage (in this case i checked it before write here), and when i try to use the beginswith, contains or...
333
Manuel Lemos
mallemos
Oct 21, 2004 5:16 pm
Hello, ... beginswith is not yet implemented. It is in the to do list. I was willing to implement it but then I realized that it is not that simple to make it...
334
pokara93
Oct 22, 2004 8:24 am
ok, don't worry, i just try to use this filter because i was see it in other message before. is not really important because i can filter the result in the ...
335
Manuel Lemos
mallemos
Oct 22, 2004 7:32 pm
Hello, ... Good. Pattern matching is definetly in my to do list but I would not be able to implement it right away because I am actively working on the report...
336
pokara93
Oct 28, 2004 5:05 pm
hello again, at this time i try to change the $isonow variable in php classes to my data format %d-%m-%Y and it's not do nothing because in database the date...
337
Manuel Lemos
mallemos
Oct 28, 2004 5:13 pm
Hello, ... If you just want to store the date (not the time) set the variable type to date, not timestamp. -- Regards, Manuel Lemos PHP Classes - Free ready to...
338
pokara93
Oct 29, 2004 10:57 am
it is not the problem, i need timestamp, but the only i change is the format of date, i have '%d-%m-%Y %H:%M:%S' and the string that store in database is...
339
Manuel Lemos
mallemos
Oct 29, 2004 1:57 pm
Hello, ... The date and time values are only stored in the ISO 8601 format (YYYY-MM-DD hh:mm:ss). That is the format that all databases support. If you want to...
340
pokara93
Nov 2, 2004 11:52 am
ok, so the trouble is that php knows this format in "strftime" function but database don't works with it. Ok, i didn´t understand why it is happend. it's not...
341
Miguel Angel Laguna
malaguna@...
Nov 8, 2004 8:53 pm
Hello all: I´ve just download the last release and installed. When I try to compile a project I always get "Building generatecomponent.files ..." in the...
342
Manuel Lemos
mallemos
Nov 8, 2004 9:16 pm
Hello, ... It seems that you probably exceeded the PHP configured memory but since the error messages are probably being suppresed you are not noticing them. ...
343
Miguel Angel Laguna
malaguna@...
Nov 9, 2004 1:07 am
Thanks a lot. You were right, I change to apache2 some weeks ago, but I forgot to change the 'memory_limit' directive. I did such thing when I install ...
344
migalagu
Nov 17, 2004 8:14 pm
Hello all: Recently I moved an application developed with metastorage from a LAMP to a Windows + IIS + PHP + MySQL, and all seems to be work all right except...
345
Manuel Lemos
mallemos
Nov 17, 2004 8:26 pm
Hello, ... You are probably running PHP in safe mode. That would prevent the creation of files on disk. In that case, you would need to disable safe mode. Just...
346
Manuel Lemos
mallemos
Nov 21, 2004 2:56 am
Hello, ... That sounds like you are using MySQL 4.1 that has a backwards compatibility problem of not allowing the setting of default values of auto-increment...
347
Miguel Angel
migalagu
Nov 21, 2004 3:12 pm
Hello all: Sorry by the late, but server machine is far from me. I reviewed safe-mode directive and it is not active ; ; Safe Mode ; safe_mode = Off Regards. ...
348
Jorge Paván
jmpavan
Nov 21, 2004 5:33 pm
Yes, I use MySQL 4.1.7 and the problem had been resolved. Thanks a lot Manuel! ... From: Manuel Lemos To: metal-dev Cc: metabase-dev Sent: Sunday, November 21,...
349
Manuel Lemos
mallemos
Nov 22, 2004 3:43 am
Hello, ... Maybe you are not looking at the real location of the php.ini file. The safest way to check whether you are really using safe mode is to run a PHP...
350
Miguel Angel
migalagu
Nov 22, 2004 8:14 pm
Hello: I'm so sorry :-( I did what you said Manuel, and I found a warning about directory creation, then I reviewed directory permision again, and ... One of...
351
dlgrinberg
Dec 7, 2004 5:12 pm
Hi, I just downloaded metastorage, and all of its requirements. I am sure that I have installed it all correctly. However, when I try to compile the test...
352
Manuel Lemos
mallemos
Dec 7, 2004 5:28 pm
Hello, ... That is due to a bug that was fixed last month. Since I have not yet made a public release, you need to use the latest version from CVS that you can...