Recent content by ben reilly tribute

  1. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    I updated the scripted, how would I clear cached copies?
  2. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    My actual site: http://www.benreillytribute.x10host.com/enforcer/ When you click on an image to open it, the thumbnails above it in the carousel don't load. Also, when you open a large image that needs to be resized smaller to fit on the screen, it doesn't load properly. See screencaps...
  3. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    I'm not getting any errors... the thumbnails and over sized images just don't load.
  4. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    Updated. Issue persists.
  5. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    Yeah, I've tried an updated version of thumb.display.php since imagefilledrectangle($thumb, 0, 0, $error_size, $error_size, $bg_color); 222 // output an errmsg $fnum = ($img_maxsize >= 70) ? 2 : 1; $msg_height = 12; $msg_array =...
  6. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    unfortunately I don't know how to access that information. The only thing I can use from it is that it runs the code properly, and for some reason x10Hosting doesn't.
  7. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    Any chance of a server change to correct this issue? I have verified that it is not a problem with my code.
  8. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    Alright so this is definitely an issue with the x10Hosting Server. I have uploaded this working site: http://briancbecker.com/minishowcase/ To my x10Hosting space, with issues: http://www.benreillytribute.x10host.com/minishowcase/ Any guidance would be appreciated.
  9. ben reilly tribute

    Possible Memory Issue affecting my lightbox gallery

    Not sure what the problem is with my gallery... Images that are larger than the window (and would be reduced in size with a link to the full size image) do not load properly, and the thumbnail images aren't loading properly either in the index or the spinner...
  10. ben reilly tribute

    Help fixing lightbox code

    Thanks gomarc. This didn't fix it. Not sure if I mentioned... this site all worked perfectly for a couple years and only recently started to have issues.
  11. ben reilly tribute

    Help fixing lightbox code

    Anyone? What filename should I give it that won't cause an error?
  12. ben reilly tribute

    Help fixing lightbox code

    Should I be renaming the files to some sort of specific naming convention then? I think the string is empty because it's variable...? It seems that the functionality has now gotten worse, with thumbnails in the top carousel no longer loading.
  13. ben reilly tribute

    Help fixing lightbox code

    Thanks for the thorough review... I'm not sure what changes I need to make outside of adding error_reporting(E_ALL ^ E_STRICT); to line 10. I have added this code to the live site. Will this address the problem or simply help figure out exactly what the issue is? I appreciate your thorough...
  14. ben reilly tribute

    Help fixing lightbox code

    I'm sure i'll be able to handle it. <?php /** * THUMBS DISPLAY */ //// import init file //// require_once("general.bootstrap.php"); error_reporting(E_ALL); //// debug mode $th_debug_flag = false;//$settings['thumbnail_debug']; $error_msg = ''...
  15. ben reilly tribute

    Help fixing lightbox code

    Sure, can you tell me which file you need the code from?
Top