- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I begin the download process I get an error and this shows up in the console. Anyone help with the fixes?
Warning: curl_setopt(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in xxx.com/store2/downloader/lib/Mage/HTTP/Client/Curl.php on line 510 Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in xxx.com/httpdocs/store2/downloader/lib/Mage/HTTP/Client/Curl.php on line 510
CONNECT ERROR: Unknown cipher in list: TLSv1
Warning: is_file(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in xxx.com/httpdocs/store2/downloader/lib/Mage/HTTP/Client/Curl.php on line 157 Warning: is_file(): open_basedir restriction in effect. File(var/cookie) is not within the allowed path(s): (/var/www/vhosts/primaatlanta.com/:/tmp/) in xxx.com/httpdocs/store2/downloader/lib/Mage/HTTP/Client/Curl.php on line 157
Thanks!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
looks like you have to configure your php,
open_basedir or safe_mode enabled or not properly set.
also this could be your solution to TLSv1
anyway your server is not setup as needed...
MagenX - Magento and Server optimization
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
looks like you have to configure your php,
open_basedir or safe_mode enabled or not properly set.
also this could be your solution to TLSv1
anyway your server is not setup as needed...
MagenX - Magento and Server optimization