Search found 4 matches

by tong123123
Mon Dec 04, 2023 9:46 am
Forum: ZoneMinder 1.36.x
Topic: How to enable debug log on component web_php?
Replies: 3
Views: 11077

Re: How to enable debug log on component web_php?

yes, restart by

Code: Select all

systemctl restart zoneminder
is this correct?

Image

For more information, I can find the log in
/var/log/zm/web_php.log, just cannot see the log in Zoneminder console Log menu.
by tong123123
Mon Dec 04, 2023 7:50 am
Forum: ZoneMinder 1.36.x
Topic: How to enable debug log on component web_php?
Replies: 3
Views: 11077

How to enable debug log on component web_php?

I already set "Debug" in log_level_weblog and check the checkbox "log_debug", but still cannot log debug log, why? I expect to see the debug log in index.php ZM\Debug("View: $view Request: $request Action: $action User: " . (isset($user) ? $user->Username() : 'none')); https://i.postimg.cc/YSyPYy69 ...
by tong123123
Thu Nov 30, 2023 8:48 am
Forum: ZoneMinder 1.36.x
Topic: what is the folder ~/ZoneMinder_zoneminder_release
Replies: 1
Views: 6146

what is the folder ~/ZoneMinder_zoneminder_release

after installing zoneminder, I checked it installed files mostly on usr/share/....., but I also find a folder ~/Zoneminder_zoneminder_release, where is this folder come from and what is its uses?
by tong123123
Thu Nov 09, 2023 2:19 am
Forum: ZoneMinder 1.36.x
Topic: newbie on Zoneminder 1.36.x, how to modify and compile source code change?
Replies: 1
Views: 99252

newbie on Zoneminder 1.36.x, how to modify and compile source code change?

My background is on Java and in java development, I can use IDE like eclipse, and set debug mode to run line by line. Now I need to modify zoneminder source, I have no experience on developing Linux application and want to ask some question: 1) is there some IDE like eclipse IDE for java development ...