usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.48k stars 577 forks source link

assign post_max_size to fix https://github.com/usmannasir/cyberpanel/issues/1163 #1164

Open Lvl4Sword opened 7 months ago

Lvl4Sword commented 7 months ago

I think this is all that's needed here, as the error is pretty straightforward.

Lvl4Sword commented 7 months ago

Should Django's JsonResponse be used in fetchPHPExtensions rather than the HttpResponse used here?

Lvl4Sword commented 6 months ago

listChildDomainsJson was added and will fix https://github.com/usmannasir/cyberpanel/issues/1120 Also did args.function.lower() so cli commands don't need specific casing.

Lvl4Sword commented 6 months ago

Weirdly enough listChildDomainsJson brings back PHP 7.3 for php_version. Are child domains setting PHP incorrectly?

Lvl4Sword commented 6 months ago

@usmannasir Can you take a look at this?

usmannasir commented 6 months ago

I am sorry I was out of the country. Right now I can see that only the cli file is changed?