edit large files gets shortened
if i edit a file on a server that is quite big, the manager cuts some of it, so when you save a config file for example, the file is only around half of what it should have been. not sure if its only bugged in firefox, or its the same in all browsers..

the pic shows the same file first opened in the gpx editor, and also in notepad++ and in notepad++ theres plenty of lines left, where as in the gpx editor, it just stops at a little over half way down.
Try to Manage php.ini
Check PHP
You will want to check your PHP installation to make usre the following values are set and raised fairly high.
The path to your PHP config pay differ distro to distro.
php.ini:
file_uploads = On upload_max_filesize = 20M max_file_uploads = 20 post_max_size = 20M max_execution_time = 120 max_input_time = 120 memory_limit = 128M
If you are on a VPS, pay special attention to the "memory_limit = 128M" value. This sometimes is set fairly low for a VPS, so make sure it's high. If set too low, the scripts could fail.
well, i checked and edited all except the memory limit, since that was already set to -1 (unlimited) and plus, the file size is not the problem, its the number of lines.
was suggestion at me i cant even open any file i can open serverconfig.cfg and serverlog.txt only
by the way php .ini config was in the installer guide so it wont harm your system dont worry
hi, confirming this bug same problem here... php settings are like in tutorial.