Show events don't worked

Support and queries relating to all previous versions of ZoneMinder
Locked
oskin
Posts: 84
Joined: Tue May 25, 2004 7:03 pm
Location: Moscow, Russia

Show events don't worked

Post by oskin »

Before update:
apache 2.0.49
php 3.4.3
mysql 4.1.1
zm 1.19.4
It's good.

After update:
apache 2.0.49
php 3.4.7 (or 3.4.6)
mysql 4.1.1 (or 4.1.2)
zm 1.19.4

It's bad: "ZM - Events" window is empty.
Page source:

Code: Select all

<html>
<head>
<title>ZM - Events</title>
<link rel="stylesheet" href="zm_styles.css" type="text/css">
<script language="JavaScript">
function newWindow(Url,Name,Width,Height)
...
window.focus();
//opener.location.reload(true);
filterWindow( '/videospy/zm/index.php?view=filter&page=1&trms=1&attr1=Archived&op1=&val1=0', 'zmFilter' );
location.replace( '/videospy/zm/index.php?view=events&page=1&trms=1&attr1=Archived&op1=&val1=0' );
</script>
</head>
</html>
I have tried to change url with "$PHP_SELF?view=events&page=1&filter=1&trms=2..." to "$PHP_SELF?view=events&page=1&trms=2..." - is have worked.
I badly know PHP, how it can be repaired correctly?
oskin
Posts: 84
Joined: Tue May 25, 2004 7:03 pm
Location: Moscow, Russia

P.S. :)

Post by oskin »

I changed URL in a file zm_html_view_console.php.
Locked