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...
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 ...
... 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: ...
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: ...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
Miguel Angel Laguna
malaguna@...
Nov 8, 2004 8:53 pm
342
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. ...
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 ...
Miguel Angel Laguna
malaguna@...
Nov 9, 2004 1:07 am
344
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...
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...
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...
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. ...
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,...
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...
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...
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...
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...
... I think there was an error when these archives were generated and those scripts were not include. They are also not in the CVS repository as they are just...