![]() |
|
nightly build question - 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: nightly build question (/thread-2605.html) |
nightly build question - affa - 2008-04-04 So as per our discussion I upgraded to the nightly build to resolve the IPTC issue I was having (now fixed)! I had upgraded to the nightly build the night before too, without the following issue. However, now I'm getting the following two errors on my page (just above the header): Warning: Cannot modify header information - headers already sent by (output started at /home/another/public_html/xyz/zenphoto/zp-core/plugins/flowplayer.php:1) in /home/another/public_html/xyz/zenphoto/index.php on line 29 Warning: Cannot modify header information - headers already sent by (output started at /home/another/public_html/xyz/zenphoto/zp-core/plugins/flowplayer.php:1) in /home/another/public_html/xyz/zenphoto/zp-core/functions.php on line 1615 Any ideas? nightly build question - sbillard - 2008-04-04 This is probably caused by the plugin implementation that is fairly new. Most likely there are old files in the zn-core/plugins folder that should not be there. The best approach is to delete the contents of that folder and reload from the distribution. As a general rule, it is a good idea to remove all the old zp-core content except for zp-config.php whenever you upgrade to insure that no orphaned scripts are left around to cause trouble. nightly build question - affa - 2008-04-04 Hmm. I had actually just:
so it should be clean. will continue to look into this. nightly build question - sbillard - 2008-04-04 We have found a problem with last night's build related to the plugins. (Thanks for your post!) It will be fixed in tonight's build or you can download the files from the current SVN http://www.zenphoto.org/trac/browser/trunk and replace all the plugins with the ones there. nightly build question - sbillard - 2008-04-04 Alternatively, if you are not using any of the features of the plugins, just uncheck the checkbox. nightly build question - affa - 2008-04-04 replaced plug in folder with current files from your link. this solved issue. however, I swear this worked yesterday (based on a solution you provided in another thread) It now returns Year: Y As mentioned, I could have sworn this worked yesterday (I had checked 'solve year issue' off my checklist) nightly build question - sbillard - 2008-04-04 The other thing that is in the nightly builds is the start of localization of zenphoto. One thing that did is require we use a different function for date conversions--strftime http://us2.php.net/manual/en/function.strftime.php. Unfortunately, that also changes the format strings (why can't things be consistent....) I guess your code worked when it was used against the old functions. Now you need to use "%Y". nightly build question - affa - 2008-04-04 solved and resolved. you rock. |