jasonlewis / basset

A better asset management package for Laravel.

Home Page:http://jasonlewis.me/code/basset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set

ChaosPower opened this issue · comments

Problem with curl @ ISPConfig 3

curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set

if I comment out these two, will it not affect basset?

File: basset/src/Basset/Asset.php

  1. curl_setopt($handler, CURLOPT_RETURNTRANSFER, true);
  2. curl_setopt($handler, CURLOPT_FOLLOWLOCATION, true);

EDIT: Fixed via commenting curl_setopt($handler, CURLOPT_FOLLOWLOCATION, true);