After a server failure our ISP replaced Red hat 9 with Fedora core and probably newer php. Our previously functioning phpMyEdit scripts fail now because the array contents i.e.
$opts['fdd']['lastlogin'] = array(
'name' => 'Lastlogin',
'select' => 'T',
'maxlen' => 19,
'default' => '0000-00-00 00:00:00',
'required' => true,
'sort' => true,
'options' => 'H'
);
don't get passed to the class that uses them. This is the output from phpMyEdit debug. None of the opts array shows up.
dealer
Variables per GET
Variables per POST
Current instance variables page_name=testdealer.php hn=localhost un=xxx pw=xxxxxx db=xxxx tb=dealer key=ID key_type=int inc=15 options=ACPVDF fdd=Array fl=0 fm=0 sfn=sfn[0]= qfn= sw= rec=0 navop= saveadd= moreadd= canceladd= savechange= morechange= cancelchange= savedelete= canceldelete= cancelview= operation=
query opts:
Array
(
)
1
get vars:
1
MySQL error 1054
Unknown column 'PMEtable0.Array' in 'field list'
Is it possible a php.ini setting has changed that needs to be reset or does anyone else have any ideas?
Thanks for any assistance.
Larry