Im using SMF 1.0.5 intergrated with Coppermine ..
I received this error on Select album under Admin utilities :
Warning: array_multisort(): Argument #1 is expected to be an array or a sort flag in /home/friend/public_html/gallery/bridge/smf.inc.php on line 993
on the line 993 it's about this :
array_multisort($album_lineage, SORT_ASC, $title, SORT_ASC, $aid, SORT_ASC, $merged_array);
and it seems that i can't upload file into gallery, is there anyway that i can do? Thanks