Re: have any project source code using CakePHP

2008-06-21 Thread uniacid
Theres tons of resources online and cakeforge is one of them, Is there any specific solutions you are looking for? On Jun 21, 9:31 am, "Marcin Domanski" <[EMAIL PROTECTED]> wrote: > Here is a great place to find them :http://tinyurl.com/1c2 > You've got a page here (google groups) with apps bui

Re: Darkauth failing on 1.2 RC1

2008-06-20 Thread uniacid
t anything with the IIS situation. Thanks. On Jun 20, 2:22 am, uniacid <[EMAIL PROTECTED]> wrote: > Well I'm trying Darkauth on an apache server now but having another > issue under the newest nightly 1.2 Cake > > Warning (2): Cannot modify header information - headers already

Re: other example than the blog tutorial on the PHPCake site

2008-06-20 Thread uniacid
There is a nice organized list here: http://www.pseudocoder.com/archives/2008/02/10/cakephp-tutorials/ Soon enough I'll put up my own blog with more resources, happy baking! On Jun 20, 1:50 am, SajjadRaza <[EMAIL PROTECTED]> wrote: > can any one please tell me about any other large application

Re: Darkauth failing on 1.2 RC1

2008-06-19 Thread uniacid
hp, line 84 On Jun 20, 1:00 am, uniacid <[EMAIL PROTECTED]> wrote: > I'm beginning to think this may be due to the way I have cakephp 1.2 > setup on my IIS server, I guess I might just have to move development > to an apache based server since I see no hope in getting cake to wor

Re: Darkauth failing on 1.2 RC1

2008-06-19 Thread uniacid
a rewrite for IIS that I need to do for this comp? On Jun 19, 6:46 pm, uniacid <[EMAIL PROTECTED]> wrote: > Still seem to be having the issue, I tried updating through svn (@ rev > 7217) but I don't think it's fixed my particular issue. > > Chris I'm using this in my

Re: Darkauth failing on 1.2 RC1

2008-06-19 Thread uniacid
> made me think that the $this->controller vairable had not been given > > > the correct copy of the controller, however that is performed in the > > > startup() method, which is passed a reference to the Object. And many > > > other controller functions are called fro

Darkauth failing on 1.2 RC1

2008-06-18 Thread uniacid
I've followed all the tutorials on the bakery by chris and on his blog, so far I've just been testing this and I've run into this issue once I try to "login": Fatal error: Call to a member function on a non-object in app \controllers\components\dark_auth.php on line 256 "$check = $this->controlle

Re: Broken CSS after uncommenting App.baseUrl

2008-06-18 Thread uniacid
Which webserver are you running it on? If it's on IIS you might want to try what I did here: http://groups.google.com/group/cake-php/browse_thread/thread/016f66491cdc736c On Jun 18, 12:34 am, Steve <[EMAIL PROTECTED]> wrote: > But of course, uncommenting that breaks my other links. Any help? > >

Re: CakePHP 1.2 RC1 on IIS with ISAPI_Rewrite

2008-06-18 Thread uniacid
!-d RewriteRule ^(img|css|files|js)(/.*)?$ /app/webroot/$1/$2 [R,L] RewriteRule ^(.*)$ /index.php?url=/$1 [L] Hope this helps anyone else using the latest CakePHP 1.2 Build. On Jun 17, 6:09 pm, uniacid <[EMAIL PROTECTED]> wrote: >  I've been trying to get this fixed for a few day

CakePHP 1.2 RC1 on IIS with ISAPI_Rewrite

2008-06-17 Thread uniacid
I've been trying to get this fixed for a few days now but I cannot find any info that has actually helped resolve it, I've checked a few other threads here and in the cake groups but nothing has help me. My only issue with my cake install is that the include files (css, js, img) are not being pu