Hello, can you please tell me what is the origin of this error and how to remove it?
Maybe it's not important? :
"actions can no longer be performed without POST. Requested: export for event"
I tried this, but it doesn't seem to solve the problem:
I updated file "/www/skins/classic/views/zones.php", line 52 from:
<form name="contentForm" id="contentForm" method="get" action="?">
to
<form name="contentForm" id="contentForm" method="post" action="?">
Do you have an idea ?
Zoneminder 1.36.33 on GNU/Debian Linux 11 (intel)
Thanks for your help.
ERR : actions can no longer be performed without POST. Requested: export for event
Re: ERR : actions can no longer be performed without POST. Requested: export for event
in 1.36.33... you should not have needed to update that file.
I do not believe that you are runing 1.36.33. Something weird is going on.
Other than that, I think I can confirm that export is broken. Will have to look closer.
I do not believe that you are runing 1.36.33. Something weird is going on.
Other than that, I think I can confirm that export is broken. Will have to look closer.
Re: ERR : actions can no longer be performed without POST. Requested: export for event
Good morning,
Thank you Iconnor for this quick response.
For information, this version of GNU/Debian 11 is very fresh, I started from a netInstall.
I used this procedure to install it:
https://wiki.zoneminder.com/Debian_11_B ... der_1.36.x
(I made a mistake in my previous message, I did not touch skins/classic/views/zones.php") but at:
/usr/share/zoneminder/www/skins/classic/views/options.php
Line 79: <form name="optionsForm" id="contentForm" method="get" action="?">
in
Line 79: <form name="optionsForm" id="contentForm" method="post" action="?">
I had a backup of the file, so I restored the file, but my issue still persists.
What is strange is that my Ubuntu machine which is in production, gives me the same error message during the same action.
The Debian machine presented here is only a test machine (which is much faster on the way than with Ubuntu)
Thanks for your help.
Regards
Thank you Iconnor for this quick response.
For information, this version of GNU/Debian 11 is very fresh, I started from a netInstall.
I used this procedure to install it:
https://wiki.zoneminder.com/Debian_11_B ... der_1.36.x
(I made a mistake in my previous message, I did not touch skins/classic/views/zones.php") but at:
/usr/share/zoneminder/www/skins/classic/views/options.php
Line 79: <form name="optionsForm" id="contentForm" method="get" action="?">
in
Line 79: <form name="optionsForm" id="contentForm" method="post" action="?">
I had a backup of the file, so I restored the file, but my issue still persists.
What is strange is that my Ubuntu machine which is in production, gives me the same error message during the same action.
The Debian machine presented here is only a test machine (which is much faster on the way than with Ubuntu)
Thanks for your help.
Regards
Re: ERR : actions can no longer be performed without POST. Requested: export for event
Hi, I installed everything again with Gnu/Debian, the problem seems to be gone. I may not have followed the installation procedure correctly. Now everything is back to normal.