Re: Moved from DEV to TEST and CSS [webroot] isn't loading

2014-06-06 Thread David Lozzi
Thanks Stephen. My host got back to me this morning and confirmed the mod_rewrite issue! and I can't activate it on a shared host, off to find a new hosting provider... Thanks! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You receiv

Moved from DEV to TEST and CSS [webroot] isn't loading

2014-06-05 Thread David Lozzi
Ok, so it appears my routes aren't working, I can't go to my pages either. Hmmm... -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscrib

Moved from DEV to TEST and CSS [webroot] isn't loading

2014-06-04 Thread David Lozzi
Hi, I have my CakePHP site running really well on my dev environment as http://domain/. When I moved it to a test site, on a production server, at new.domain.com, it loads, controllers and such work, I see data being pulled up, but my CSS and images from the webroot folder aren't working. I en

Re: Pages and Auth

2012-07-09 Thread David Lozzi
Fantastic! Only thing better than CakePHP is the community! Thank you so much! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubsc

Pages and Auth

2012-07-07 Thread David Lozzi
Hi there, I'm new to CakePHP, and falling in love it with. A question on how this all works. I have setup a route for admin, so domain/admin/news, and domain/admin/users work. I have added authentication using the CakePHP tutorial, but it's added to a single controller, my users. I want it a

Re: TinyMCE for CakePHP help

2012-07-07 Thread David Lozzi
Got it working!! Thank you!! Added $this->TinyMCE->editor(array('theme' => 'advanced', 'mode' => 'textareas')); to my view On Saturday, July 7, 2012 4:59:38 PM UTC-4, David Lozzi wrote: > > This plugin works better, didn't hav

Re: TinyMCE for CakePHP help

2012-07-07 Thread David Lozzi
This plugin works better, didn't have to rename anything. However still no editor. I did have to add jQuery, as it kept yelling at me to add it first. Thanks-David On Saturday, July 7, 2012 3:47:54 PM UTC-4, sams wrote: > > Use the 2.0 branch. > > - S > On 7 Jul 2012

Re: TinyMCE for CakePHP help

2012-07-07 Thread David Lozzi
#x27;); > > > > On Sat, Jul 7, 2012 at 1:51 PM, David Lozzi wrote: > > Hi There, > > > > I've downloaded and installed the TinyMCE plug in for CakePHP. > > > > Briefly, my install went like: put files into app\plugin; enabled > > CakePlugin::lo

Extending the Form->Input

2012-07-07 Thread David Lozzi
Hi There, I am trying to create my own input so I can use some of my own custom controls, i.e. a date picker. I've got this in my MyFormHelper.php. class MyFormHelper extends Helper{ public function myInput($fieldName, $options = array()) { $this->setEntity($fieldName); and the rest of the fu

TinyMCE for CakePHP help

2012-07-07 Thread David Lozzi
Hi There, I've downloaded and installed the TinyMCE plug in for CakePHP. Briefly, my install went like: put files into app\plugin; enabled CakePlugin::loadAll() in config/bootstrap.php; updated my controller like public $helpers = array('TinyMce', 'Html', 'Form'); I did get an error at this po

Re: Create an admin console

2012-07-07 Thread David Lozzi
THANK YOU On Thursday, July 5, 2012 11:38:54 PM UTC-4, Dr. Tarique Sani wrote: > > http://book.cakephp.org/2.0/en/development/routing.html#prefix-routing > > Start here > > Tarique > > On Fri, Jul 6, 2012 at 8:19 AM, David Lozzi wrote: > > Hi There, >

Create an admin console

2012-07-05 Thread David Lozzi
Hi There, I'm new to CakePHP, and so far I AM LOVING THIS! I was wondering if someone could point me to some docs on how I would create an admin console. I know how to create an user login and authentication, but what I am looking to do is domain.com/posts/ index and view would be public domai

Re: syntax error, unexpected T_CLASS

2012-07-03 Thread David Lozzi
check line 1 :) > -- > Lep pozdrav, Tilen Majerle > http://majerle.eu > > > > 2012/7/3 David Lozzi > >> Hi There, >> >> I'm new to PHP. I installed PHP/MySql using Xampp. I downloaded CakePHP >> into a directory called caketest. When I land on t

syntax error, unexpected T_CLASS

2012-07-02 Thread David Lozzi
Hi There, I'm new to PHP. I installed PHP/MySql using Xampp. I downloaded CakePHP into a directory called caketest. When I land on the home page I get two red issues around security (blog tutorial said that's optional), all green except for database connectivity. I walked through the blog tut