
04-06-2006, 03:18 PM
|
 |
|
|
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by imported_infitech
I just upgraded from 3.5.3 to 3.5.4 and i had to replace all php files. When i go to a member's profile all the other modifications seem to work other than the gallery images. I also get this error message: Warning: array_keys(): The first argument should be an array in
/includes/functions_gallery.php on line 423
Warning: Invalid argument supplied for foreach() in /includes/functions_gallery.php on line 423
I was wondering which file edits are associated with all the hacks in this on ebig hack.
|
member.php file and look for:
PHP Code:
'bbcodecache'
Replace with:
PHP Code:
'bbcodecache',
'gallery_c_cache',
'adv_gallery_opt',
'gallery_ugroups'
|