<?php foreach ($users as $item): ?>
24 <?php $profile = $item->profile_fields;?>
25 <?php $s = unserialize($profile); ?>
26 <?php echo $s['fullname'];die();?>
Fuel\Core\PhpErrorException [ Notice ]:
unserialize(): Error at offset 5 of 60 bytes
It looks like you're new here. If you want to get involved, click one of these buttons!