On Sep 6, 10:47 am, psybear83 <[email protected]> wrote: > OK, I figured it out myself. I had to replace the test.php file in app/ > webroot/ with *a new version* of test.php which I got from the newest > 1.2.8 release of CakePHP! I also had to copy the cake.generic.css file > from the 1.2.8 release to app/webroot/css to make the test.php site > look good in the browser. > > I'm glad I could figure this one out, but it has been very > frustrating, and I wasted many hours for this... Thanks anyway for > your help, guys.
Sorry you had problems. Perhaps you can suggest (ticket) a better error message since your actions are exactly what the error message was telling you to do (you're running test.php and it's telling you to overwrite the file with the suggested file). http://github.com/cakephp/cakephp/blob/1.2.8/cake/tests/lib/test_manager.php#L591 "Even when there is *no* test.php file in the webroot I get this error." What conclusion can you draw from that ;). AD Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
