#2175 - Auto extraction installation of Composr beta 1 errors on step 5 with undefined function "get_option()"

This is a spacer post for a website comment topic. The content this topic relates to: #2175 - Auto extraction installation of Composr beta 1 errors on step 5 with undefined function "get_option()"
Error also happens on manual installer
What's the stack trace you get for the manual installer? I can't currently reproduce.
In fact, that might not work. If you can put...

function get_option()
{
debug_print_backtrace();
exit();
}

at the bottom of install.php, and tell me what that says when it was previously doing the reported issue, that should help.

Or if I can test directly on your server.

Issue was when installing with an https:// base URL. This activated the cURL downloader code branch (more robust on https) which tried to access the config system for the proxy settings, but that was not yet initialised at that point in the installer.
Ahh okay. Weird since it did the same on http. But at least it's fixed. Thanks!
Not sure, maybe had a redirect to https on there, which would cause the downloader to use that anyway.
0 guests and 0 members have recently viewed this.