[Owncloud] [owncloud] need help in getting started

Frank Karlitschek frank at owncloud.org
Sun Feb 24 15:19:37 UTC 2013


It is also possible that you have open_basedir restrictions activated:
http://www.php.net/manual/en/ini.core.php#ini.open-basedir

This should be disabled too.

Frank


On 24.02.2013, at 16:13, Ayudh Das <ayudh.d at gmail.com> wrote:

> Hello Daniel
> Thanks for the reply. But I couldn't find any safe_mode attribute in php.ini
> Further, I ran a small test to be sure.
> <?php 
> // Check for safe mode
> if( ini_get('safe_mode') ){
>     echo 'safe mode on';
> }else{
>     echo 'safe mode off';
> }
> ?>
> 
> It also returned 'safe mode off'.
> I can't understand the open_basedir part. Please help
> 
> Regards
> Ayudh
> 
> On Sun, Feb 24, 2013 at 8:30 PM, Daniel Molkentin <danimo at owncloud.com> wrote:
> Try to turn off safe_mode in php.ini.
> 
> Am 24.02.2013 um 15:58 schrieb Ayudh Das:
> 
>> curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
> 
> --
> www.owncloud.com - Your Data, Your Cloud, Your Way!
> 
> ownCloud GmbH, GF: Markus Rex, Holger Dyroff
> Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg)
> 
> 
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
> 
> 
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud




More information about the Owncloud mailing list