Deprecated: Assigning the return value of new by reference is deprecated in phpPgAdmin
Unfortunately, some frameworks built using php5.2 will experience this problem. Solutions: 1.) Set the error_reporting = 0, this will ig...

Solutions:
1.) Set the error_reporting = 0, this will ignore the above error.
2.) Just use php5.2, for example in my case phpPgAdmin is throwing the above error in php5.3 but not in php5.2
Link:
http://pl.php.net/references#57550
Post a Comment