For the benefit for other folks that might encounter this... I have a web dev suite package with apache 2.2 and php5.2.0-dev
I upgraded the php5.2.0dev to php5.2.1 and it worked. regards, Harris On Jul 24, 11:15 am, Nibirus <[EMAIL PROTECTED]> wrote: > Hi, > > BTW, I went ahead and installed cakephp 1.2.0.5427alpha and run into > this problem. Looks like something unique to my system, any one else > encounter this before? > > Notice (8): Undefined variable: html [CORE\cake\libs\view\templates > \layouts\default.ctp, line 35] > Fatal error: Call to a member function charset() on a non-object in C: > \www\webroot\cakealpha\cake\libs\view\templates\layouts\default.ctp on > line 35 > > regards, > Harris > > On Jul 24, 9:42 am, Nibirus <[EMAIL PROTECTED]> wrote: > > > HI Sam D, > > > I did read that somewhere here, so I did double check my .htaccess > > files, all of which are included in the right directories. All 5 of > > them are accounted for. > > > I also made sure I turned on mod_rewrite on my apache httpd.conf > > LoadModule lines. > > > regards, > > Harris > > > On Jul 24, 9:37 am, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > > > > my guess is that when you uploaded the files to the server (or un > > > compressed them) that your ftp program or decompressor did not upload > > > or create the .htaccess files because they are 'invisible' > > > > Sam D > > > > On 7/24/07, Nibirus <[EMAIL PROTECTED]> wrote: > > > > > Hi Ad, > > > > > I tried the following. > > > > >http://localhost/cake_1.1.16.5421/app/webroot/ > > > >http://localhost/cake_1.1.16.5421/app/ > > > >http://localhost/cake_1.1.16.5421/ > > > > > with and without the trailing "/". > > > > > best regards, > > > > Harris > > > > > On Jul 24, 2:16 am, AD7six <[EMAIL PROTECTED]> wrote: > > > > > On Jul 24, 10:36 am, Nibirus <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > > > > > I'm trying to learn CakePhp and installed the newest version > > > > > > indicated > > > > > > above, and have spend about 5 hours looking through online docs, > > > > > > this > > > > > > message area, and also added debugging code to figure out why I'm > > > > > > getting this error for my new install. Might be something simple, > > > > > > from > > > > > > reading the docs I need to have a var $helpers = array('html'); in > > > > > > my > > > > > > controller, by looking through the code - it seems like the packaged > > > > > > code has it. > > > > > > > I'm just trying to access cakephp for the first time. And this is > > > > > > the > > > > > > error I get. Any quick pointers is appreciated. > > > > > > What url are you using to access your cakephp app? > > > > > > cheers, > > > > > > AD > > > > -- > > > (the old fart) the advice is free, the lack of crankiness will cost you > > > > - its a fine line between a real question and an idiot > > > >http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
