Hostboard
11-07-2019, 11:22 PM
Upgraded my server to PHP 7.1 and found Project Tools has at least 1 compatibility issue and was hoping someone could assist in correcting it
The error
[] operator not supported for strings on line 448 in /home/hostboard/public_html/forums/issuelist.php
#0 {main}
{
$postable_types[] = $issuetypeid;
$type = $typeinfo;
$type['name'] = $vbphrase["issuetype_{$issuetypeid}_singular"];
$post_issue_options[] = $type;
}
The issue I believe is the last line and the [].
The error
[] operator not supported for strings on line 448 in /home/hostboard/public_html/forums/issuelist.php
#0 {main}
{
$postable_types[] = $issuetypeid;
$type = $typeinfo;
$type['name'] = $vbphrase["issuetype_{$issuetypeid}_singular"];
$post_issue_options[] = $type;
}
The issue I believe is the last line and the [].