since you just backed up the database with phpMyAdmin, don't forget that some files change as well, so sync the live system to the dev. system via rsync PULL command: (run cmd on dev.): rsync -zpaAXPv root@forum.drugs-and-users.org:/var/www/html/attachments/ /var/www/html/attachments/
see /bin/rsync-smf-attachments (chmod +x):
echo "sync smf attachments from prod to dev."
rsync -zpaAXPv root@forum.drugs-and-users.org:/var/www/html/attachments/ /var/www/html/attachments/