Search found 32 matches

by lisamarie_tt
Wed Nov 09, 2005 9:37 am
Forum: Installation and Configuration
Topic: Class PDO not found
Replies: 8
Views: 11181

heres a snippet of the error log part of the ini file. Notice that the error flags are on ; Print out errors (as a part of the output). For production web sites, ; you're strongly encouraged to turn this feature off, and use error logging ; instead (see below). Keeping display_errors enabled on a pr...
by lisamarie_tt
Wed Nov 09, 2005 9:19 am
Forum: Installation and Configuration
Topic: Class PDO not found
Replies: 8
Views: 11181

Thanks for you help...

I'll keep you posted on my problem (no pun intended).
I'll turn on the start up error flag and se what happens.
by lisamarie_tt
Wed Nov 09, 2005 8:50 am
Forum: Installation and Configuration
Topic: Class PDO not found
Replies: 8
Views: 11181

I have included php as a load module in Apache. There are no popups during start and or restart of the webserver. I've checked the apache error log there are no errors pertaining to php or PDO. The error occurs when rendering the test connection page. What does this mean? Were there any problems in ...
by lisamarie_tt
Wed Nov 09, 2005 8:05 am
Forum: Installation and Configuration
Topic: Class PDO not found
Replies: 8
Views: 11181

extension directory extension_dir = "C:/php/ext" extension section ;extension=php_mbstring.dll ;extension=php_bz2.dll ;extension=php_curl.dll ;extension=php_dba.dll ;extension=php_dbase.dll ;extension=php_exif.dll ;extension=php_fdf.dll ;extension=php_filepro.dll extension=php_gd2.dll ;ext...
by lisamarie_tt
Wed Nov 09, 2005 6:18 am
Forum: Installation and Configuration
Topic: Class PDO not found
Replies: 8
Views: 11181

Class PDO not found

Ok I need to connect to a DB2 database and execute a prepared statment with input/output parameters. To do this I upgraded to php5.1. I altered the php.ini file as documentation dicated for setting up 5.1 and PDO. There are no errors in my ini file since my webserver (apache 2), works fine. I'm tryi...
by lisamarie_tt
Tue Nov 08, 2005 8:45 am
Forum: Miscellaneous
Topic: PEAR and PECL
Replies: 5
Views: 1334

I'm trying this right now. But I think i'm shooting in the dark here. I don't know where to go from where I am. How do I download the PECL for php 5.0.5. I'm reading so many different versions of the download and setup porcedure, I don't know which to use..... I'm working on windows 2000, Apache 2, ...
by lisamarie_tt
Tue Nov 08, 2005 8:16 am
Forum: Miscellaneous
Topic: PEAR and PECL
Replies: 5
Views: 1334

where do i find the dll file? Its no where....
by lisamarie_tt
Tue Nov 08, 2005 8:09 am
Forum: Miscellaneous
Topic: PEAR and PECL
Replies: 5
Views: 1334

PEAR and PECL

I'm trying to install PECL in particular the PDO library, manually. I'm having a bit of difficulty.
Any suggestion on where a comprehensive step wise procedure for completing this could be found would be gratly appreciated.
by lisamarie_tt
Tue Nov 08, 2005 7:30 am
Forum: Installation and Configuration
Topic: Php 5.1
Replies: 4
Views: 1463

Sorry about that - Windows. I've scrathced the 5.1 installtion and was able to successfully install php 5.0.5. What I would really like to achieve is a connection to a DB2 database to run a prepared statement call to a stored procedure. On reading online docs i relaised that this could not be done w...
by lisamarie_tt
Mon Nov 07, 2005 11:27 am
Forum: Installation and Configuration
Topic: Php 5.1
Replies: 4
Views: 1463

Hi,

HTTP Server - Apache 2.0
Current PHP - 4.0
Intended Installation - 5.1

I'm having extreme difficulity finding documentation for installation and configuration on php 5.1. Ant resources in this avenue would be great.
by lisamarie_tt
Mon Nov 07, 2005 10:34 am
Forum: Installation and Configuration
Topic: Php 5.1
Replies: 4
Views: 1463

Php 5.1

Hi, I'm pretty new to php and never had to setup or configure it before. My current machine has php 4 and i'd like to install and configure php 5. I've read other forum posts on this matter but i still need some assistance. Firstly my reason for converting to php5.1 is to use the PDO functions for c...
by lisamarie_tt
Mon Nov 07, 2005 10:24 am
Forum: Databases
Topic: DB2 procedure call
Replies: 0
Views: 419

DB2 procedure call

Hi,

I'm trying to call a DB2 procedure that has four parameters. I'm able to connect the my DB2 database but I dont know how to call the procedure. The procedure has two input parameters and two output parameters. I'm using php 4.

Regards,
Lisa Marie
by lisamarie_tt
Wed Sep 21, 2005 8:10 am
Forum: PHP - Code
Topic: Dynamic content
Replies: 5
Views: 669

Figured it out... All elements within the loop block on the template (HTML file) must follow the following synatax: <{element_name}>. Elements that are not in the loop block can be referenced or accessed using single braces {element_name} or double braces {{element_name}}. Note: The element name mus...
by lisamarie_tt
Wed Sep 21, 2005 8:01 am
Forum: PHP - Code
Topic: Dynamic content
Replies: 5
Views: 669

I've tried all sorts of code changes to get this to work and still my output prints only the last record in my record set... Does anyone understande what the following means - " template blocks must be pulled out of the code and saved in their "code" state. You then iterate over the d...
by lisamarie_tt
Fri Sep 16, 2005 8:47 am
Forum: PHP - Code
Topic: Samrty Templation Installtion and Configuration
Replies: 4
Views: 594

No i don't. Thks for the info.