Re: Debugger Class not found - CakePHP 2.1 - PHP 5.4

2012-10-17 Thread Vanja Dizdarević
ood. :) On Friday, August 17, 2012 5:19:51 AM UTC+2, che_anj wrote: > > Hi traedamatic, > > I have the same problem, how did u resolve this issues. > > thank you very much > > > > On Friday, March 23, 2012 10:33:24 PM UTC+8, traedamatic wrote: >> >> Problem SO

Re: Debugger Class not found - CakePHP 2.1 - PHP 5.4

2012-08-17 Thread che_anj
Hi traedamatic, I have the same problem, how did u resolve this issues. thank you very much On Friday, March 23, 2012 10:33:24 PM UTC+8, traedamatic wrote: > > Problem SOLVED! > > *php 5.4 needs public and private keywords with function and attributes!!! > * > > Am Mi

Re: Cakephp 2.2 with php 5.4

2012-07-26 Thread Steve Found
m For more options, visit this group at http://groups.google.com/group/cake-php I am using Cake 2.2 with PHP 5.4 under Linux (Ubuntu 12) without problems. I know this does not answer your problem, but if it is a 5.4 problem, then it may point to it being a Mac specific issue. Just letting you

Re: Cakephp 2.2 with php 5.4

2012-07-25 Thread #2Will
Thanks, Yes i have that stuff set -> rewrite is working when the version is set to 5.2, not when 5.4. I'm not changing anything but php version. i agree its odd. For the moment, i'm using mamp pro which allows me to use 5.3, and the site is working. w -- Our newest site for the communi

Re: Cakephp 2.2 with php 5.4

2012-07-25 Thread lowpass
er ... AllowOverrride All Also, make sure mod_rewrite is enabled. On Wed, Jul 25, 2012 at 8:16 PM, lowpass wrote: > Apache's 404s would have nothing to do with the PHP version. You must > have something misconfigured. Check that you have AllowOverride On if > you need to use htaccess, Also, Docu

Re: Cakephp 2.2 with php 5.4

2012-07-25 Thread lowpass
Apache's 404s would have nothing to do with the PHP version. You must have something misconfigured. Check that you have AllowOverride On if you need to use htaccess, Also, DocumentIndex index.php On Wed, Jul 25, 2012 at 1:16 AM, #2Will wrote: > Iv'e had to reinstall MAMP and the new version has p

Cakephp 2.2 with php 5.4

2012-07-24 Thread #2Will
Iv'e had to reinstall MAMP and the new version has php5.2.17 or 5.4. I'm working on an app that uses cake2.2 the site dosn't work at all. All urls get a generic 404 error. (not the cake one) I don't get any errors in cakes logs or php logs, just a "not found or unable to stat" in apache l

Re: Fix for error Fatal error: Class 'Debugger' not found in ... for php 5.4

2012-04-19 Thread euromark
edited, though. >> I would help, too, but my time is limited at the moment unfortunately >> >> >> Am Mittwoch, 18. April 2012 17:01:55 UTC+2 schrieb rvcT: >>> >>> using cake 2.1.1 + php 5.4 >>> when writing your components callback functions ensure that t

Re: Fix for error Fatal error: Class 'Debugger' not found in ... for php 5.4

2012-04-18 Thread rvcT
hough. > I would help, too, but my time is limited at the moment unfortunately > > > Am Mittwoch, 18. April 2012 17:01:55 UTC+2 schrieb rvcT: >> >> using cake 2.1.1 + php 5.4 >> when writing your components callback functions ensure that they have the >> sam

Re: Fix for error Fatal error: Class 'Debugger' not found in ... for php 5.4

2012-04-18 Thread euromark
entation can be forked and edited, though. I would help, too, but my time is limited at the moment unfortunately Am Mittwoch, 18. April 2012 17:01:55 UTC+2 schrieb rvcT: > > using cake 2.1.1 + php 5.4 > when writing your components callback functions ensure that they have the > same

Fix for error Fatal error: Class 'Debugger' not found in ... for php 5.4

2012-04-18 Thread rvcT
using cake 2.1.1 + php 5.4 when writing your components callback functions ensure that they have the same declaration as there parent function in class component for example : when using function initialize in your component make it's declaration as public function initialize(Contr

Re: Debugger Class not found - CakePHP 2.1 - PHP 5.4

2012-03-23 Thread traedamatic
Problem SOLVED! *php 5.4 needs public and private keywords with function and attributes!!!* Am Mittwoch, 21. März 2012 10:20:55 UTC+1 schrieb traedamatic: > > Hello, > > I have a strange problem. I run on Cakephp 2.1 App on PHP 5.4 and 5.3.10. > On PHP 5.3.10 is everything fi

Re: Debugger Class not found - CakePHP 2.1 - PHP 5.4

2012-03-22 Thread traedamatic
mean but maybe someone has now an idea? >> >> >> >> >> Am Mittwoch, 21. März 2012 10:20:55 UTC+1 schrieb traedamatic: >>> >>> Hello, >>> >>> I have a strange problem. I run on Cakephp 2.1 App on PHP 5.4 and >>> 5.3.10. >

Re: Debugger Class not found - CakePHP 2.1 - PHP 5.4

2012-03-22 Thread Sam Sherlock
>> >> Hello, >> >> I have a strange problem. I run on Cakephp 2.1 App on PHP 5.4 and 5.3.10. >> On PHP 5.3.10 is everything fine but on 5.4 i get this error: >> >> *Fatal error*: Class 'Debugger' not found in * >> /***/beta/app/Plugin/​Markitup/Vie

Re: Debugger Class not found - CakePHP 2.1 - PHP 5.4

2012-03-22 Thread traedamatic
oblem. I run on Cakephp 2.1 App on PHP 5.4 and 5.3.10. > On PHP 5.3.10 is everything fine but on 5.4 i get this error: > > *Fatal error*: Class 'Debugger' not found in * > /***/beta/app/Plugin/​Markitup/View/Helper/​MarkitupHelper.php *on line * > 161* > * > *

Debugger Class not found - CakePHP 2.1 - PHP 5.4

2012-03-21 Thread traedamatic
Hello, I have a strange problem. I run on Cakephp 2.1 App on PHP 5.4 and 5.3.10. On PHP 5.3.10 is everything fine but on 5.4 i get this error: *Fatal error*: Class 'Debugger' not found in * /***/beta/app/Plugin/Markitup/View/Helper/MarkitupHelper.php *on line *161* * * The line 161 i

Re: PHP 5.4

2011-11-14 Thread euromark
if you are in E_STRICT mode in PHP (which you seem to be) you will be notified if you don't use the exact param declaration in the inheriting classes. the Model::beforeSave() is: public function beforeSave($options = array()) {} so you need to use the exact same params (with the exact same def

PHP 5.4

2011-11-14 Thread David Sheeks
I put 5.4 on a vmware server to check cakephp against it and everything appears to work, but i'm getting the following notice: Declaration of AppModel::beforeSave() should be compatible with Model::beforeSave($options = Array) [*APP/Model/AppModel.php*, line *34*] -- Our newest site for the comm