First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36
go-pear.bat issues
I've installed PHP5.2.4 on a Server 2k3 IIS6 install. That went smoothly, it runs my PHP files without a problem. I'm trying to install Horde, now, and that requires the PEAR packages. The problems come in when I try and run go-pear.bat The errors I get: C:\PHP>go-pear.bat phar "C:\PHP\PEAR\go-pear.phar" does... 11 Oct 2007 01:35
PEAR installation
Hi, I've got these following errors (see below). I can't select any folders. Why? Thanks for your assistance. *** Are you installing a system-wide PEAR or a local copy? (system|local) [system] : system Below is a suggested file layout for your new PEAR installation. To change individual locations, type the n... 25 Sep 2007 13:35
Quickform: how to check two fields in one function using registerRule()
On 5/3/07, l Burnerheimerton <lburnerheimerton(a)yahoo.com> wrote: I have a form where I need to validate the user is not repeating values already in a database table that has two primary keys. Thus I need two fields from the form to check but I only see this in examples: function f ($element_name,$ele... 3 May 2007 17:42
Structures_DataGrid_Renderer_XLS: I just get empty files
Hello! I use Structures_DataGrid for exporting database records to Excel. Anyway, all I get is an empty file which neither Excel nor OpenOffice can read, while the same works without problems with the CSV renderer. Here is my code with some test data: <?php // select output format $suffix = 'xls'; //... 12 Mar 2007 09:56
MDB2 and MSSQL
I am trying to connect and get a query of a MSSQL database (using sql express edition). My simple code for connecting is.. <?php require_once 'MDB2.php'; $dsn = 'mssql://louie:louie(a)192.168.10.90/Calendars'; $mdb2 =& MDB2::factory($dsn); if (PEAR::isError($mdb2)) { echo ($mdb2->getMess... 4 Feb 2007 20:59
MDB2: "Not found"
I'm getting this error when attempting to open a database with the following DSN: $dsn = array( 'phptype' => "mysql", 'username' => "bips", 'password' => "bips", 'hostspec' => "192.168.0.2", 'database' => "bips" ); ( yes, the username, password, and database name are really all the sa... 5 Jan 2007 14:29
Errors are Missing in HTML_QuickForm_Renderer_Tableless 0.4.3
I am trying to use HTML_QuickForm_Renderer_Tableless 0.4.3. When I tried to use pear install to get it, I get errors like this: Warning: xml_parse(): Unable to call handler _pkginfo_cdata_2_0() in Common.php ..... many similar lines ... Notice: Undefined index: package in Common.php on line 1122 The following er... 15 Dec 2006 20:54
FIle_PDF
Danny Brow <dan <at> fullmotions.com> writes: Anyone have a working example of the File_PDF class? Thanks, Dan. <?php require_once("File/PDF.php"); class Boleta extends File_PDF { function footer() { $this -> text(10.75, -0.5, 'Pagina '.$this -> getPageNo().' de {nb}'); } fu... 3 Dec 2006 11:02
PEAR::MDB2
Hi, im trying to work with MDB2 and hace some problems. Maybe someone can help me. First, once i have a mdb2 connection on $mdb2 im trying to make a query using quote to prevent SQL Injections. $int = $mdb2->quote('11', 'integer'); $query = 'SELECT someDate, someNumber FROM myTable WHERE someInteger = ' . $int;... 21 Nov 2006 15:54
PECL install Xdebug
When trying to install Xdebug from the Pecl repository (pecl install xdebug) I get the following error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 65 bytes) in /usr/share/php/PEAR/Registry.php on line 1012 Allowed memory size of 8388608 bytes exhausted (tried to allocate 40 ... 17 Nov 2006 14:17
First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36