Event export generation incorrect paths

Forum for questions and support relating to the 1.28.x releases only.
Locked
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Event export generation incorrect paths

Post 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.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Event export generation incorrect pathsu

Post 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.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Event export generation incorrect paths

Post 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?
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Event export generation incorrect paths

Post 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 .
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: Event export generation incorrect paths

Post by rockedge »

I made the changes....export works perfectly now. Thanks again.
Locked