error of memory???

2008-02-18 Thread sixs
HI, I copied the index view and the index in controllers. I have a master and a detail and I deleted some fields in the master. It displayed ok an this error occurred when I clicked the list of the details. = Fatal error: Allowed me

Re: How does Cakephp call header and footer and change colors, fonts?

2008-02-17 Thread sixs
least _glance_ at the manual before asking here. http://book.cakephp.org/ for 1.2 beta http://manual.cakephp.org for 1.1 On Feb 16, 2008 11:44 PM, sixs <[EMAIL PROTECTED]> wrote: Hi, I want to change the format of the pages in my project that I created using Cakephp. Do

How does Cakephp call header and footer and change colors, fonts?

2008-02-16 Thread sixs
Hi, I want to change the format of the pages in my project that I created using Cakephp. Do I have lalyouts and templates? I am probably missing something as I did in scaffolding? Thanks for any help! JIm --~--~-~--~~~---~--~~ You received this message because you

formatting scaffolding created views

2008-02-16 Thread sixs
Hi, I have created files using baking with a master and a detail table.. It displays all fields in the tables for master and detail.. I like that but I want to use the same process for display the master and detail for a user with only a few fields showing. What is the best approach to customi

Re: Unidentified property error

2008-02-15 Thread sixs
'', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '',

Unidentified property error

2008-02-15 Thread sixs
Hi,I have a person table and each person could have many work records in the works table.I use bake and I tell cake that a person has many work records, and in the works I tell cake that many works records could belong to a person record.It generates the code with t table of personand I can sele

List generated

2008-02-14 Thread sixs
Hi, I'm using BAKE and I get some code that refers to list. function add() { if (!empty($this->data)) { $this->Work->create(); if ($this->Work->save($this->data)) { $this->Session->setFlash(__('The Work has been saved', true)); $this

How to do mod_rewrite????

2007-10-08 Thread SIXS
How do you actually set the mod rewrite. I set it in sthe system httpd.conf, but I don't see the color in the cakephp page. Is there another issue. I have installed it several times and hve installed it in another system, both XP OS. I am going to install it on a Ubuntu system. Jim --~--~---

can't get CRUD to run

2007-09-29 Thread SIXS
Hi, I have installed a new version or XAMPP and Cakephp. I get the cake page with and database found Http://localhost/cake/ I build the controllers players_controller.php and teams_controller.php. I build the models player.php and team.php I run Http://localhost/cake/teams/add and I get and error

ACL model Aro misssing???????

2007-09-07 Thread SIXS
In the Create website fast with Cakephp I am trying to follow the ACL code and I get this error " Missing databases table" model ARO(expected aros) I created in myswl a database initdb and created the tables aros, acos ) but I don't know if it is the correct database?? Any help thanks cake ph

ARO, ACl ,initdb questioni in " Cook up websites fast IBM "

2007-09-06 Thread SIXS
Hi, I washaving trouble with has many etc so I started the Cook up websites fast with IBM and in part 2 I am told to create ACL with initdb. I must have created something, but when I ran it it told me it found the database and only referred to acos, not the other two tables. I wonder if there is

query error -- regarding people plural and person singular

2007-09-05 Thread SIXS
Hi, re when I run my events relating to people, i get this output I made the changes as suggested by Jon Bennett and Daniel and others. I thank them for their help. What I want is the person showing and all the events old and ability to add others. Thanks Jim = Qu

people plural and person singular

2007-09-04 Thread SIXS
Hi, I'll try again on my problem. I have included the models and controllers run firefox and get this error Fatal error: Class 'People' not found in C:\VertrigoServ\www\kake\cake\libs\model\model_php5.php on line 445 = The plural and singular are confusing I create Person.php

one to many and many to one ???.

