Re: Why Doesn't Anyone Know how to drop in a new URL in a cake framework

2010-03-03 Thread O.J. Tibi
On that same note, since you wanted to add a blog, you might want to try to drop-in WordPress (or any other weblogging software you have) directly into your app/webroot folder. I've had different success rates with this though (not specifically with WordPress), and you too might, depending on your

Re: Why Doesn't Anyone Know how to drop in a new URL in a cake framework

2010-03-03 Thread APD
Thanks Nico. I will give this a try. On Mar 2, 1:56 am, WebRenovator wrote: > Hi APD > > The reason for this error is two fold: > > First, cake is looking for the HawaiitravelblogController which > doesn't exists. This could well be be because there's a routing > problem (the first error you pos

Re: Why Doesn't Anyone Know how to drop in a new URL in a cake framework

2010-03-01 Thread WebRenovator
Hi APD The reason for this error is two fold: First, cake is looking for the HawaiitravelblogController which doesn't exists. This could well be be because there's a routing problem (the first error you posted) and so it can't find the right url. The second problem comes in because of the first.

Re: Why Doesn't Anyone Know how to drop in a new URL in a cake framework

2010-03-01 Thread APD
params['controller'] == "islands" && sizeof($this- >params['pass']) == 0) { echo $html->image('step01_5.gif', array('alt'=>'Step 1: Select an Area', 'style'=>'display:block; margin:auto;')); } else if($this->params['controller'] == "islands" && sizeof($this- >params['pass']

Re: Why Doesn't Anyone Know how to drop in a new URL in a cake framework

2010-03-01 Thread APD
It's not cake programmers that don't know how to drop in urls - it's everyone else. On Mar 1, 12:09 pm, Foroct wrote: > I'm a bit of a n00b but I would suggest you look at the cakephp blog > tutorialhttp://book.cakephp.org/view/219/Blogas it might help you. > Also a subject title that doesn't d

Re: Why Doesn't Anyone Know how to drop in a new URL in a cake framework

2010-03-01 Thread Jeremy Burns
Can you publish the contents of this file: /app/views/elements/steps.ctp ... to this forum? Jeremy Burns On 1 Mar 2010, at 16:33, APD wrote: > I hired someone to add a blog to our website. I have noticed that > there are always php errors anytime a new page is created. In my job > descripti

Re: Why Doesn't Anyone Know how to drop in a new URL in a cake framework

2010-03-01 Thread Foroct
I'm a bit of a n00b but I would suggest you look at the cakephp blog tutorial http://book.cakephp.org/view/219/Blog as it might help you. Also a subject title that doesn't defame cake programmers might help your cause. Check out the new CakePHP Questions site http://cakeqs.org and help others with

Why Doesn't Anyone Know how to drop in a new URL in a cake framework

2010-03-01 Thread APD
I hired someone to add a blog to our website. I have noticed that there are always php errors anytime a new page is created. In my job description, I said Cake knowledge would be necessary. This was not heeded. Those hired dropped in the new url and this is what the page reads: