View Single Post
  #2  
Old 25th April 2011, 01:26
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
PHP 5.3 version too high for YSE, use a lower version of PHP like 5.2

1. open [xampp dir]/etc/php.ini
2. change
Code:
error_reporting = E_ALL | E_STRICT
to this:
Code:
error_reporting = E_ALL & ~E_DEPRECATED
3. restart xampp
Reply With Quote