Actions
Bug #14245
closedResult resource error in task center
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2004-07-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I've just did the test you asked for in typo3.dev for DBAL June 22 and it went about 95% ok.
The only problem encountered was in TaskCenter, middle frame generated this error:
"Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in c:\inetpub\wwwroot\dbal\typo3\t3lib\class.t3lib_db.php on line 690"
This bug has originally been reported by Patrick Gaumond.
Note about the debug info: The browser is actually Firefox 0.9 and TYPO3 was really at 3.6.1 on my computer. MySQL is 4.0.18
- DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : 127.0.0.1
TYPO3_HOST_ONLY : 127.0.0.1
TYPO3_PORT :
PATH_INFO :
QUERY_STRING : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI : /dbal/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER :
http://127.0.0.1/dbal/typo3/install/index.php?TYPO3_INSTALL[type]=about
TYPO3_REQUEST_HOST : http://127.0.0.1
TYPO3_REQUEST_URL :
http://127.0.0.1/dbal/typo3/install/index.php?TYPO3_INSTALL[type]=phpinf
o
TYPO3_REQUEST_SCRIPT: http://127.0.0.1/dbal/typo3/install/index.php
TYPO3_REQUEST_DIR : http://127.0.0.1/dbal/typo3/install/
TYPO3_SITE_URL : http://127.0.0.1/dbal/
TYPO3_SITE_SCRIPT :
typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL :
SCRIPT_NAME : /dbal/typo3/install/index.php
TYPO3_DOCUMENT_ROOT : c:/inetpub/wwwroot
SCRIPT_FILENAME : c:/inetpub/wwwroot/dbal/typo3/install/index.php
REMOTE_ADDR : 127.0.0.1
REMOTE_HOST : 127.0.0.1
HTTP_USER_AGENT : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.7) Gecko/20040626 Firefox/0.8
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
CONST: PHP_OS : WINNT
CONST: TYPO3_OS : WIN
CONST: PATH_thisScri: c:/inetpub/wwwroot/dbal/typo3/install/index.php
CONST: php_sapi_name: cgi-fcgi
OTHER: TYPO3_VERSION: 3.6.0
OTHER: PHP_VERSION : 4.3.3
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif() :
imagepng() : 1
imagejpeg() : 1
imagettftext() : 1
OTHER: IMAGE_TYPES : 14
OTHER: memory_limit : 32M
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Microsoft-IIS/5.1
SERVER: GATEWAY_INTE:
SERVER: SCRIPT_NAME : /dbal/typo3/install/index.php
SERVER: PATH_TRANSLA:
T3CV_GFX: image_proc: 1
T3CV_GFX: gdlib : 1
T3CV_GFX: gdlib_png : 1
T3CV_GFX: gdlib_2 : no_imagecopyresized_fix
T3CV_GFX: im : 1
T3CV_GFX: im_path : C:\PROGRA~1\IMAGEM~1.7-Q\
T3CV_GFX: im_path_lz: C:\PROGRA~1\IMAGEM~1.7-Q\
T3CV_GFX: im_version: 1
T3CV_GFX: im_negate_: 0
T3CV_GFX: im_imvMask: 1
T3CV_GFX: im_combine: composite - DEBUG SYSTEM INFORMATION - END ###
(issue imported from #M234)
Actions