Re: Using PHPTAL with Cake: PhptalView class

2007-04-26 Thread Daniel Kvasnicka jr.
The article has been approved and is available: http://bakery.cakephp.org/articles/view/using-phptal-for-templates-phptalview-class --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this g

Re: Using PHPTAL with Cake: PhptalView class

2007-04-24 Thread Daniel Kvasnicka jr.
On Apr 24, 10:06 am, "Mariano Iglesias" <[EMAIL PROTECTED]> wrote: > Yes it would. I'm a reader and it would help me. > I added the source as a second page. Just wanted to say, that I'm a reader too :)...and that's why I dont like when the source is mixed with the text. I find an article, downloa

Re: Using PHPTAL with Cake: PhptalView class

2007-04-24 Thread Daniel Kvasnicka jr.
On Apr 24, 1:46 am, "Mariano Iglesias" <[EMAIL PROTECTED]> wrote: > And also it would be good to include source code inside article content > instead of linking to cakeforge, easier for readers to get the code. > Would it? To be honest, that's the thing I hate most about articles, when source cod

Re: Using PHPTAL with Cake: PhptalView class

2007-04-24 Thread Daniel Kvasnicka jr.
string aka PhpNut > * @access public > */ > > On 4/23/07, Daniel Kvasnicka jr. <[EMAIL PROTECTED]> wrote: > > > > > Hi folks, > > I know a few people were talking about this, but I haven't found any > > solution, so I've took View and derived a

Using PHPTAL with Cake: PhptalView class

2007-04-23 Thread Daniel Kvasnicka jr.
Hi folks, I know a few people were talking about this, but I haven't found any solution, so I've took View and derived a simple PhptalView class from it. It enables you to use PHPTAL templating engine with Cake. It's really siple, but it works for my views and layouts. Read more at http://bakery.

Re: Cake app not running, index.php offered for download

2007-04-21 Thread Daniel Kvasnicka jr.
Problem solved, Cake couldn't connect to MySQL through a port number I was given by client. Port number removed, works like a charm. Dan On Apr 20, 3:08 pm, byBartus <[EMAIL PROTECTED]> wrote: > I was having similar problem, so i defined ('DEBUG', 2) in core.php in > the live app and magically i

Re: Cake app not running, index.php offered for download

2007-04-19 Thread Daniel Kvasnicka jr.
AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > > DirectoryIndex index.html index.php > > > > Add those lines to a .htaccess file in the www directory of the > webserver and see if that helps. Reply her

Cake app not running, index.php offered for download

2007-04-19 Thread Daniel Kvasnicka jr.
I've installed a Cake app to a client's server and I'm getting a blank screen with mod_rewrite and index.php offered for download without mod_rewrite. The server is using PHP 4.4.2/Apache (http://www.rosamusic.cz/ info.php). On my local Apache and on a test server the app was working like a charm

Re: acl.php

2006-12-12 Thread Daniel Kvasnicka jr.
Try executing 'php-cgi' or 'php5-cgi' instead of php. That solved the problem for me. Dan On Dec 6, 7:15 am, "Falagar" <[EMAIL PROTECTED]> wrote: > Hi, > > I tried to use the ACL example from the manual and ran into problems. I > have 1.1.11.4064 installed, the database connection is set up and