Author |
Message |
Stuli
Joined: 15 Jul 2019 Posts: 1
|
Posted: Mon Jul 15, 2019 4:05 pm Post subject: PHP error line number is invalid |
|
|
I got a PHP error like this:
[15-Jul-2019 13:19:16 Europe/Budapest] PHP Notice: Undefined index: name in D:\www\config\functions.php on line 1019
The problem: only 70 lines in functions.php. |
|
Back to top |
|
 |
alastair
Joined: 23 Feb 2010 Posts: 399
|
Posted: Tue Jul 16, 2019 8:15 am Post subject: |
|
|
Hi,
It is usually best to ask such questions in our Support Help Desk at https://support.ioncube.com
I am guessing that is with an encoded functions.php file.
Due to some of the source code protection included in the encoded files, line numbers can be incorrect in error messages even when line number obfuscation has not been used.
We did put in a correction for that with regard to undefined variables in the 10.3.5 release of the ionCube Loader. However, that did not include the case that you mention when an array index is unknown. _________________ Alastair
ionCube |
|
Back to top |
|
 |
alastair
Joined: 23 Feb 2010 Posts: 399
|
Posted: Fri Aug 23, 2019 2:46 pm Post subject: |
|
|
We have now released version 10.3.8 of the ionCube Loader that includes a fix for the problem of incorrect line numbers appearing in error messages about undefined array indexes. _________________ Alastair
ionCube |
|
Back to top |
|
 |
|