Menu

#2911 Address list errors in svn 7117

v4.3.0
closed-fixed
None
5
2017-11-10
2015-12-28
vince-br549
No

Under PHP 7.0.1
I get
ERROR 8: Array to string conversion
0 Error occurred on line 98 of file reportheader.php in function PGVReportSHandler
1 called from line 55 of file reportheader.php in function startElement
2 called from in function xml_parse
3 called from line 197 of file reportengine.php

--> if (isset($$attrs["access"])) {

I added a var_dump($attrs);
and got
array(2) { ["access"]=> string(9) "PRIV_USER" ["icon"]=> string(5) "place" }

Discussion

  • vince-br549

    vince-br549 - 2015-12-28

    same error on Address labels
    ERROR 8: Array to string conversion
    0 Error occurred on line 98 of file reportheader.php in function PGVReportSHandler
    1 called from line 55 of file reportheader.php in function startElement
    2 called from in function xml_parse
    3 called from line 197 of file reportengine.php

    Notice: Array to string conversion in /var/www/html/gedview/includes/reportheader.php on line 98

     
  • Gerry Kroll

    Gerry Kroll - 2017-11-10
    • status: open --> closed-fixed
    • assigned_to: Gerry Kroll
     

Log in to post a comment.