2007-09-04 Thread SIXS
aHi I have a people file and an events file zI wan to show the one person and show all events with add , delete view activity. code= array('className' => 'Event', // 'conditions'=> 'Comment.moderated = 1', //

Re: Fw: cakephp Eclipse install where is console???

2007-09-01 Thread SIXS
console??? > > On 8/31/07, SIXS <[EMAIL PROTECTED]> wrote: >> >> Hi, >> I a trying to install cakephp in Eclipse and when I get to showing where >> console is located I can't find it. I created a cakephp and looked for >> console I couldn't f

Is there a console folder or program in cakePHP?????????

2007-09-01 Thread SIXS
I am trying to install cakephp in eclipse and the instructions say ther is a statement to add console as C:\xampp\webroot\cake\cake\console where is this "console" located.??? I entered this statement and I didn't get anything Thanks Jim --~--~-~--~~~---~--~~ You

Re: Fw: cakephp Eclipse install where is console???

2007-08-31 Thread SIXS
of my cakephp install under www folder What? Thanks Jim - Original Message - From: "Chris Hartjes" <[EMAIL PROTECTED]> To: Sent: Friday, August 31, 2007 7:48 PM Subject: Re: Fw: cakephp Eclipse install where is console??? > > On 8/31/07, SIXS <[EMAIL PROTECTED]

Fw: cakephp Eclipse install where is console???

2007-08-31 Thread SIXS
- Original Message - From: SIXS To: cake-php@googlegroups.com Sent: Friday, August 31, 2007 11:39 AM Subject: Eclipse install where is console??? Hi, I a trying to install cakephp in Eclipse and when I get to showing where console is located I can't find it. I created a cakephp

Eclipse install where is console???

2007-08-31 Thread SIXS
Hi, I a trying to install cakephp in Eclipse and when I get to showing where console is located I can't find it. I created a cakephp and looked for console I couldn't find it!. I am on win XP Pro, and Vertrigo(apache, php, mysql, etc). Thanks for any help. Jim --~--~-~--~~-

aro errors in IBM tutorial part 2

2007-08-29 Thread SIXS
Hello, I am running the Cake IBM part 2 and creating the aro files. I got an error-- running acl and aro - failed to startup concurrent users module -- and then when try

Why can't AddModule statement can't be added to htpd.conf????????

2007-08-29 Thread SIXS
Hi, When I add the AddModule statement to httpd.conf and I restart the server it doesn't restart successfully. Any ideas? Jim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, se

Re: trouble IBM Part 1 The requested URL /users/register was not found on this server.

2007-08-29 Thread SIXS
Thanks for answering . However I have uncommented this line of code andhave restarted the serve many times.. Do you have any other suggestions? Jim - Original Message - From: "Lian3W" <[EMAIL PROTECTED]> To: "Cake PHP" Sent: Wednesday, August 29, 2007 12:30 AM Subject: Re: trouble IBM P

trouble IBM Part 1 The requested URL /users/register was not found on this server.

2007-08-28 Thread SIXS
Hi, Just trying IBM cakephp tutorial Cook up Web sites fast with CakePHP, Part 1: Getting started and I am having trouble adding a record. I get the screen and enter the date. I click Register Button and it it tells me --- The requested URL /users/register was not found on this server. --

can't use xampp on win XP SP2 ????????

2007-08-23 Thread sixs
Hi, I am still trying to use cakephp and I removed wamp and cakephp and installed xampp. I see that it says xampp won't work in winXP SP2. I was following instructions from David Golding's Blog and of Ninja vs. Penguin in using xampp> Is there a more detailed example to follow? I am having trou

basic tutorial bookmark or first bite

2007-08-21 Thread SIXS
Hi, I am trying cakephp again. I gret the cake page and I see that it recognizes my database. I then create the basic model and controller that includes scaffolding. I run localhost/app and i get the basic cake wheet. I run localhost/app/notes and it tells me that I can't find the page. What am

can't get index.php page to show in color and images

2007-08-19 Thread sixs
HI, I'm trying cakephp again. I can get cakephp index.php page to display after installing wamp and cakephp. I can get the message that it finds mysql database.But I change the allowwrit is set to All in http[d.conf. as Options FollowSymLinks AllowOverride All Order deny,allow D

how to have multiple projects in Cakephp

2007-05-04 Thread SIXS
Hi, I was wondering how to set up several projects in cakephp, and e testing them at the same time? Thanks for any help Jim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send

blog tutorial problem

2007-04-16 Thread SIXS
I copied the code and got the first page to run showing the files. I clik on add and I dont find the page, but I see the page add. I do the edit and the delete and the same. problem I have cake installed in wamp/www/cake. blog is installed in the app older. I run winxp, mysql, apache and php5.

installing cakephp

2007-03-21 Thread SIXS
I created a folder "www" in the c: folder. I then installed cake to the "www" folder. it gave this structure c: www cake app cake docs

Re: First bite?I am trying

2007-03-03 Thread SIXS
that and I could be wrong :) . > > On Mar 3, 6:02 pm, "SIXS" <[EMAIL PROTECTED]> wrote: >> Hi, >> I am trying cakePHP and using first bite. I get the first screen and also >> get the screen to say that I have connected with mysql database. I then >> put

First bite?I am trying

2007-03-03 Thread SIXS
Hi, I am trying cakePHP and using first bite. I get the first screen and also get the screen to say that I have connected with mysql database. I then put in the model and controller in c\cake\app\model and c:\cake\app\controller\ and try to locate it with the http://localhost/notes/ I get 404 .