Page 1 of 1
Event export generation incorrect paths
Posted: Fri Nov 06, 2015 1:23 pm
by rockedge
I posted earlier that almost every install of 1.28.1 the export function works but the paths are incorrectly generated.
Again, does anyone any one at all have a reason why it makes bad paths or a clue to what I might have done wrong in the setup.
help as always is greatly appreciated.
Re: Event export generation incorrect pathsu
Posted: Fri Nov 06, 2015 10:34 pm
by knight-of-ni
You linked the answer to this question in your previous post. That link fully explains the issue and that it was fixed in master.
Re: Event export generation incorrect paths
Posted: Sun Nov 08, 2015 6:50 pm
by rockedge
Thanks for the reply.
I know the fix is in the master. And by altering the error_reporting in my set up the event export in version 1.28.107 is working well.
It is only in my 1.28.1 install that export is always generating a path like USE_DEEP_STORAGE is not set.
Can I add the fix to existing 1.28.1 installs without an upgrade?
Re: Event export generation incorrect paths
Posted: Mon Nov 09, 2015 12:57 am
by knight-of-ni
Sure. Since the changes were all done in php, you can make the change yourself w/o having to build from source.
The changes are shown in the link you referenced previsouly.
https://github.com/ZoneMinder/ZoneMinder/issues/506
Just click on commit d1f00f0 .
Re: Event export generation incorrect paths
Posted: Mon Nov 09, 2015 4:37 am
by rockedge
I made the changes....export works perfectly now. Thanks again.