Page 4 of 5
Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 14 Aug 2017, 18:40
by Freelux
wait for this new version

Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 22 Aug 2017, 05:24
by Flighthigh
Are you work on the new Version? Or is this Project dies?
Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 22 Oct 2017, 15:29
by Chris92
Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 22 Oct 2017, 18:21
by hackie
Nice to hear from you ! Thanks

Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 14 Jan 2018, 08:34
by gsxroil
I am really looking forward to getting the new version.
when will be available?
Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 18 Jan 2018, 12:08
by Chris92
Hey, I ran into some unfortunate circumstances, so the progress is more delayed than I would like. I'm trying to churn it out as soon as possible, please be patient <3
EDIT: The placeholder landing page for the website is back online and now has a link to the blog.
Moved to a different hosting provider that should hopefully be better than my last.
Once I've recreated my development setup on that new VPS, I'll get back to putting the finishing touches on AdminServ for the upcoming open beta.
Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 11 Apr 2021, 11:52
by msok
Hi people!
Help me overcome this mistake:
Occurs when trying to load card files greater than 700Kb. Much more is displayed in php.ini. The file adminserv.cfg.php is set to SIZE_LIMIT = 'auto'
Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 17 Apr 2021, 21:23
by Harest
@Msok: You may have found it since but this seems to be a problem related to the size allowed to be uploaded in php.ini indeed. The parameter you're seeking should be upload_max_filesize. It should be at least 4M (for 4MB) as its the max size a map can be on a server to work without any crash.
Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 18 Apr 2021, 08:04
by msok
The fact is that I have this parameter
upload_max_filesize and
post_max_size in php.ini worth 50M. If it is made smaller than the size of the mapes to be loaded, another error appears:

Re: AdminServ - The show must go on! [Current - v2.1.1]
Posted: 18 Apr 2021, 21:08
by Harest
@Msok: Hum okay. Did you check the php error log to see anything that could help maybe? I'm seeing some stuff related to cookies but i'm not sure it's appropriate to the issue there. You could still try to clear cookies for the site just in case, you'll just have to re-login.