First  |  Prev |  Next  |  Last
Pages: 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
package download error
There seems to be a problem with the HTML_AJAX package download--it fails to install with the command line and when I download the package there is an error unzipping the file. Any help? Thanks. Jeremy Jennings ... 9 Jan 2007 20:57
[ANNOUNCEMENT] Structures_DataGrid_DataSource_MDB2-0.1.4 (beta) Released.
The new PEAR package Structures_DataGrid_DataSource_MDB2-0.1.4 (beta) has been released at http://pear.php.net/. Release notes ------------- - Bug #9759: fixed error handling for the case of non-existing database name in the 'dsn' option (thanks to Dmitriy, dscherbina at ukr dot net) Package Info -------... 7 Jan 2007 08:52
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
PEAR installation error
Hi Greg! Thanks so much for getting back to me so quickly! Much appreciated. I did as you suggested and tried to re-run go-pear.bat but got the following message: ERROR: manifest length read was "3263556" should be "138414881" Press any key to continue . . . I did a compare of the two files and the new o... 2 Jan 2007 15:17
PEAR quickform making a select checked
I'm trying to set my checkboxes to checked using quickform but I must be doing something wrong because it's not showing. Can you have a look to see if I'm doing it OK please: while ($row = $res->fetchRow(MDB2_FETCHMODE_ASSOC)) { $skills[] = &HTML_QuickForm::createElement('advcheckbox', $c, null,'<b>'.$row['s... 2 Jan 2007 15:17
pear pager_wrapper and prepare/execute
First off thanks to Lorenzo for his tutorials at http://www.alberton.info/pear_pager_tutorials.html which made pagination extremely easy for me. First time I even heard of it and I managed to get it working which is excellent thanks to you!! I'm stuck on one part however which I hope you can help with: Norm... 6 Jan 2007 17:55
Structures_DataGrid, automatic DB_DataObject joinAdd experiment
Hi. I'm trying to make a DB_DataObject driver for Structures_DataGrid that aims to handle links and automatically do a joined query using joinAdd (see http://hashbin.com/114.html for source code). The joinAdd are created in the bind() method. This works fine except for nested links. my links.ini : [e... 6 Jan 2007 14:45
Structures/Datagrid - sorting on field prior to displaywith csv data source?
Hi ScottZ, ScottZ wrote: I'm having a bit of trouble when using a csv file with Structures/Datagrid. Is there a way to "pre-sort" the data on a particular field? You are looking for Structures_DataGrid::setDefaultSort() -- Olivier ... 2 Jan 2007 12:36
Structures/Datagrid - sorting on field prior to display with csv data source?
I'm having a bit of trouble when using a csv file with Structures/Datagrid. Is there a way to "pre-sort" the data on a particular field? My goal is to have the data sorted on the first field/column prior to the first time the grid is displayed. Right now it defaults to displaying the rows in the order they we... 1 Jan 2007 15:29
Catching any error with PEAR MDB2
Hi What I would like to do is add some code to my website so that if there is any error at all I can bring up a standard error page and display the error message there. I usually use something like this: if (PEAR::isError($statement)) { die($statement->getUserInfo()); } But it's not very good at catch... 23 Dec 2006 08:47
First  |  Prev |  Next  |  Last
Pages: 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186