in Education by
I know there are several threads on this already, but I've hit a brick wall and can't find any threads with the same issue I now have. In a nutshell, my problem is that PEAR's config is still set to the C:\Windows directory, where it always (correctly) fails due to permissions. I've added System environment variables as follows, so I don't know why these seem to be getting ignored: PHP_PEAR_BIN_DIR=C:\wamp\bin\php\php5.3.4 PHP_PEAR_DATA_DIR=C:\wamp\bin\php\php5.3.4\PEAR\data PHP_PEAR_DOC_DIR=C:\wamp\bin\php\php5.3.4\PEAR\docs PHP_PEAR_INSTALL_DIR=C:\wamp\bin\php\php5.3.4\pear PHP_PEAR_PHP_BIN=C:\wamp\bin\php\php5.3.4\php.exe PHP_PEAR_SYSCONF_DIR=C:\wamp\bin\php\php5.3.4 PHP_PEAR_TEST_DIR=C:\wamp\bin\php\php5.3.4\PEAR\tests typical error is C:\wamp\bin\php\php5.3.4>pear channel-discover pear.phpunit.de PEAR_Config::writeConfigFile fopen('C:\Windows\pear.ini','w') failed (fopen(C:\Windows\pear.ini): failed to open stream: Permission denied) My initial install commands were as follows: php -d phar.require_hash=0 PEAR/go-pear.phar pear channel-discover pear.phpunit.de pear channel-discover components.ez.no pear channel-discover pear.symfony-project.com pear install phpunit/PHPUnit I've tried removing the install and starting from scratch, but still no dice. Anyone have any ideas on this? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Try to update your PEAR installation by requesting http://pear.php.net/go-pear.phar in your browser and save the output to a local file go-pear.phar; then run php go-pear.phar from the CLI. This will let you reconfigure the paths and IIRC it will also create a reg file you can simply doubleclick to import the environment variables. Also make sure to relog to your account when adding environment variables.

Related questions

0 votes
    I have problems installing PHPUnit 3.4.6 via PEAR 1.9.0. After I discover channel pear.phpunit.de ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    We're able to install our VB6 application on Windows 7 64-bit, but it won't display any reports ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Im trying to install Android SDK but it says that JRE is not enough and that it needs JDK, I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    I am trying to find out the best, or correct, way to check if a class has a constant defined ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 19, 2022 in Education by JackTerrance
0 votes
    I am trying to find out the best, or correct, way to check if a class has a constant defined ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    i have online Wordpress blog, now i copied my blog to localhost to change the design. I replaced http ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    Anyone got this problem before? In Windows 7 x86, I created an avd which the target is Android 2. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    I have developed two Windows Phone applications and would like to deploy them on a physical device for a ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    On Android ListView control we can use FastScroll feature (handle on the right side of screen). On iPhone ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 28, 2022 in Education by JackTerrance
0 votes
    Actually I'm developing a live streaming app for WP7 and I'm facing a problem. I'm trying to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Does Windows Media Player of Windows 7 allow us to both rip and burn a CD ? Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    I installed PEAR and when I try to run it, I receive this message: PHP_PEAR_PHP_BIN is not set correctly ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
...