Re: SimpleTest: opening test.php results in weird deprecated warnings

2010-08-30 Thread psybear83
Anyone, please? I'd relly like to test my app... On 30 Aug., 10:28, Joshua Muheim wrote: > OK, this helps me with the deprecation warnings. But still SimpleTest > doesn't run for me. What about > > "> You need a new test.php. Try this one: cake\console\libs\templates\skel > > > \webroot\test.php"

Re: SimpleTest: opening test.php results in weird deprecated warnings

2010-08-30 Thread Joshua Muheim
OK, this helps me with the deprecation warnings. But still SimpleTest doesn't run for me. What about "> You need a new test.php. Try this one: cake\console\libs\templates\skel > \webroot\test.php"? Thanks. On Fri, Aug 27, 2010 at 10:27 PM, Graham Weldon wrote: > CakePHP 1.x still has support fo

Re: SimpleTest: opening test.php results in weird deprecated warnings

2010-08-27 Thread Graham Weldon
CakePHP 1.x still has support for PHP 4. Some if this support requires returns to be assigned by reference. Of you are using a newer version of PHP and have deprecation warnings enabled, this is the sort of output you will see. You can disable deprecation notices in your PHP config. On 28/08

SimpleTest: opening test.php results in weird deprecated warnings

2010-08-27 Thread psybear83
Hi all I want to test my CakePHP app, and so I downloaded SimpleTest and extracted it to vendors. But when pointing my browser to ...myapp/ test.php, it only shows me the following errors: Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\josh\ziviapps\c