Webspace with no php.ini: memory_limit issue ???
Posted: 04 Nov 2018, 22:38
Hello,
I just set up Mantis on my webserver/webspace, but I have the Failure:
„ memory_limit php.ini directive is at least equal to the post_max_size directive
The current value of the memory_limit directive is -1 bytes. This value needs to be at least equal to the post_max_size directive value of 67108864 bytes. „
The problem is, the managed webserver/webspace has no php.ini. I actually have never workes with PHP, so I do not know how to resolve that issue. I have put a php.ini file into the folder where Mantis is installed, but it did not help.
What can I do about it?
Thank you very much,
Best Regards,
Seppel
P.S. I've got two other warnings, but I would say they may not cause a problem?
register_argc_argv php.ini directive is disabled
This directive should be disabled to increase performance (it only affects PHP in CLI mode).
display_errors php.ini directive is disabled
For security reasons this directive should be disabled on all production and Internet facing servers.
I just set up Mantis on my webserver/webspace, but I have the Failure:
„ memory_limit php.ini directive is at least equal to the post_max_size directive
The current value of the memory_limit directive is -1 bytes. This value needs to be at least equal to the post_max_size directive value of 67108864 bytes. „
The problem is, the managed webserver/webspace has no php.ini. I actually have never workes with PHP, so I do not know how to resolve that issue. I have put a php.ini file into the folder where Mantis is installed, but it did not help.
What can I do about it?
Thank you very much,
Best Regards,
Seppel
P.S. I've got two other warnings, but I would say they may not cause a problem?
register_argc_argv php.ini directive is disabled
This directive should be disabled to increase performance (it only affects PHP in CLI mode).
display_errors php.ini directive is disabled
For security reasons this directive should be disabled on all production and Internet facing servers.