This topic is locked
[SOLVED]

 PHP 5.4 error "Array to string conversion"

11/11/2013 2:43:24 AM
PHPRunner General questions
bbarker author

I upgraded PHP from 5.1.6 to 5.4.21

That solved the MENU problem in one of my applications (see SOLVED comment from Nov 5)
But now another applicationthat was originally created with PHPR 6.2 has stopped working and shows an error immediately before the Menu page.
"Array to string conversion"

//doman.org/directory/application/menu.php?
ERROR FILE: xxx/applicaton/classes/runnerpage.php

ERROR LINE: 1829
LINE 1829:

$this->xt->assign($this->menuTablesArr[$i]."_tablelinkattrs", "href=\"".$this->menuTablesArr[$i]."".$page.".php\"");
Any suggestion on how to fix this?

Admin 11/11/2013

PHPRunner 6.2 supports PHP 5.4. Just in case make sure you perform a full project build and upload all files to the web server.