Posts Tagged ‘ php ’
So I recently ran into an issue where I was upgrading Cacti and ran into this issue. I was able to snmpwalk with my credentials and get a response but when I entered those same credentials adding a device to Cacti, there was an SNMP error. Turns out Cacti is very sensitive to the version [ READ MORE ]
I recently had to install pear ezc/eZComponents for an rpm package requirement, but running a pear install kept coming back with package not found. So I had to do the following: $ sudo pear channel-discover components.ez.no $ sudo pear install channel://components.ez.no/Base $ sudo pear install channel://components.ez.no/Graph Now off to upgrade PHP since I got this [ READ MORE ]
I kept getting the following error message when a script that calls several postgresql databases was being called. pg_query(): Cannot set connection to blocking mode From changing pgsql.auto_reset_persistent = Off to On and restarting Apache, this resolve the error[ READ MORE ]
These instructions were taken from here: http://www.trap17.com/index.php/Installing-Apachemysql-Php-Windows_t3364.html Installing Apache , MySQL and PHP under Windows Introduction While many webservers run Linux, Unix or BSD most personals computers run on Windows. So it would be quite comfortable if web designers and developers could develop on their home computer.So in this E-book we will focus on configuring [ READ MORE ]
#1 wget http://pear.php.net/go-pear -O go-pear.php #2 php go-pear.php #3 Change the installation directory to whatever you would like and edit settings as appropriate. #4 Allowed edit to php.ini to add the PEAR directory to the path in php.ini. #5 Now you can run pear commands assuming you edited your PATH to include the PEAR installation [ READ MORE ]
Get every new post delivered to your Inbox.