can't find phpAdmin using Xampp to create a table

2008-11-05 Thread Janis Rough
I am getting a cakephp web page when I type localhost. I am trying to follow the cakephp tutorial and create the first table. I don't know how to find the mysql phpMyAdmin to create the table in Xampp? I thought I got it by typing localhost/xampp or something like that. NOw all I get is

missing controller, can't get http://localhost/xampp

2008-11-05 Thread Janis Rough
Sorry I sent an earlier message but I didn't explain very well. I installed phpCake. I have Xampp version of apache and mysql server for localhost testing which earlier worked. If I typed http://localhost/xampp I would get a list of tools and status and so forth. Now if I type

configuring cakePHP,

2008-11-04 Thread Janis Rough
I am using Xampp I put the unpacked cake folders in the htdocs folder. I restarted it after I did the following in httpd.conf: LoadModule rewrite_module modules/mod_rewrite.so AllowOverride All I typed http://localhost/example.com. I didn't get an example page but I did get this

Re: newbie question

2008-10-09 Thread Janis Rough
thanks, - Original Message From: techiguy [EMAIL PROTECTED] To: CakePHP cake-php@googlegroups.com Sent: Wednesday, October 8, 2008 8:44:23 PM Subject: Re: newbie question yes ofcource u can use with XAMPP on windows. i am also working on that with out any problem. before u start

Re: newbie question

2008-10-09 Thread Janis Rough
WEll this is just a test I'll do it on a server later - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: cake-php@googlegroups.com Sent: Wednesday, October 8, 2008 8:09:52 PM Subject: Re: newbie question I think it may be best if you use a real server! On 10/08/2008,

Re: newbie question

2008-10-09 Thread Janis Rough
I just installed it. Sorry I didn't research the list further. I do have another question on the tutorial. I tried running these sql create statements and they didn't work. I got 2 errors. I wonder why? 1 SQL query: CREATE TABLE posts( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY ,

Re: newbie question

2008-10-09 Thread Janis Rough
Disregard this message, sorry, I ran the query again without the word default and it worked without any errors. - Original Message From: Janis Rough [EMAIL PROTECTED] To: cake-php@googlegroups.com Sent: Thursday, October 9, 2008 8:06:16 AM Subject: Re: newbie question I just