UNable to download

Permalink Browser Info Environment
I am trying to install Pixel 2.4 into a clean install of 8.5.9, but I get the errors detailed below:
I haven't ever had any previous issues downloading this. It says the package isn't currently available for this version of Concrete. Any thoughts? Solutions? Thanks.

Tim

Whoops \ Exception \ ErrorException (E_WARNING)
fopen(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0

$fp = fopen($tmpFile, 'w');

if ($handle === false) {
$error->add(t('An error occurred while downloading the package.'));
} else if ($fp === false) {
$error->add(t('Concrete was not able to save the package.'));
} else {
while (!feof($handle)) {
$data = fread($handle, $chunksize);

if ($data == \Package::E_PACKAGE_INVALID_APP_VERSION) {
$error->add(t('This package isn\'t currently available for this version of Concrete . Please contact the maintainer of this package for assistance.'));
} else {
fwrite($fp, $data, strlen($data));
}
}
}

fclose($handle);
fclose($fp);

Type: Ticket
Status: Resolved
DBKG
View Replies:
shahroq replied on at Permalink Reply
shahroq
Hi,
It doesn't seem like a theme-related issue. You may want to ask it on the general forum or contact a person in the core to check this.
Cheers,
webdesign4 replied on at Permalink Reply
webdesign4
Hi, i have the same problem - do you have a info ?
DBKG replied on at Permalink Reply
DBKG
No, I got sidetracked with other projects and didn't follow up in the forum. But I just tried again and it did the same thing, so I will post that shortly.
shahroq replied on at Permalink Reply
shahroq
Hi,
I asked one of the people in the core to look into it.

concrete5 Environment Information

# concrete5 Version
Core Version - 8.5.9
Version Installed - 8.5.9
Database Version - 20220319043123

# Database Information
Version: 10.2.44-MariaDB
SQL Mode: STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

# concrete5 Packages
None

# concrete5 Overrides
None

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
7.4.30

# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, enchant, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, intl, json, ldap, libxml, mbstring, mysqli, mysqlnd, odbc, openssl, pcntl, pcre, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, Reflection, session, shmop, SimpleXML, snmp, soap, sockets, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 64M
upload_max_filesize - 2M
ldap.max_links - Unlimited
mbstring.regex_retry_limit - 1000000
mbstring.regex_stack_limit - 100000
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
unserialize_max_depth - 4096

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.