-
Describe the problem/questionI am currently doing a completely fresh installation. As soon as I create a config.php I get this error on the page.
Even with this default content.
Did you use the FAQ section?
What you did?
What happensNo response What should happenNo response Additional informationNo response Server addressNo response Server OSDebian 12 WebserverNGINX PrivateBin version1.7.5 Browser and versionFirefox latest Local operating system and versionEndeavourOS Issue reproducibilityNo, I cannot reproduce it on https://privatebin.net. |
Beta Was this translation helpful? Give feedback.
Answered by
elrido
Dec 25, 2024
Replies: 1 comment 1 reply
-
parse_ini_file is a PHP builtin function, which I'd assumed is required, since PHP uses it to parse it's own configuration file(s) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Anagastes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
parse_ini_file is a PHP builtin function, which I'd assumed is required, since PHP uses it to parse it's own configuration file(s)
php.ini
. Maybe it was configured in the disable-functions?