Hi all,
after updating from Git Master rc 4.4 to 4.5 without any errors on a Ubuntu 10.0.4 Lucid system, altering any general settings in the admin-panel is no longer possible - changes are not saved and the error "Only positive numbers are allowed." is reported, even thought I didn't enter any or changed anything.
I'm a new user of i-MSCP, just started with Git Master rc 4.3 four days ago, updatet to 4.4 without any problems but in lack of experiance I'm not shure whether this behavior is my fault or a bug.
I used the following script for the recent update:
- aptitude update && aptitude safe-upgrade
- aptitude install -y git lsb-release
- echo "#### CLONING i-MSCP git/master branch ####"
- mkdir -p /usr/local/src/imscp
- if [ ! -d /usr/local/src/imscp/.git ]; then
- git clone git://github.com/i-MSCP/imscp.git /usr/local/src/imscp
- else
- cd /usr/local/src/imscp
- git pull
- fi
- perl /usr/local/src/imscp/imscp-autoinstall
Display More
What can I do to get back the ability to change general settings?
Thanks! symphosius