PEAR is a repository of PHP software code.
0
votes
2answers
82 views
Installing PHPUnit 3.8 via Pear
I can't upgrade PHPUnit from 3.7 to 3.8 with Pear. The following:
pear install --alldeps phpunit/PHPUnit
Returns
phpunit/PHPUnit is already installed and is the same as the released version 3.7.19
...
0
votes
1answer
47 views
PHP Pear Mail SSL Trouble Connecting
I am receiving
Failed to connect to ssl://smtp.gmail.com:587 [SMTP: Failed to connect socket: (code: -1, response: )]
when I try to send out SMTP email. I've tried both ssl:// and tls:// with no ...
0
votes
1answer
48 views
PHP Pear Email Text Encoding not being excepted
How do I correctly set the text encoding for a multi-part email using Pear?
I've looked at many examples and I believe I am setting it correctly. However, When sending emails they are arriving with ...
0
votes
1answer
49 views
Pear Excel Writer: how to assign leading zeros to column?
There's a section in my website that allows to export an Excel file by clicking a button. The data displayed in the Excel file is taken from my database using SQL.
The following are examples of what ...
0
votes
1answer
59 views
Leading zeros in an extracted Excel file from database using PEAR
In the admin section of my website there is a button that extracts an Excel file with data from my database. In reality, it is an Excel file that is created upon clicking the button using PEAR. I use ...
2
votes
1answer
20 views
Saving XML_Query2XML output to file?
I have a short script that utilizes the XML_Query2XML PEAR package. It pulls data from a SQL database and outputs to the browser. The XML that appears in the browser is exactly what I want to be saved ...
0
votes
0answers
28 views
Pear's Mail.php refusing to be included even with full permissions [closed]
I've installed Pear, confirmed it's working, and confirmed that it shows Mail as one of the installed packages. However I get the error
Warning: include(): Failed opening 'Mail.php' for inclusion ...
0
votes
1answer
26 views
Adding files to a Tar Archive in PHP with different filenames
I'm currently using the Archive-Tar Pear extension for PHP to add a collection of files into a Tar Archive.
These files are stored on a filer with an extra extension
e.g.
...
0
votes
2answers
193 views
AWS SDK for PHP Example?
I am trying to install the AWS SDK for PHP on my (of all things) AWS EC2 server. I think I have it installed, but can't seem to figure out how to use it. All of the code examples I can find are for ...
1
vote
1answer
73 views
How to install a plugin in symfony 1.4 with or without PEAR?
I know it is not good question to ask, but I don't find any satisfactory answer from Google that we able to install plugin in symfony 1.4 with or without PEAR.
If yes then why? and if no then how do ...
0
votes
0answers
34 views
pear php mail: “to” value from bcc list
trying to send out an email to a list of emails using pear.
I have this:
$to = ""; //
$Bcc = "email1@test.com, email2@test.com"; //
$headers = array(
'From' => ...
0
votes
1answer
83 views
pear soap xml request
I am attempting to communicate with an API through PEAR SOAP
I am able to create a SOAP request with the following code, but it is not complete.
<?php
require_once 'SOAP/Client.php';
...
0
votes
0answers
38 views
Unable to find package 'MDB2_Datatype' file 'MDB2/Datatype.php'
i'm trying to use MDB2 and I have this error :
DB Error: MDB2 Error: not found => unable to find package 'MDB2_Datatype' file 'MDB2/Datatype.php'
with the following code :
...
0
votes
1answer
96 views
Development server using Spreadsheet_Excel_Writer not working?
I'm running the latest PHP and pear on a windows machine with apache
2.4 (XAMPP), I have installed the latest versions of OLE, PEAR and
Spreadsheet_Excel_Writer. PEAR is installed and working.
...
0
votes
0answers
31 views
Pear and PHPUnit are completely failing to work [duplicate]
I am working on a project in Laravel and I need pear to work and phpunit to work together so I can do testsfor my app properly.
I have got pear installed but it seems to not want to download and let ...
1
vote
1answer
41 views
pear config-show directories
I installed pear on wamp2.1 (Apache2.2.17, PHP5.3.5 MSVC6x32) on win7x64
all in order to install PHPUnit, and everything went well, but when I execute
pear config-show
I get an unexpected output
...
0
votes
2answers
617 views
What should my php.ini file settings should be to send email via php on godaddy?
Assuming that my domain name is pleasework.com and my email is contact@pleasework.com. What configuration settings does my godaddy linux server need to send mail via php. I've tried using PEAR to send ...
0
votes
1answer
131 views
Why is my godaddy website emails smtp not being sent?
I'm using PEAR Mail function to send my emails to clients. The code is written bellow.
<?php
require_once('Mail.php');
$email = $_POST['email'];
$subject = $_POST['subject'];
...
1
vote
1answer
48 views
Pear Packages not working
I've been trying to use a few PEAR packages for a few hours now to no avail. PEAR itself is functioning, and I believe I set all of the configuration variables correctly, but when I try to run any of ...
0
votes
1answer
389 views
Fatal error: Class 'Mail' not found in
when I try to send mail with php I get this error Fatal error: Class 'Mail' not found in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\pn\mailtest.php on line 10
this is my code ...
0
votes
1answer
93 views
PEAR DB using SQLite giving unknown error
I am newbie to PEAR DB and SQLite.
I am doing a sample code given on http://www.codewalkers.com/c/a/Database-Articles/PEARSQLite-The-Lightweight-Alternative/4/
Here is my code
<?php
...
1
vote
1answer
37 views
why doesn't PEAR use absolute paths?
Why does PEAR do this:
require_once 'HTML/QuickForm2/Exception.php';
Instead of this?:
require_once dirname(__FILE__) . '/Exception.php';
The only thing I could find on the subject is this:
...
-1
votes
2answers
27 views
PEAR Mail error suspected
I am working on migrating a form processing script using the PEAR Mail.php library from one site to another within PHP5.
The script is pasted at the bottom fo this message. Everything seems to be ...
0
votes
1answer
137 views
Pear Mail (Gmail SMTP) - Failed to connect socket
I'm trying to send an email to gmail using Pear Mail but I'm having error:
Failed to connect to ssl://smtp.gmail.com:465 [SMTP: Failed to connect socket:
Unable to find the socket transport "ssl" - ...
0
votes
3answers
18 views
Pear::Auth access from command line
I have a question about Pear::Auth PHP library. Can I somehow "login in command line". I mean can i access a resource that is protected via Pear::Auth from HttpRequest I create myself in some other ...
0
votes
1answer
91 views
Pear PHP Mailer Emails Sender and Recipient
I'm using Pear PHP Mailer to send an email through SMTP to a number of recipients, but for each one, it sends an additional email to the sender's email address as well.
This is my code: Any help is ...
1
vote
2answers
62 views
pear mail error
Ok. I have used the apparently working code(the main top answer with 136 green ticks):
Send email using GMail SMTP server from PHP page
in my php mail script, replacing the gmail user and pass with ...
1
vote
1answer
30 views
Make PEAR use github channel
I just found out (wow) that PEAR packages are being moved to Github, my pear packages have not given any problems, until today when I decided after a long while to update them and there was no update ...
0
votes
1answer
145 views
Error in Doctrine Installation
I have followed the below steps to I install Doctrine on a linux terminal , please help me , where am i going wrong ?
..........
1. sudo apt-get install php-pear////
2. pear channel-discover ...
0
votes
2answers
87 views
Error on Install PHPUnit Through Pear
Installing PHPUnit via PEAR the install instructions for phpunit are running this:
pear channel-discover pear.phpunit.de
pear install phpunit/PHPUnit
But fails with this error:
Notice: ...
0
votes
0answers
122 views
Wrong include_path for Codesniffer
This issue has been addressed before and I have tried to solutions offered and think I am doing something wrong. I am attempting to configure PHP Codesniffer on a Mac using Mountaion Lion. I don't ...
0
votes
1answer
49 views
Using PEAR package Horde_Text_Diff
I installed Horde_Text_Diff, which supersedes Text_Diff. Here's the problem: when I try to use it, it gives me:
Class 'Horde_Text_Diff_Engine_Native' not found
I looked at the files, and it looks ...
0
votes
1answer
48 views
HTML_quickform2 javascript
I'm having trouble getting the client side part working. The 1st problem I have is, it is only loading quickform.js script, not the other 2. So I load them in the head for now. But still my problem is ...
0
votes
2answers
88 views
PEAR and PHP — “Error getting channel info” on OS X when upgrade/do anything
I saw this question: Problem with update pear that said the issue is using an outdated version of PEAR, well, I'm using 1.9.4(the latest).
dinosaurhunter:~ root# pear -V
PEAR Version: 1.9.4
PHP ...
1
vote
1answer
98 views
Reinstall PHP Pear
I used to have MAMP (http://www.mamp.info/en/index.html). Uninstalled that and installed "MAMP" via Macports.
I completely removed /Applications/MAMP/ folders. I would now like to install PHPUnit via ...
1
vote
1answer
23 views
Can I use PEAR to include module in web app?
I am creating a web app in LAMP. It was a while since I last created anything in PHP and back then I wasn't familiar with things like package managing and version control. I'm going to use MySQL in my ...
0
votes
2answers
203 views
PEAR Mailer not found? - Failed opening required 'Mail.php'
Ok I have no idea why it can't include this file; I have followed the instructions on this page: http://pear.php.net/manual/en/installation.checking.php
The PEAR install path is: /usr/local/lib/php
...
0
votes
1answer
62 views
Mailing SMTP Error PHP
require_once "Mail.php";
error_reporting(E_ALL ^ E_STRICT);
$mail_To = $email;
$mail_Subject = "Reservation notification From Tamera Plaza Inn";
$mail_Body = "First Name: ...
0
votes
0answers
105 views
Possible symlink attack
Every single time I want to upgrade or install a PEAR package I get the following series of error messages:
C:>pear upgrade
Error getting channel info from pear.php.net: SECURITY ERROR: Will not ...
0
votes
1answer
93 views
PHPUnit error for trying to install
Does anyone know why when I try to install PHPUnit onto my mac osx 10.8.2 I get this error?
Unknown remote channel: pear.symfony.com
Did not download optional dependencies: phpunit/PHP_Invoker, use ...
0
votes
1answer
57 views
Excel extraction from database using PEAR: column with enumeration
There is a a section of my website that allows to extract an Excel file using data from a database. In order to accomplish this task, I am using the PEAR library.
The Excel table that is generated ...
0
votes
1answer
49 views
Pear Mail debugging
I have this stupid problem with Pear Mail:
I have script looking like that:
$params['host'] = $config['smtp_host'];
$params['port'] = $config['smtp_port'];
$params['auth'] = ...
-5
votes
1answer
328 views
laravel framework “php artisan migrate:reset” [closed]
laravel framework
error running php artisan migrate:reset
Warning: require_once(/var/www/laravel/application/migrations/2013_02_23_094903_authors_tb.php): failed to open stream: No such file or ...
0
votes
1answer
132 views
PEAR Mail, setting the content-type header breaks the email
I'm trying to send UTF-8 emails using PEAR, however whenever I set a content-type header the sent email gets broken in a weird way.
These are the settings I use for the headers and pear itself:
...
0
votes
2answers
98 views
pear instalation in wamp
I am running wamp 2.2 on windows 7. when I try to pear install phpunit/PHPUNIT. it shows some mkdir problem. Then I try
pear config-set autodiscover 1
PEAR_Config::writeConfigfile ...
0
votes
1answer
61 views
Connecting to LDAP using PEAR LDAP2 in PHP
I'm not very experienced with using LDAP and have been looking at a few stack overflow questions and tried to piece some code together.
I'm using the PEAR LDAP2 package with my php. So far I have set ...
0
votes
1answer
76 views
pear include_path data folder is no longer valid
I have a vps with centOS LAMP stack, and multiple domains/ips. A long time ago I had someone more familiar with SSH install pear on the vps, and I believe he configured it for a specific user/domain, ...
0
votes
0answers
36 views
Set email envelope to show it has come from an external source with PHP Pear Mail
I have someone whos email system is blocking emails being sent from our form using PHP's Pear SMTP mail.
The IT department has come back with the following response.
Looking at the email headers ...
0
votes
1answer
229 views
Message: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory
i am trying to send mail with PHP via SMTP. I used tiny php script that should work just fine. I think there is a problem with the includes and/or server settings.
I keep getting an error:
Message: ...
0
votes
0answers
89 views
Pear Mail, unable to set sender to error
I installed Pear Mail, and get the following error, when trying to send mail.
searched the web, without any answer, any clue of what's happening?
Hi, I installed Pear Mail, and get the following ...







