Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Editors and Tools > Other PHP Tools

Other PHP Tools This is were to discuss other non-desktop PHP related tools.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2004-09-28, 07:07 PM
Junior Member
 
Join Date: Sep 2004
Posts: 1
kgkraeer
Default

Hey everyone. New to the forum and new to PHP.

The end goal I'm trying to achieve is to write variables from a form to an Excel file.

From my research, it seems that PEAR is the ultimate *free* solution.

However, when I install pear to c:\pear, I get the following:

Code:
Loading zlib: ok
Downloading package: PEAR-stable......ok
Downloading package: Archive_Tar-stable....ok
Downloading package: Console_Getopt-stable....ok
Downloading package: XML_RPC-stable....ok
Bootstrapping: PEAR...................(remote) ok
Bootstrapping: Archive_Tar............
Warning: mkdir(Archive): File exists in C:\pear\go-pear.php on line 597
(remote) ok
Bootstrapping: Console_Getopt.........
Warning: mkdir(Console): File exists in C:\pear\go-pear.php on line 611
(remote) ok
Downloading package: DB...............ok
Downloading package: Net_Socket.......ok
Downloading package: Net_SMTP.........ok
Downloading package: Mail.............ok
Downloading package: XML_Parser.......ok
Downloading package: PHPUnit..........ok
Extracting installer..................
Warning: main(PEAR.php): failed to open stream: No such file or directory in
pear\Archive\Tar.php on line 21

Fatal error: main(): Failed opening required 'PEAR.php' (include_path='/C:\DO
E~1\kevinkr\LOCALS~1\Temp\gop9.tmp') in C:\pear\Archive\Tar.php on line 21
Has anyone ever encountered anything like this (the two prior warnings are there because I'm installing over my last failed attempt)?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 2004-11-03, 10:29 PM
Junior Member
 
Join Date: Nov 2004
Posts: 2
mverrier
Default

Hi! I am having that error, too. I found a link that might help you at: http://www.phpkitchen.com/article.php?stor...021201062516970 It didn't fix my problem, but it seems to have helped others. It would be great if someone on this board could offer some insight. Thanks -- Monique.
Reply With Quote
  #3 (permalink)  
Old 2005-05-18, 06:46 AM
k2s k2s is offline
Junior Member
 
Join Date: May 2005
Posts: 1
k2s
Default

i had the same problem on Windows

you have to check the security settings for yout TEMP directory
in my case it was c:\windows\temp
in your case it seams to be C:\DO
E~1\kevinkr\LOCALS~1\Temp\

pear is creating gop9.tmp directory under TEMP directory and is using this to download packages. the settings of TEMP are allowing PHP to create subdirectories, but then it is not allowed to copy files into this directory for PHP

after you fix permissions on TEMP it will work

sincerely,
Martin
Reply With Quote
  #4 (permalink)  
Old 2005-05-18, 03:49 PM
Junior Member
 
Join Date: Nov 2004
Posts: 2
mverrier
Default

Thanks!! I had given up on pear, but maybe I'll try again. I appreciate your response. Monique.
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.0 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.0 (a popular PHP IDE) and NuCoder 1.4 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:12 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.