Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-22 Thread netpumber
Why i cant post here ? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-22 Thread netpumber
I cannot post here Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-22 Thread netpumber
Here is what i want to post and google doesnt let me.. and returnes me this error: We were unable to post your message If you believe this is an error, please contact Google Support. Anyway here is my answer..! http://pastebin.com/YbpLNvq1 Check out the new CakePHP Questions site

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-22 Thread netpumber
Here is what i want to post and google doesnt let me.. and returnes me this error: We were unable to post your message If you believe this is an error, please contact Google Support. Anyway here is my answer..! http://pastebin.com/YbpLNvq1 Check out the new CakePHP Questions site

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-22 Thread Sam Sherlock
In config/core.php near the top of the file you can find instructions for making cake work using its own internal rewrite. but its worth trying the ,htaccess again like this RewriteBase is used once per .htaccess Here are the blog/webroot/.htaccess IfModule mod_rewrite.c RewriteEngine On

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-22 Thread netpumber
Ok now worked with the changes in .htaccess files :D Thanks a lot for your time and your answers!! +1 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-21 Thread netpumber
So the debug as you can see is already in 2. Configure::write('debug', 2); I delete handmade controllers , models and view and bake them as you say...with cake bake M/C/V command.. I add then the code and still returns me not found error :S Whats going on ? I have to use -app parameter ?

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-21 Thread Sam Sherlock
does it return a cake error 404 or an apache gen error 404? what code do you add after baking. Bake should generate all you need to be able to add, edit,delete and view posts - S On 21 April 2010 16:25, netpumber r00f...@gmail.com wrote: So the debug as you can see is already in 2.

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-21 Thread netpumber
It returns apache not found error. So my web root dir is /var/www then in it i bake a blog so i have /var/www/blog directory now..where is the root dir for my cake php project. Then i bake Controller / Model / View Here are the codes : Model: (Noting added) [code] ?php class Post extends

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-21 Thread Sam Sherlock
and you have mod rewrite enable in apache - this seems to me that things prior to cake not functioning ie mod_rewrite when you have baked and you go to http://mydomain.com is the page displayed ok - is the css applied - or is this file error 404 too is http://mydomain.com/css/cake.generic.css

NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-20 Thread netpumber
Hi!! I create a post in unofficial forum but as i can see there are no active members there... So if you can help me with my question please answer here (if you haven't got a forum account) Here is the post http://www.cakephpforum.net/index.php?showtopic=2041st=0#entry6964 if you want i will

Re: NewBie Help Creating a simple Cake Blog, Return 404 Error

2010-04-20 Thread Sam Sherlock
in config/core.php set debug to 2 - nothing leaps out as the cause and if you have bake set up why not bake all your MVC - less prone to typo error also since the cake google group is so active and cake qa is set up I think your better off using those official resources - S On 20 April 2010