Re: Problems with CakePHP 1.3 and user helpers

2011-06-20 Thread euromark
by the way: http://www.dereuromark.de/2010/06/26/helper-component-lib/ if you need help on where use what when. On 20 Jun., 15:02, euromark wrote: > jesus christ > that looks awefully wild...^^ > > if you need sth to work both in controllers and helpers make a lib! > otherwise use a component in

Re: Problems with CakePHP 1.3 and user helpers

2011-06-20 Thread euromark
jesus christ that looks awefully wild...^^ if you need sth to work both in controllers and helpers make a lib! otherwise use a component in your controller and if you really need to use a helper in a controller (should not be the case) app::import() it On 20 Jun., 14:56, Tilen Majerle wrote: >

Re: Problems with CakePHP 1.3 and user helpers

2011-06-20 Thread Jeremy Burns | Class Outfit
Take the function out of your controller and place this in your view: echo $this->Threadlist->check(); On 19 Jun 2011, at 12:31, jesperkp wrote: > I can use the core helpers from CakePHP - but I can not get my own > helper to function. > > To test my helper installation I do this : > > /* /ap

Re: Problems with CakePHP 1.3 and user helpers

2011-06-20 Thread Tilen Majerle
no mate, helpers can be used ONLY in views and components in controllers :) -- Lep pozdrav, Tilen Majerle http://majerle.eu 2011/6/19 jesperkp > I can use the core helpers from CakePHP - but I can not get my own > helper to function. > > To test my helper installation I do this : > > /* /ap

Problems with CakePHP 1.3 and user helpers

2011-06-20 Thread jesperkp
I can use the core helpers from CakePHP - but I can not get my own helper to function. To test my helper installation I do this : Threadlist->check(); } In my view I do : echo "Checking for checkGetListHelper(): ". $this- >requestAction('threads/checkGetListHelper'); Which re

Having problems with Cakephp 1.2.6 with Wamp Server

2010-10-03 Thread hiyatechsolutions
Anyone there know about this problem with CakePHP 1.2.6 and Wamp server. We get a blank Page in the Admins panel even after using "Configure::write('debug', 2);" command. Its the case in Both xampp and wamp. All other links are working on Xampp but not in Wamp. For our other team mates, it seems Wa

Re: Problems with Cakephp 1.2.6

2010-02-10 Thread Sitthykun LY
thanks you all, it work On Thu, Feb 11, 2010 at 1:21 AM, Dr. Loboto wrote: > You need mod_rewrite on your Apache and AllowOverride All for > directory with site to make .htaccess work. > > On Feb 10, 7:06 pm, Sitthykun LY wrote: > > Hi all, > > > > I cannot runhttp://localhost/cakePHP/posts/ >

Re: Problems with Cakephp 1.2.6

2010-02-10 Thread Dr. Loboto
You need mod_rewrite on your Apache and AllowOverride All for directory with site to make .htaccess work. On Feb 10, 7:06 pm, Sitthykun LY wrote: > Hi all, > > I cannot runhttp://localhost/cakePHP/posts/ > > error: > Not found > The requested URL /cakePHP/posts/ was not found on this server. > Ap

Re: Problems with Cakephp 1.2.6

2010-02-10 Thread Sitthykun LY
Hi all, I cannot run http://localhost/cakePHP/posts/ error: Not found The requested URL /cakePHP/posts/ was not found on this server. Apache/2.2.12 (Ubuntu) Server at localhost Port 80 the moment I'm testing with ubuntu 9.10 I do not know, how to configure it? I really do step by step of the e

Re: Problems with Cakephp 1.2.6

2010-02-09 Thread anler
if you only see a blank screen verifies in php.ini that display_errors = on On 8 feb, 08:41, Sitthykun wrote: > Hi all, > > for now I using cakePHP 1.2.6 on window vista with apache 2.2.x > I would like to test with blog sample, but it does not work. > > I have thought it maybe I'm wrong configur

Re: Problems with Cakephp 1.2.6

2010-02-09 Thread Guillermo Mansilla
Check there are no blank spaces after the php close tags in your models On 9 February 2010 10:21, Céryl wrote: > Can you tell what exactly goes wrong? Can you see anything or is it > just a blank screen? > If you set debug on 2 on your app/config/core.php, does it display any > errormessage when

Re: Problems with Cakephp 1.2.6

2010-02-09 Thread Céryl
Can you tell what exactly goes wrong? Can you see anything or is it just a blank screen? If you set debug on 2 on your app/config/core.php, does it display any errormessage when you use the application? On 8 feb, 08:41, Sitthykun wrote: > Hi all, > > for now I using cakePHP 1.2.6 on window vist

Problems with Cakephp 1.2.6

2010-02-08 Thread Sitthykun
Hi all, for now I using cakePHP 1.2.6 on window vista with apache 2.2.x I would like to test with blog sample, but it does not work. I have thought it maybe I'm wrong configured. I have tried search solution, but I still cannot. please anyone help me. Sitthykun Check out the new CakePHP Questi

Re: Problems with cakePHP on serevre - pictures and css files not found

2008-06-03 Thread djiize
mod_rewrite activated? On 3 juin, 13:46, Margarittka <[EMAIL PROTECTED]> wrote: > Hi! > > I carry out site to the server. Result - pictures are not reflected > and css files do not seen. But om the local server all is ok. Hosting > is masterhost. I place folder bakesale at the folder httpdocs. Wh

Problems with cakePHP on serevre - pictures and css files not found

2008-06-03 Thread Margarittka
Hi! I carry out site to the server. Result - pictures are not reflected and css files do not seen. But om the local server all is ok. Hosting is masterhost. I place folder bakesale at the folder httpdocs. What must be change for solving this problem? --~--~-~--~~~---~-

Re: Problems with CakePHP and russian letters

2008-04-10 Thread Dardo Sordi Bogado
Look in app/view/layouts/default.ctp and define the locale there. Also, for mysql you need to put the 'encoding' => 'YOURS' in app/config/database.php. On Thu, Apr 10, 2008 at 5:51 AM, Margarittka <[EMAIL PROTECTED]> wrote: > > Hello! I'm new for CakePHP. I have problems with russian letters.

Problems with CakePHP and russian letters

2008-04-10 Thread Margarittka
Hello! I'm new for CakePHP. I have problems with russian letters. In my database russian letters are look like normally. But when i try to write any datas on russian language to my html or php document (document with views or another), i saw strange symbols - not russian letters. If i set windows-

Re: Problems with Cakephp

2007-04-28 Thread DJ Spark
and what was the solution ? that could help someone else later :) spark On 4/27/07, sean <[EMAIL PROTECTED]> wrote: > > sovled! thx > > On Apr 27, 11:04 am, sean <[EMAIL PROTECTED]> wrote: > > After I set up cakephp, I got the following error messages when > > visiting. > > - > >

Re: Problems with Cakephp

2007-04-27 Thread sean
sovled! thx On Apr 27, 11:04 am, sean <[EMAIL PROTECTED]> wrote: > After I set up cakephp, I got the following error messages when > visiting. > - > Strict Standards: Redefining already defined constructor for class > Object in /home//dev/cake/libs/object.php on line 69 > > Strict

Problems with Cakephp

2007-04-26 Thread sean
After I set up cakephp, I got the following error messages when visiting. - Strict Standards: Redefining already defined constructor for class Object in /home//dev/cake/libs/object.php on line 69 Strict Standards: Assigning the return value of new by reference is deprecated in /ho