I've found a bug in Nette and I don't know what to do*

Notice: This thread is very old.
nedik
Member | 9
+
0
-

Hi, what should I do when I have found a bug in Nette?

ERROR: Undefined offset: 313

File: ...\domena\libs\Nette\Diagnostics\BlueScreen.php:104

104:                if (preg_match('#.*(</?span[^>]*>)#', $source[$i], $m)) {

I don't know what to do.

Last edited by Jan Tvrdík (2013-04-08 16:43)

Patrik Votoček
Member | 2221
+
0
-

You can start by telling us which Nette and PHP version do you have? And what lines / characters have you written and where?

Last edited by Jan Tvrdík (2013-04-08 16:48)

Jan Endel
Member | 1016
+
0
-

It's probably problem with unclosed macro or/and whitespace characters.

Majkl578
Moderator | 1364
+
0
-

Jan Endel wrote:

It's probably problem with unclosed macro or/and whitespace characters.

Can you provide any steps to reproduce?