Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
484 views

Impossible to turn off PHP safe_mode?

I can't upload images in Drupal 7 since I have moved it to a new server: php safe mode was on. So in php.ini I set safe_mode = Off (through ssh, I have CentOS). phpinfo() shows that safe_mode is off ...
3
votes
1answer
2k views

Hadoop safemode recovery - taking too long!

I have a Hadoop cluster with 18 data nodes. I restarted the name node over two hours ago and the name node is still in safe mode. I have been searching for why this might be taking too long and I ...
3
votes
2answers
198 views

When or for what Reasons should folks turn PHP Safemode ON/OFF?

question about PHP safe-mode: By default it is switched on in PLESK shared-hosting account environment: While on my site seems to work fine, but maybe it will work faster/better when off? I dont ...
3
votes
2answers
710 views

PHP cli command line safe_mode restriction

I'm using the Kohana framework (3.0.9), which generates daily logs. I want to mail the log file if one was made the day before CRON runs the script, but after days trying I can't figure out how to put ...
3
votes
3answers
3k views

phpinfo() difference between master and local value

I have a clean install of a CentOs with php 5.2.13. In php.ini that is loaded and present in the header of phpinfo() I have safe_mode=off in the phpinfo() information I have // local value - ...
2
votes
1answer
115 views

PHP safemode alternative

Safe Mode is deprecated as 5.3.0. I have never really required it and rather found it problematic many times in the past due to permission errors, etc. However I now have a requirement where I think ...
1
vote
2answers
77 views

Safe mode.. mkdir

I have a script that creates a directory "createddir" and sets the chmod to 777 (just for this test really..) I then want to create subfolders, but then the script fails. because of safe mode. Why ...
1
vote
1answer
158 views

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in

I have a large script that has a set_time_limit(0) directive to insure it processes fully. However, I'm getting a few reports of this error on a small percentage of installations: Warning: ...
1
vote
2answers
316 views

How safe is MongoDB's safe mode on inserts?

I am working on a project which has some important data in it. This means we cannot to lose any of it if the light or server goes down. We are using MongoDB for the database. I'd like to be sure that ...
1
vote
1answer
219 views

Windows7 Force boot to Safe mode via API

Is there a way via the Windows API or altering a file to reboot the computer in safemode with Network support. (Windows 7) For Windows 2000 and XP you could simply add '/safeboot:network' to the ...
1
vote
1answer
117 views

Script not allowed to access owned by someone else

I have been trying to run the setup for the Siwapp app (an app based on the Symphony framework). And I keep getting this error once I specify the root Symphony folder. SAFE MODE Restriction in ...
1
vote
4answers
307 views

PHP safe_mode problem using curl

I want to use cURL on my server, but it gives me the following error Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is ...
1
vote
2answers
137 views

PHP stuck in safe_mode

Even though I've set safe_mode = Off in php.ini, restarted apache, and even rebooted the system... when I try to execute set_time_limit(0) in my application, it throws the warning that ...
1
vote
3answers
524 views

How to turn off safe_mode in php on Debian?

I know, it may sound ridiculous, but I can't turn off safe_mode. I'm using wkhtmltopdf (which is best html->pdf converter I've used, and yes, I tried html2ps, fpdf and lots of others). And it needs to ...
1
vote
1answer
49 views

Transferring a modified file, via FTP, in safe mode?

I have a list of existing files that need to be; a) Stored in a temporary file, b) Modified, and c) Transferred to another server via FTP. All while the server is running in safe mode. I can't use ...
1
vote
1answer
448 views

php safe_mode_exec_dir help

I am hoping to find some more information about this PHP setting, I assume I need to change its value in the php.ini but I set the root the folder as /file/path/ or as http://www.domain.com/file/path? ...
1
vote
2answers
42 views

how to code a PHP function who will check whether the mode of Apache is on safemode or not?

how to code a PHP function who will check whether the mode of Apache is on safemode or not ?
1
vote
3answers
576 views

PHP is_readable trouble with open_basedir

I've recently gotten an error when I deployed an application. It used "is_readable" on a path within the include path, but one that was restricted by "open_basedir". This gave me a fatal error. Is ...
1
vote
1answer
820 views

Running SQL Server 2005 in Windows Safe Mode

My computer has recently crashed and I can only run it in Safe Mode. I need to back up a SQL server 2005 database and transfer it a computer that works. Is there anyway to run SQL server 2005 in ...
1
vote
3answers
1k views

Getting around PHP safe mode to write to server. Is it possible?

I have got the following problem since the server has safe mode turned on, and directories are being created under different users: I upload my script to the server, it shows as belonging to ...
0
votes
1answer
39 views

Mongo Safemode Error

I am enabling Mongo SafeMode while doing various inserts and removes. Occasionally, I get an unexpected error in a messagebox: Safemode detected an error: "Message contains no documents." Response ...
0
votes
1answer
65 views

How to switch windows from manual to safe mode with code in C# [closed]

Possible Duplicate: Windows7 Force boot to Safe mode via API I want to put a button in my form that when someone click it system restart and go to safe mode.Does anyone how can I do it?
0
votes
0answers
31 views

Safe Mode error inside user directory?

I've created a directory within a PHP script: mkdir("directory"); Now I want to place images in this directory but I get this error: Warning: imagejpeg() [function.imagejpeg]: SAFE MODE ...
0
votes
2answers
128 views

How Can I Get Phpmailer Mailings to Send Message With a return-path to Another Domain

I'm using a 3rd party SMTP service for sending my newsletters. Because of that, my ISP does not accept bounces because they are coming from an email not originating with them. Okay. So I set up a ...
0
votes
1answer
135 views

PHP Safe Mode Restriction for Zend Framework

I want to upload a Zend Framework Project to a site where "safe_mode" is on and I can't controll it. I get the following warning message from PHP: PHP Warning: realpath() [function.realpath]: ...
0
votes
1answer
150 views

Ubuntu. Disable open_basedir and safemode

I am running an Ubuntu 10.04 VPS server with PHP 5.3. I got an error saying that curl does not work with safe mode and open_basedir activated Severity: Warning Message: curl_setopt_array(): ...
0
votes
1answer
66 views

Are there any alternatives to safe_mode in PHP6?

As we know safe_mode,magic_quotes .... etc , will be canceled in PHP6 Are there any alternatives to them ? to enhance the security level ...
0
votes
2answers
294 views

Is there an alternative to php readfile() in safe mode server?

I host my site on a shared hosting, which lately changed the server to safe mode (without even notifying that). I use a feature that download files from the server, using the readfile() function (I ...
0
votes
4answers
101 views

Write file with PHP in safemode

I can't use fopen because PHP is in safemode and admin wont change this. How can I write a static html file using php?
0
votes
0answers
26 views

Safe-Mode in Windows 7. How to replicate environment?

Is their a list of core windows services/applications? I am planning to make an application that will replicate the environment of Windows Safe-Mode. How can I do this? The reasons for making this ...
0
votes
4answers
498 views

How to do command line from PHP script

I need to write a script that will give users info on a given Unix account (the same Unix server that the script lives on). Mostly thing kinds of things that are in the passwd file or available via ...
-1
votes
1answer
102 views

PHP Safe Mode: disabled in php.ini, but still enabled [closed]

Well, I have such php file: <?php $execresult = shell_exec('echo ololololo'); echo $execresult; ?> Warning: shell_exec(): Cannot execute using backquotes in Safe Mode in (filename, ...