Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I have a strange problem while testing my website.
The website has three galleries, two work without any problems, I upload the pictures, they show up in the control panel and on the website.
One gallery does not work, I upload the picture the same way and it neither shows up on the control panel nor in the gallery itself. It shows up in the upload folder itself though. So the upload process itself seems to work but it does not show up where it is supposed to show up.

I reuploaded the .php files, I triple checked the code, it is exactly the same as the working galleries. So I am kind of stumped. Any idea what could cause the problem?

http://www.koemmet.name/teutonia/Das-Aktivenleben/
That is the testwebsite.

http://www.koemmet.name/teutonia/Das-Haus/
Working gallery.

Attachments

Hi,

I upload the picture the same way and it neither shows up on the control panel nor in the gallery itself.
Not showing up in the admin-panel means the upload process could not create cloned-pages for the images (each image in the gallery has a cloned-page of its own).

As to what could be the cause of it, is not very clear from your templates (one thing is pretty noticeable though that you are not using <?php require_once( 'couch/cms.php' ); ?> as the very first line of the templates - this could have something to do with this issue).
Thanks for your swift answer.

There is no <?php require_once( 'couch/cms.php' ); ?> in the template because it is the very first line in the head.php that gets included into the template at the beginning.

I fiddled around a bit and renamed the Masterpage, now it at least shows the alt text in the gallery, but it still can't create cloned pages for the uploaded pictures

edit:
I dont know why but one test picture was able to create a cloned page, after that I tested another one and it worked too. The pictures that are supposed to be there however work not...
Seems to be some problem with the pictures.
3 posts Page 1 of 1