![]() |
|
Odd issues with nightly... - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Odd issues with nightly... (/thread-6063.html) |
Odd issues with nightly... - micheall - 2009-10-31 Ok, so I updated to the nightly so I could keep up with the recent fixes etc and then I noticed something... half of my image page doesn't show.. It's quite a large chunk of stuff that for whatever reason.. just doesn't load. I'm not seeing any errors or anything in the logs. Compare the live version (which I updated to nightly) to the base 1.2.6 version that I uploaded as test and are using the exact same theme files. Nightly (10-28 date): 1.2.6: It appears to be doing it on all themes. From what I can tell it just stops loading the page after imagedata... On default theme as well. I noticed it because the adminmenubox wasn't being loaded. I can't see anything outstanding in the code that would cause it but I haven't been over everything with a finetooth comb yet... Odd issues with nightly... - sbillard - 2009-10-31 There must be a CGI error somewhere. Either that or the server is timing out. Do you get the problem on other image pages? Odd issues with nightly... - sbillard - 2009-11-01 Does your theme use Odd issues with nightly... - micheall - 2009-11-01
it seems to stop from there on.. it's a theme just stylized off the example them for now. the default example theme does the same. In the error logs I'm seeing: [Sat Oct 31 20:30:32 2009] [error] [client 24.16.176.27] PHP Warning: Module 'SQLite' already loaded in Unknown on line 0, referer: http://www.michealmalone.com/zen/themes/my_theme/zen.css This is just a theme based off the example theme. Not much in the way of code changes. Edit: I tried turing on deprecated functions and it just leaves a blank white screen. Odd issues with nightly... - micheall - 2009-11-01 Also, using the exact same theme files produces a properly output page on the standard 1.2.6. This page output errors happen on the default example theme as well. Odd issues with nightly... - kagutsuchi - 2009-11-01 As sbillard said, Also, the reason that this happens on the example theme as well is that the example theme has been removed in the nightly builds and therefore has not been updated along with zenphoto. Odd issues with nightly... - micheall - 2009-11-01 Has the default theme also been removed? I'm noticing in the default theme that it's stopped generation of adminmenubox as well. When comparing the lines in template_function.php the nightly contains: function getImageEXIFData() { While the base 1.2.6 contains: Also, changing the one reference to getImageEXIFData() in the theme to getImageMetadata() doesn't resolve the issue. Edit: in fact changing it to getImageMetadata generates: If you look at the example links above, I've changed the skin to default on both the test and live galleries. Just to make sure it's not any code modifications in my theme etc. It still produces the same errors, stopping the image.php page generation part way through. Odd issues with nightly... - kagutsuchi - 2009-11-01 I downloaded a fresh version of 1.2.6 to verify and found that there was no Also, the default theme is still present in the nightly builds and should be updated accordingly with the zenphoto core. Odd issues with nightly... - micheall - 2009-11-01 Well then I guess I'll start anew after work and see what happens... a bit frustrating. Odd issues with nightly... - micheall - 2009-11-01 Ok, so after work I uploaded a clean nightly, and took another go at it. It didn't dawn on me earlier (cause I was extremely tired) that I wasn't replacing my local copy as well so when I'd edit and upload it was putting the old files back. Chalk one up to idiocy on my part, lol. Thanks for the patience and help guys. |