GamePanelX-V3 icon indicating copy to clipboard operation
GamePanelX-V3 copied to clipboard

edit large files gets shortened

Open Demon1986 opened this issue 12 years ago • 5 comments

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.. frqwc54

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.

Demon1986 avatar Sep 17 '13 18:09 Demon1986

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.


Saifallak avatar Dec 17 '13 21:12 Saifallak

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.

Demon1986 avatar Dec 18 '13 02:12 Demon1986

was suggestion at me i cant even open any file i can open serverconfig.cfg and serverlog.txt only

Saifallak avatar Dec 18 '13 03:12 Saifallak

by the way php .ini config was in the installer guide so it wont harm your system dont worry

Saifallak avatar Dec 18 '13 03:12 Saifallak

hi, confirming this bug same problem here... php settings are like in tutorial.

zakrpa avatar Mar 24 '14 21:03 zakrpa