Re: 404 error

2011-05-01 Thread Ma'moon
What is the URL that you are calling in order to render the page? Ma'moon On Mon, May 2, 2011 at 8:00 AM, jyoti bhandari wrote: > It is already set to 2. :( > > On Mon, May 2, 2011 at 4:48 AM, Ma'moon wrote: > >> in file app/config/core.php change the value of {debug} and set it to "2", >> refr

Question about pagination

2011-05-01 Thread Roland Pish
Hi there. When displaying $paginator->numbers(), I need to replace the current class of the current page from 'current' to 'active', so that the current page instead of displaying: ... I want it to display: ... I've researched in $paginator->numbers() options but I haven't found a way to change t

Re: 404 error

2011-05-01 Thread jyoti bhandari
It is already set to 2. :( On Mon, May 2, 2011 at 4:48 AM, Ma'moon wrote: > in file app/config/core.php change the value of {debug} and set it to "2", > refresh the page and check if it throws any errors or warnings. > > On Sun, May 1, 2011 at 7:20 AM, Jo wrote: > >> Hi, >> >> I am new to cakep

Re: Help! CakePHP runs great in localhost but doesn't even shows up in remote Server ...

2011-05-01 Thread kabeerdarocker
Thanks dude, but I am just a begging so I am unable to pay money for the big hosting companies. so I am using 000webhost.com that makes me able to go live not like a main domain. But quite like a sub-domain. so can u tell does sub-domain and main domain does matters or its just all the same. And al

Re: Creating admin panel!

2011-05-01 Thread Sam Sherlock
use admin routing each controller has distinct admin and public (non admin) actions - S 2011/5/1 İNGİLTERE EMRE BEY > Hi everyone, > > I have a question, how to create admin panel in CakePHP, i am new to > MVC and trying to figure out, i have followed blog tutorial and i > created basic CR

Re: 404 error

2011-05-01 Thread Ma'moon
in file app/config/core.php change the value of {debug} and set it to "2", refresh the page and check if it throws any errors or warnings. On Sun, May 1, 2011 at 7:20 AM, Jo wrote: > Hi, > > I am new to cakephp. I am installing the cakephp and created model, > controller and view according to th

Creating admin panel!

2011-05-01 Thread İNGİLTERE EMRE BEY
Hi everyone, I have a question, how to create admin panel in CakePHP, i am new to MVC and trying to figure out, i have followed blog tutorial and i created basic CRUD with log in, now im creating basic online shopping site, what i want to do is, when visitor visits the site i want them to see eve

404 error

2011-05-01 Thread Jo
Hi, I am new to cakephp. I am installing the cakephp and created model, controller and view according to the tutorial. but i am getting this error "The requested URL /cakephp1.3.8/posts/index was not found on this server." Where in , it exists in the folder. I donno where am i getting wrong? Plea

"unneccessary" query

2011-05-01 Thread QXY
Hello! Here is my code: http://bin.cakephp.org/view/69119931 What causes those 3 extra select count by primary key? I'm talking about query No. 20, 21, 22 If it's for checking the existence of row with given id, then why does not appear when member not exists (before insert)? Thanks in advance

?How To send data form Controller to other Model

2011-05-01 Thread taq
create view for register and send data to controller //app::import('Model','Myprofile'); Class MembersController extends AppController{ var $name = 'Members'; var $helpers = array('Form','Session'); var $uses = array('Myprofile');// function register(){ //$myprofile = new Myprofile();

Re: My warning and eror

2011-05-01 Thread taq
i prove I have tried Other operating part comment.and refresh page but Still the same error On May 2, 12:22 am, euromark wrote: > var $name = array('Members','Myprofiles'); ? > seriously? where did you get that from?^^ > > On 1 Mai, 17:53, taq wrote: > > > > > > > > > You have a good sense of hu

Re: My warning and eror

2011-05-01 Thread euromark
var $name = array('Members','Myprofiles'); ? seriously? where did you get that from?^^ On 1 Mai, 17:53, taq wrote: > You have a good sense of humor. > You can see the name of the folder. > If I use codeigniter that I would not ask this. > > On May 1, 10:12 pm, Tilen Majerle wrote: > > > > > > >

Re: My warning and eror

2011-05-01 Thread taq
You have a good sense of humor. You can see the name of the folder. If I use codeigniter that I would not ask this. On May 1, 10:12 pm, Tilen Majerle wrote: > on link you posted seems that you are using codeigniter :D > -- > Lep pozdrav, Tilen Majerlehttp://majerle.eu > > 2011/5/1 taq > > > > >

Login Element

2011-05-01 Thread Krissy Masters
I have a standard login element I place on the side of each public page if a user is not logged in it simply appears. Tested logging in different users on different pages with different roles and each gets logged in fine and redirected to their section of the site correct. **PROBLEM** If

Re: My warning and eror

2011-05-01 Thread Tilen Majerle
on link you posted seems that you are using codeigniter :D -- Lep pozdrav, Tilen Majerle http://majerle.eu 2011/5/1 taq > My warning and eror > http://uppic.net/full/e0ade5993b7b514502f7a02e74c0c57e > > controller code > Class MembersController extends AppController{ >var $name = array('Me

My warning and eror

2011-05-01 Thread taq
My warning and eror http://uppic.net/full/e0ade5993b7b514502f7a02e74c0c57e controller code Class MembersController extends AppController{ var $name = array('Members','Myprofiles'); var $helpers = array('Form','Session'); function index(){ } function register(){ if(!em

Can I update CakePHP from v1.1.19.6305?

2011-05-01 Thread Ephs
I had a script done for me many years ago in version 1.1.19.6305 of cakephp. I'm not very knowledgeable in cakephp, but I need to somehow enable caching to use less system resources. All of the manuals on how to do it are for newer versions, so I'm afraid I'll mess something up. If anyone could re