Re: Getting strange console characters after updating to 2.2.0

2012-07-05 Thread bwelli...@gmail.com
I'm having the same issue with CakePHP 2.2.0-RC2 on Windows 7. Completely clean install. On Monday, July 2, 2012 4:44:57 PM UTC-7, José Lorenzo wrote: > > Those characters are color codes. Not sure why you are getting them on > windows, but I think you should try a clean install of cakephp 2.2

Re: Security component and the dreaded blackhole

2010-09-18 Thread bwelli...@gmail.com
When using the Security Component you must use the FormHelper to create your forms. The Security Component looks for certain indicators that are created and managed by the FormHelper (especially those created in create() and end()). Dynamically altering the fields that are submitted in a POST reque

Re: SaveAll - Correct syntax?

2010-06-30 Thread bwelli...@gmail.com
Never mind! I solved my own issue. The code I posted is correct. The error was created by my submit button sneaking into the result set. (I named it "data[Product][submit]") Changing the name of the submit button solved the issue. Check out the new CakePHP Questions site http://cakeqs.org and help

Re: SaveAll - Correct syntax?

2010-06-30 Thread bwelli...@gmail.com
[id] => 1036 [upc] => 731352528958 [name] => SIGNA 5 FLM LH WP OYS [price] => 2267.00 [discount] => [status_id] => 1 ) etc. On Jun 30, 3:56 pm, "

SaveAll - Correct syntax?

2010-06-30 Thread bwelli...@gmail.com
Hi all, I'm trying to save/update a number of rows from a grid into a table with a single command. According to the documentation the SaveAll command should do this. However, I get nothing... (default) 26 queries took 149 ms Nr Query Error AffectedNum. rows Took (ms) 23 STAR

ACL with UUIDs

2010-03-03 Thread bwelli...@gmail.com
Hi all, Does anyone know if the ACL component works with UUIDs as the primary key instead of INT? I chose to use UUID (CHAR(36)) instead of INT for the PK of my users table. All other PKs are INTs. Can the ACL component handle this? I'm assuming I will have to modify the aros table to change the