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 badly know PHP, how it can be repaired correctly?