Deprecated: Assigning the return value of new by reference is deprecated in phpPgAdmin
Tech-Today

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 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




- How To Setup Your Wordpress Website In Nginx Server
Long ago I learned of the advantages of nginx over apache, just google it. Planned to migrate our sites but didn't manage to do it until last weekend. So here's what I did to do that: I'm assuming you already have a functional wordpress with...

- Web Development
WordpressConfigure Custom Wordpress PermalinkZencartHow to add a customize product admin fields in zencart by editing/adding extra codesJoomlaHow to install/setup/configure joomla to run in a xampp setup. This avoids the technical detail of manually installing...

- How To Install Apache2 Php5 And Mysql5 In Ubuntu 12.04
These are the set of scripts I executed in ubuntu to install the ff: 1.) apache2 2.) php5 3.) mysql5 >sudo apt-get install apache2 //installs in /etc/apache2 >sudo apt-get install php5 //installs in /etc/php5 >sudo apt-get install libapache2-mod-php5...

- Magento 1and1 Vps Setup - Setting Up The Vps Settings
Magento 1and1 VPS Setup - Setting up the VPS settings At this point it is assumed that a VPS Domain is properly setup. Although the magento check : http://www.magentocommerce.com/knowledge-base/entry/how-do-i-know-if-my-server-is-compatible-with-magento...

- How To Setup A Magento System In A 1and1 Vps Server 2 - Updating The Default 1and1 Php Image Installed
For this you must have a root access to your database There is a built it script to test your system whether it is ready for magento deployment or not, you can download it here: http://www.magentocommerce.com/knowledge-base/entry/how-do-i-know-if-my-server-is-compatible-with-magento...



Tech-Today








.