Re: Pocky: CakePHP on a Stick (lighttpd+php for windows)

2006-09-29 Thread Lokkju
That is a pretty standard problem with any Cygwin based program - the distributed copy of cygwin may not be the same as a previously installed copy. Ways of handling the problem are also pretty standard, and can be found through a google search. I have nothing against WAMP, I simply find it to b

Pocky: CakePHP on a Stick (lighttpd+php for windows)

2006-09-28 Thread Lokkju
I've managed to put together a Lighttpd+PHP+CakePHP environment neutral package for windows. It is actually very simple, my package has a control script, a couple batch files, and some template configuration files. When you start Pocky, it will look in the "sites" directory for cakephp directorie

ACM "AcmController::$Session" Error fix

2006-09-11 Thread Lokkju
If any of you are getting errors with the ACM plugin regarding the Session component ($Session), take a look at https://trac.cakephp.org/ticket/1091 - apply this to your libs/controller/controller.php file, and it should work! --~--~-~--~~~---~--~~ You received th

SQLite, CakePHP, and "database is locked" errors

2006-07-19 Thread Lokkju
This is just a quick note to anyone who is trying to get sqlite to work with CakePHP. If you are getting "database is locked" error when trying to insert data, check your PHP version. Anything less then PHP 5.1.3RC3 has a bug in thw sqlite driver code that will lock it after performing specific