1) when editing the lifestyle page, it has these errors: Warning: Invalid argument supplied for foreach() in /home/sites/versions/content112007/include/profile_form_lifestyle.php on line 47 Warning: Invalid argument supplied for foreach() in /home/sites/versions/content112007/template/main/profile_edit.tpl.php on line 15 2) on the thumbs pages, the icon doesn't show that someone is in the pic http://dev.combatlifestyle.com/pics/view_album.php?id=178 (no little guy) http://dev.combatlifestyle.com/pics/view_image.php?id=6021 (little guy!) 3) when a pic is saved to my profile, when you click on it you get this error: PAGE: http://dev.combatlifestyle.com/media_view.php?id=33540&owner=1 Warning: include(../city/pics/config.php) [function.include]: failed to open stream: No such file or directory in /home/sites/versions/content112007/main/media_view.php on line 4 Warning: include() [function.include]: Failed opening '../city/pics/config.php' for inclusion (include_path='.:/home/sites/content') in /home/sites/versions/content112007/main/media_view.php on line 4 4) not sure why the image in this album isnt working... http://dev.combatlifestyle.com/album_view.php?id=-2&owner=1 5) http://dev.combatlifestyle.com/pics/view_album.php?id=190 previous albums and upcoming events boxes dont show any data. i suspect the query's will need to be altered. the functions are in include/site_functions.php 6) http://www.combatlifestyle.com/events/a/ea.php (user: silverleeh pass: 1stupid1) Notice: SafeSQL: unmatched number of vars and % placeholders: insert into events (type, title, photos, feature, location, ages, cover, descrip, active, date, spec1, spec2, uid, gl, gl_descrip, gl_time, gl_email, flyer) values ('%s', '%s', %i, %i, %i, '%s', '%s', '%s', 1, date_add('%s',interval %i day), '%s', '%s', %i, '%s', '%s', '%s', '%s', %i, '%s') in /home/sites/versions/content112007/library/SafeSQL.class.php on line 179 Your event has been added 1 times. 7) The featured and photos radio boxes need to be setup so that they can be selected as yes/no. currently they are setup as only no. there is a session variable that gets checked for this functionality.