# |
Oct 22nd 2009, 11:07 |
Akufen |
phishy_ ok, get to it, I'll make me some coffee ^^ |
# |
Oct 22nd 2009, 11:07 |
Ceeram |
what am i missing? |
# |
Oct 22nd 2009, 11:07 |
randallj |
Does anyone here have experience with MeioUpload behavior...I'm trying to (unsuccessfully) append a validation rule to the validation rules supplied by the behavior via the model's $validate attribute, but I'm not having any luck |
# |
Oct 22nd 2009, 11:07 |
phishy_ |
Akufen: it just can't seem to find the the file i guess, i'd have to check out some fresh copies and debug it |
# |
Oct 22nd 2009, 11:07 |
xbb |
phishy_, year prity much |
# |
Oct 22nd 2009, 11:06 |
Ceeram |
markstory: even raw sql without Model names gives back same wrong data format: SELECT `type`, MIN(price) FROM `products` AS `Product` WHERE 1 = 1 GROUP BY type ORDER BY `type` ASC |
# |
Oct 22nd 2009, 11:06 |
Akufen |
phishy_ I was under the assumption the 'extend' took care of that |
# |
Oct 22nd 2009, 11:06 |
phishy_ |
xbb: sounds like you want a hook to auto-check them out once you commit? |
# |
Oct 22nd 2009, 11:05 |
markstory |
but you don't really 'build' php files. |
# |
Oct 22nd 2009, 11:05 |
phishy_ |
Akufen: sounds like it needs an App::import tho |
# |
Oct 22nd 2009, 11:05 |
markstory |
xbb: why not just use ant? |
# |
Oct 22nd 2009, 11:05 |
phishy_ |
Akufen: i havent run it against the latest cake version in a while |
# |
Oct 22nd 2009, 11:03 |
xbb |
I'd like to work locally, check code in svn and run script on server to build my app. Does anyone doing this? |
# |
Oct 22nd 2009, 11:03 |
Akufen |
phishy_ yea |
# |
Oct 22nd 2009, 11:03 |
phishy_ |
Akufen: did you get it form git? |
# |
Oct 22nd 2009, 11:03 |
Akufen |
have you run into that one? (latest cake version) |
# |
Oct 22nd 2009, 11:03 |
Akufen |
phishy_ I'm trying out the acl plugin, but for some reason it's throwing me this error: Class 'AclAppController' not found in acl_controller |
# |
Oct 22nd 2009, 11:02 |
xbb |
Are there any scripts similar to ANT I guess that will build cake app from version control? |
# |
Oct 22nd 2009, 11:02 |
phishy_ |
Akufen: yep |
# |
Oct 22nd 2009, 11:01 |
t0nic |
nm debug helped moi |
# |
Oct 22nd 2009, 11:01 |
jessica-m |
when using form->create, how can i make it not display an action or method? |
# |
Oct 22nd 2009, 11:01 |
Akufen |
phishy_ are you around? |
# |
Oct 22nd 2009, 10:58 |
t0nic |
if I type /questionX/ rather than /questions/ I get 404 so I know it's recognizing the route |
# |
Oct 22nd 2009, 10:58 |
t0nic |
I'm not getting 404 page... |
# |
Oct 22nd 2009, 10:58 |
t0nic |
i'm getting "server not found" on ONE controller |
# |
Oct 22nd 2009, 10:51 |
Ceeram |
no matter what i try i get same data back, but i know when was doing previous app COUNT(Model.field) AS count did come back as [0][count] |
# |
Oct 22nd 2009, 10:50 |
Lemon_BE |
ding ding ding, we have an error |
# |
Oct 22nd 2009, 10:50 |
Lemon_BE |
the deactivation algoritm had 7 fatal errors :p |
# |
Oct 22nd 2009, 10:50 |
Lemon_BE |
probably not :p |
# |
Oct 22nd 2009, 10:49 |
Lemon_BE |
at the first run |
# |
Oct 22nd 2009, 10:49 |
Lemon_BE |
lets see if this cross model reactivation algoritm works over 5 models |
# |
Oct 22nd 2009, 10:49 |
Ceeram |
i even removed Model name from within the MIN |
# |
Oct 22nd 2009, 10:49 |
Ceeram |
that gives me back [Product][price] |
# |
Oct 22nd 2009, 10:48 |
Ceeram |
markstory: heres the sql SELECT `Product`.`type`, MIN(price) AS price FROM `products` AS `Product` WHERE 1 = 1 GROUP BY `Product`.`type` ORDER BY `Product`.`type` ASC |
# |
Oct 22nd 2009, 10:47 |
ionas |
l8er |
# |
Oct 22nd 2009, 10:47 |
xbb |
Is it just easier to bake project on the remote server and copy controllers, views, etc from local environment? |
# |
Oct 22nd 2009, 10:46 |
xbb |
I copied my project directory, but here these errors: http://bin.cakephp.org/view/373761736 |
# |
Oct 22nd 2009, 10:46 |
xbb |
what is the procedure of moving cake application from localhost to a hosted server? |
# |
Oct 22nd 2009, 10:46 |
Ceeram |
tables that are created by the test are MyIsam |
# |
Oct 22nd 2009, 10:45 |
xbb |
hello |
# |
Oct 22nd 2009, 10:44 |
markstory |
that should be fine. |