Search the web
Sign In
New User? Sign Up
metal-dev · MetaL Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 324 - 353 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
324
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...
pokara93
Offline Send Email
Oct 4, 2004
11:18 am
325
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 ...
Manuel Lemos
mallemos
Offline Send Email
Oct 4, 2004
6:00 pm
326
... 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: ...
pokara93
Offline Send Email
Oct 5, 2004
9:14 am
327
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: ...
Manuel Lemos
mallemos
Offline Send Email
Oct 5, 2004
12:16 pm
328
ok!thank you very much pokara...
pokara93
Offline Send Email
Oct 5, 2004
4:25 pm
329
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...
pokara93
Offline Send Email
Oct 6, 2004
3:09 pm
330
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...
Manuel Lemos
mallemos
Offline Send Email
Oct 6, 2004
7:38 pm
331
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...
pokara93
Offline Send Email
Oct 7, 2004
3:16 pm
332
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...
pokara93
Offline Send Email
Oct 21, 2004
3:45 pm
333
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...
Manuel Lemos
mallemos
Offline Send Email
Oct 21, 2004
5:16 pm
334
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 ...
pokara93
Offline Send Email
Oct 22, 2004
8:24 am
335
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...
Manuel Lemos
mallemos
Offline Send Email
Oct 22, 2004
7:32 pm
336
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...
pokara93
Offline Send Email
Oct 28, 2004
5:05 pm
337
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...
Manuel Lemos
mallemos
Offline Send Email
Oct 28, 2004
5:13 pm
338
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...
pokara93
Offline Send Email
Oct 29, 2004
10:57 am
339
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...
Manuel Lemos
mallemos
Offline Send Email
Oct 29, 2004
1:57 pm
340
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...
pokara93
Offline Send Email
Nov 2, 2004
11:52 am
341
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@...
Send Email
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. ...
Manuel Lemos
mallemos
Offline Send Email
Nov 8, 2004
9:16 pm
343
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@...
Send Email
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...
migalagu
Offline Send Email
Nov 17, 2004
8:14 pm
345
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...
Manuel Lemos
mallemos
Offline Send Email
Nov 17, 2004
8:26 pm
346
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...
Manuel Lemos
mallemos
Offline Send Email
Nov 21, 2004
2:56 am
347
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. ...
Miguel Angel
migalagu
Offline Send Email
Nov 21, 2004
3:12 pm
348
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,...
Jorge Paván
jmpavan
Offline Send Email
Nov 21, 2004
5:33 pm
349
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...
Manuel Lemos
mallemos
Offline Send Email
Nov 22, 2004
3:43 am
350
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...
Miguel Angel
migalagu
Offline Send Email
Nov 22, 2004
8:14 pm
351
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...
dlgrinberg
Offline Send Email
Dec 7, 2004
5:12 pm
352
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...
Manuel Lemos
mallemos
Offline Send Email
Dec 7, 2004
5:28 pm
353
... 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...
Manuel Lemos
mallemos
Offline Send Email
Dec 17, 2004
6:10 pm
Messages 324 - 353 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help