[eluser]Antoniofu[/eluser]
Thanks, now the library works.
The problem is that doesn't show the thumb and the error is :
could not locate file_name <p>No main image loaded!</p>
the path is correct, is like :
Code:
src="<?php echo base_url(); ?>images/data/<?php
$this->image_moo->load($row->foto)->resize_crop(100,100)->round(5);
if($this->image_moo->errors) print $this->image_moo->display_errors(); "
?>
The folder as all the permissions and I'm on my locahost server.
I will try directly online.
Thanks a lots for helping and share this library.