[Phpmyadmin-devel] BLOBstreaming throws Notices

Hi, does the author of blobstreaming know that it is throwing notices? developers and testers should run phpMyAdmin with $cfg['Error_Handler']['display'] = true; $cfg['Error_Handler']['gather'] = true; in their config.inc.php -- Sebastian Mendel

Sebastian Mendel a écrit :
Hi,
does the author of blobstreaming know that it is throwing notices?
developers and testers should run phpMyAdmin with
$cfg['Error_Handler']['display'] = true; $cfg['Error_Handler']['gather'] = true;
in their config.inc.php
Please post the notices you get and the steps you do to get them. Marc

On 2008-12-10 14:47, Marc Delisle wrote:
Sebastian Mendel a écrit :
Hi,
does the author of blobstreaming know that it is throwing notices?
developers and testers should run phpMyAdmin with
$cfg['Error_Handler']['display'] = true; $cfg['Error_Handler']['gather'] = true;
in their config.inc.php
Please post the notices you get and the steps you do to get them.
i get them on any page Notice in ./libraries/blobstreaming.lib.php#40 Undefined index: extension Backtrace ./libraries/common.inc.php#952: checkBLOBStreamingPlugins() ./main.php#13: require_once(./libraries/common.inc.php) Notice in ./libraries/blobstreaming.lib.php#44 Undefined index: connect_type Backtrace ./libraries/common.inc.php#952: checkBLOBStreamingPlugins() ./main.php#13: require_once(./libraries/common.inc.php)

Sebastian Mendel a écrit :
On 2008-12-10 14:47, Marc Delisle wrote:
Sebastian Mendel a écrit :
Hi,
does the author of blobstreaming know that it is throwing notices?
developers and testers should run phpMyAdmin with
$cfg['Error_Handler']['display'] = true; $cfg['Error_Handler']['gather'] = true;
in their config.inc.php
Please post the notices you get and the steps you do to get them.
i get them on any page
Notice in ./libraries/blobstreaming.lib.php#40 Undefined index: extension
Backtrace
./libraries/common.inc.php#952: checkBLOBStreamingPlugins() ./main.php#13: require_once(./libraries/common.inc.php)
Notice in ./libraries/blobstreaming.lib.php#44 Undefined index: connect_type
Backtrace
./libraries/common.inc.php#952: checkBLOBStreamingPlugins() ./main.php#13: require_once(./libraries/common.inc.php)
Weird, I don't see any... I'll try to reproduce.

Hi Dne Wed, 10 Dec 2008 14:35:37 +0100 Sebastian Mendel <lists@sebastianmendel.de> napsal(a):
Hi,
does the author of blobstreaming know that it is throwing notices?
developers and testers should run phpMyAdmin with
$cfg['Error_Handler']['display'] = true; $cfg['Error_Handler']['gather'] = true;
in their config.inc.php
Demo server uses this settings for quite some time and I did not see there any notices from blobstreaming... -- Michal Čihař | http://cihar.com | http://blog.cihar.com

On 2008-12-10 14:59, Michal Čihař wrote:
Hi
Dne Wed, 10 Dec 2008 14:35:37 +0100 Sebastian Mendel<lists@sebastianmendel.de> napsal(a):
Hi,
does the author of blobstreaming know that it is throwing notices?
developers and testers should run phpMyAdmin with
$cfg['Error_Handler']['display'] = true; $cfg['Error_Handler']['gather'] = true;
in their config.inc.php
Demo server uses this settings for quite some time and I did not see there any notices from blobstreaming...
weird, will investigate this a little bit further ... -- Sebastian Mendel

On 2008-12-10 15:05, Sebastian Mendel wrote:
On 2008-12-10 14:59, Michal Čihař wrote:
Hi
Dne Wed, 10 Dec 2008 14:35:37 +0100 Sebastian Mendel<lists@sebastianmendel.de> napsal(a):
Hi,
does the author of blobstreaming know that it is throwing notices?
developers and testers should run phpMyAdmin with
$cfg['Error_Handler']['display'] = true; $cfg['Error_Handler']['gather'] = true;
in their config.inc.php Demo server uses this settings for quite some time and I did not see there any notices from blobstreaming...
weird, will investigate this a little bit further ...
$cfg['Server'] is not filled with default values, every setting missing in config.inc.php does not automatically set to the default as given in config.default.php - so 'connect_type' and 'extension' is not set for me -- Sebastian Mendel
participants (3)
-
Marc Delisle
-
Michal Čihař
-
Sebastian Mendel