Still not satisfied ... Still giving the same mistake at the time to create ...
Now did the next, took the images and imagethumbs outside of the folder index.php
Http://www.etreina.com/e2/galeria/
The folders and images imagethumbs are in http://www.etreina.com/e2/images/
Http://www.etreina.com/e2/imagethumbs
The config.php is well
<? PHP
/ / Set the folder where your photos will be placed on you server.
/ / Relative to the path you place the galery index.php
$ Gallerypath ="../ images / "/ / EX. .. Or images / gallery / images in the trailing slash needed
$ Thumbpath ="../ imagethumbs / "/ / EX. .. Or images / gallery / images in the trailing slash needed
$ Transitionspeed = "500" / / How fast you want to render the animations
$ Fadespeed = "300" / / How fast you want the photos to fade in and out
$ Users [0] = "admin" / / Login for accessing image uploader
$ Passw [0 123456 "/ / Password to access image uploader
?>
What I am wrong, it must be something very simple that I fail to understand.
Thanks