Follow us on Twitter...
Stay up to date with the latest news, special offers and advice from CensorNet on Twitter... we are Tweeting regularly!
After upgrading CensorNet Professional, the Policy Schedule editor does not save any entries past Wednesday 11am
Unbeknown to our development team, during a recent PHP update, the maximum size of a HTTP POST request has been reduced and therefore the schedule entries are not being sent when you click "Update Schedule". To fix this, please follow the steps here.
Use a program such as Putty, the virtual machine console or a keyboard and monitor directly connected to the CensorNet server to log in as the root user with the password you set during install.
Type the following command:
nano /etc/php5/apache2/php.ini
Scroll to the bottom of this file, and then above the line that reads:
include_path = ".:/usr/share/pear:/usr/share/php5:/usr/share/php:/usr/share/php/adodb"
Add the following new line:
max_input_vars = 5000
Then hold down Ctrl and then X then press Y and Enter. This will save and exit the editor.
The final step is to restart the web server so that the change takes effect. To do this, type:
/etc/init.d/apache2 stop
/etc/init.d/apache2 start
Now the fix has been applied.