Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to solve this error :
Strict Standards: Redefining already defined constructor for class Object in C:\xampp-portable\htdocs\BASE\home\cake\libs\object.php on line 54

I have change in my php.ini file with line:

PHP
error_reporting  =  E_ALL & ~E_STRICT


And I have also include in cakephp\.htaccess:

PHP
php_value error_reporting 6143
<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
   php_value error_reporting 6143
</IfModule>


Still I have got in problem that:

Strict Standards: Redefining already defined constructor for class Object in C:\xampp-portable\htdocs\BASE\home\cake\libs\object.php on line 54

Please help me to solve this problem...
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900