centbid Posted March 10, 2011 Share Posted March 10, 2011 Hi, I installed xampp on my Windows 2003 Server and when I run my script I get this: Strict Standards: Redefining already defined constructor for class Object in C:\xampp\htdocs\cake\libs\object.php on line 65 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\inflector.php on line 130 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\cake\libs\configure.php on line 124 Quote Link to comment Share on other sites More sharing options...
requinix Posted March 10, 2011 Share Posted March 10, 2011 Try using the latest version of Cake. Quote Link to comment Share on other sites More sharing options...
centbid Posted March 10, 2011 Author Share Posted March 10, 2011 I installed Xampp last version for Windows 32bit version 1.7.4-VC6 does it include last version for cake ??? Quote Link to comment Share on other sites More sharing options...
trq Posted March 10, 2011 Share Posted March 10, 2011 Xampp has nothing to do with Cake, however it looks like you either have an old version of Cake, or Cake is just poorly coded. Are you using the latest version of Cake? Quote Link to comment Share on other sites More sharing options...
centbid Posted March 10, 2011 Author Share Posted March 10, 2011 Where I can the latest version of cake ??? Quote Link to comment Share on other sites More sharing options...
trq Posted March 10, 2011 Share Posted March 10, 2011 From there website: http://cakephp.org Quote Link to comment Share on other sites More sharing options...
centbid Posted March 11, 2011 Author Share Posted March 11, 2011 How do I do to update my cakephp ??? It is just replacing the files that are already in my webroot or there's a procedure. I looked my database.php and everything is OK. Here's the message that I get in my web browser ( ! ) Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\cake\libs\class_registry.php on line 70 Call Stack # Time Memory Function Location 1 0.0044 391816 {main}( ) ..\index.php:0 2 0.0051 401840 include( 'C:\wamp\www\cake\bootstrap.php' ) ..\index.php:83 3 0.0525 2377016 App::import( ) ..\bootstrap.php:49 4 0.0525 2378056 App::import( ) ..\configure.php:779 5 0.0551 2381664 App->__find( ) ..\configure.php:837 6 0.4902 2518216 App->__load( ) ..\configure.php:912 7 0.4943 2749512 require( 'C:\wamp\www\cake\dispatcher.php' ) ..\configure.php:938 8 0.4943 2749880 App->import( ) ..\dispatcher.php:33 9 0.5022 3158760 App->import( ) ..\configure.php:779 10 0.5041 3160088 App->__find( ) ..\configure.php:837 11 0.5059 3160272 App->__load( ) ..\configure.php:912 12 0.5113 3439352 require( 'C:\wamp\www\cake\libs\controller\controller.php' ) ..\configure.php:938 13 0.5113 3439720 App->import( ) ..\controller.php:30 14 0.5181 3519312 App->import( ) ..\configure.php:779 15 0.5201 3520648 App->__find( ) ..\configure.php:837 16 0.5203 3522192 App->__load( ) ..\configure.php:912 17 0.5249 3769152 require( 'C:\wamp\www\cake\libs\view\view.php' ) ..\configure.php:938 18 0.5249 3769520 App->import( ) ..\view.php:31 19 0.5348 4000568 App->import( ) ..\configure.php:779 20 0.5367 4001912 App->__find( ) ..\configure.php:837 21 0.5368 4003464 App->__load( ) ..\configure.php:912 It's almost this message that I get in my browser many times in 1 page. So I need help......Thanks Quote Link to comment Share on other sites More sharing options...
centbid Posted March 11, 2011 Author Share Posted March 11, 2011 Even if I type http://localhost/cake I get the same king of error then the message above. Does it mean that cakephp is not installed.....If it's the case how do I install cakephp Thanks Quote Link to comment Share on other sites More sharing options...
centbid Posted March 14, 2011 Author Share Posted March 14, 2011 I still with my cakePHP problem....Can somebody tell what is the cakePHP version that is working with Windows Server 2003. Should I install xampp, wampp...What is the PHP version that is compatible with cakePHP....I need help Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.