#41350 [Com]: Error in my_thread_global_end()

2008-01-04 Thread benjamin dot azan at gmail dot com
 ID:   41350
 Comment by:   benjamin dot azan at gmail dot com
 Reported By:  graham at directhostinguk dot com
 Status:   No Feedback
 Bug Type: MySQL related
 Operating System: Windows 2003
 PHP Version:  5.2.3
 New Comment:

The mySQL bug http://bugs.mysql.com/bug.php?id=25621 says :

 MySQL 5.0.54BK on WinXP localhost does not exhibit the error. 

and the PHP 5.2.5 show Client API version   5.0.45

So I think the next version of PHP should contain this new version of
the MySQL connector.

I'm gonna try to upgrade the mySQL connector on a 5.2.5 PHP version to
see if it fixs the bug


Previous Comments:


[2008-01-03 16:18:34] stalin dot gsk at gmail dot com

Include($header) and function fputs($csvf, string) not detecting by
PHP 5.2.3
Iam using WIN NT server with IIS 6


Error msg:
Warning: include() [function.include]: Failed opening '' for inclusion
(include_path='.;./includes;./pear') in
C:\Inetpub\vhosts\shopinonline.co.in\cgi-bin\checkout.php on line 61


Iam adding the code below plz check if any thing can be done to make it
work advanced thanks for those who can try helping me site was launched
and this shopping is making plz help soon.

PHP code:

checkout.php
?
//=||
//   NOP Design JavaScript Shopping Cart  
||
//   PHP SCRIPT Checkout Module   
||
//
||
// For more information on SmartSystems, or how NOPDesign can help you
||
// Please visit us on the WWW at http://www.nopdesign.com 
||
//
||
// Javascript portions of this shopping cart software are available as
||
// freeware from NOP Design.  You must keep this comment unchanged in 
||
// your code.  For more information contact [EMAIL PROTECTED]   
||
//
||
// JavaScript Shop Module, V.4.4.0
||
//=||
//
||
//  Function: Writes available form elements from the NOP 
||
//Free Cart (http://www.nopdesign.com/freecart)   
||
//and other form elements to an email file, and   
||
//send user confirmation  
||
//
||
//=||


//##
//
#
// User defined variables:
#
// $header- string value containing the complete  
#
//  path of the HTML page header  
#
// $footer- string value containing the complete  
#
//  path of the HTML page footer  
#
// $youremail - string value containing the email address to  
#
//  send catalog orders in EMAIL or BOTH modes
#
// $returnpage- URL to send user when checkout is complete
#
// $csvfilename   - string value containing the complete  
#
//  path of the user database.
#
// $csvquote  - string value containing what to use for quotes
#
//  in the csv file (typically  or \)  
#
// $mode  - string value containing 'EMAIL', 'FILE' or
#
//  'BOTH' to determine if the script should send 
#
//  an email to you with the new order, write the 
#
//  order to a CSV file, or do both.  
#
//##
$header= header.html;
$footer= footer.html;
$returnpage= thankyou.html;
$youremail = [EMAIL PROTECTED];
$csvfilename   = orders.csv;
$csvquote  = \\;
$mode  = BOTH;


//##
//#FUNCTION:   doFormError #
//#RETURNS:#
//#PARAMETERS: A error message string. #
//#PURPOSE:Generates an HTML page indicating a form#
//#submission error occurred.  #
//##
function doFormError($errString) {

include($header);

echo FONT SIZE=+2The form you submitted was not
complete.BRBR/FONT;
echo $errStringBRBR\n;
echo INPUT

#41350 [Com]: Error in my_thread_global_end()

2008-01-04 Thread benjamin dot azan at gmail dot com
 ID:   41350
 Comment by:   benjamin dot azan at gmail dot com
 Reported By:  graham at directhostinguk dot com
 Status:   No Feedback
 Bug Type: MySQL related
 Operating System: Windows 2003
 PHP Version:  5.2.3
 New Comment:

I could not find the new version of mysql connector but I changed the
PHP mode from CGI/fastCGI to  Apache 2.0 Handler and it fixed the
problem.


Previous Comments:


[2008-01-04 11:54:05] benjamin dot azan at gmail dot com

The mySQL bug http://bugs.mysql.com/bug.php?id=25621 says :

 MySQL 5.0.54BK on WinXP localhost does not exhibit the error. 

and the PHP 5.2.5 show Client API version   5.0.45

So I think the next version of PHP should contain this new version of
the MySQL connector.

I'm gonna try to upgrade the mySQL connector on a 5.2.5 PHP version to
see if it fixs the bug



[2008-01-03 16:18:34] stalin dot gsk at gmail dot com

Include($header) and function fputs($csvf, string) not detecting by
PHP 5.2.3
Iam using WIN NT server with IIS 6


Error msg:
Warning: include() [function.include]: Failed opening '' for inclusion
(include_path='.;./includes;./pear') in
C:\Inetpub\vhosts\shopinonline.co.in\cgi-bin\checkout.php on line 61


Iam adding the code below plz check if any thing can be done to make it
work advanced thanks for those who can try helping me site was launched
and this shopping is making plz help soon.

PHP code:

checkout.php
?
//=||
//   NOP Design JavaScript Shopping Cart  
||
//   PHP SCRIPT Checkout Module   
||
//
||
// For more information on SmartSystems, or how NOPDesign can help you
||
// Please visit us on the WWW at http://www.nopdesign.com 
||
//
||
// Javascript portions of this shopping cart software are available as
||
// freeware from NOP Design.  You must keep this comment unchanged in 
||
// your code.  For more information contact [EMAIL PROTECTED]   
||
//
||
// JavaScript Shop Module, V.4.4.0
||
//=||
//
||
//  Function: Writes available form elements from the NOP 
||
//Free Cart (http://www.nopdesign.com/freecart)   
||
//and other form elements to an email file, and   
||
//send user confirmation  
||
//
||
//=||


//##
//
#
// User defined variables:
#
// $header- string value containing the complete  
#
//  path of the HTML page header  
#
// $footer- string value containing the complete  
#
//  path of the HTML page footer  
#
// $youremail - string value containing the email address to  
#
//  send catalog orders in EMAIL or BOTH modes
#
// $returnpage- URL to send user when checkout is complete
#
// $csvfilename   - string value containing the complete  
#
//  path of the user database.
#
// $csvquote  - string value containing what to use for quotes
#
//  in the csv file (typically  or \)  
#
// $mode  - string value containing 'EMAIL', 'FILE' or
#
//  'BOTH' to determine if the script should send 
#
//  an email to you with the new order, write the 
#
//  order to a CSV file, or do both.  
#
//##
$header= header.html;
$footer= footer.html;
$returnpage= thankyou.html;
$youremail = [EMAIL PROTECTED];
$csvfilename   = orders.csv;
$csvquote  = \\;
$mode  = BOTH;


//##
//#FUNCTION:   doFormError #
//#RETURNS:#
//#PARAMETERS: A error message string. #
//#PURPOSE:Generates an HTML page indicating a form