Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Grey screen where "div" should be
07-07-2011, 04:39 PM
Post: #1
Grey screen where "div" should be
Hi,

This thing is annoying me;

I've been using this gallery on one server it works perfectly.
The file photos.php is this:

PHP Code:
<?php include_once("./galleries/ki_include.php"); ?>
<div class="koschtitgallery" title="promo"></div>
<div class="koschtitgallery" title="live"></div> 

You can find the gallery at http://www.yanbaray.com
Gallery works fine!

I copy/pasted the SAME THING on another server because I needed the same script but with different images and it doesn't work!

The other photos.php on the http://www.studiocantica.com is:
PHP Code:
<?php include_once("./gallery/ki_include.php"); ?>
<div class="koschtitgallery" title="01"></div>
<div class="koschtitgallery" title="sample"></div> 

Note that I'm using different folder structure, as the first server's gallery folder is in "galleries" and the second is in "gallery".

I'm aware of that and the folder structure fits both servers!

I have found out that if you hover over the non-existing gallery, the little text pops up with the texts "01" and "sample" referring to the gallery being there but something's blocking it from loading 100%.

Both servers are PHP5.x and GD2 compatible.
Find all posts by this user
Quote this message in a reply
07-09-2011, 11:45 AM
Post: #2
RE: Grey screen where "div" should be
Hey. Seems like you have solved the issue by yourself. I have noticed an internal server error (code 500) some days ago but it didn't say what was causing the error. Well, since it works now I guess everything is just fine.

KoschtIT Image Gallery developer
Visit this user's website Find all posts by this user
Quote this message in a reply
07-11-2011, 12:18 PM
Post: #3
RE: Grey screen where "div" should be
Yes, thanks!

In the end, I was forced to delete the entire folder on the server and I DL'ed the newest version and now everything works.

A little tip for everyone: If you have more than 3 or 4 galleries on one page I suggest loading every gallery one by one on the first upload. It happened that some pictures were missing or whole galleries. Let the script do the thumbs and then crank up the number of galleries on ona page. I haven't had any problems since then.

Great work!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)