Questions tagged [safe-mode]
105 questions
1
vote
1 answer
Run program when booting into safe mode Win7
An attempt at security.
In an attempt to make my computer useless if stolen I have a batch file which tests for a file on my pen drive when booting and if not found then it switches to a dummy background and closes windows down. If my pen drive is…

Ian
- 19
- 1
1
vote
1 answer
PHP session with safe_mode on
I have a custom cms that uses sessions o store some data. The webserver I'm on suddenlt changed turned safe_mode on in PHP. This means I can't use sessions anymore. Is there a workaround for this when putting safe_mode off is no option?

waterschaats
- 994
- 3
- 18
- 32
1
vote
1 answer
Unable to execute shell script in exec dir
We have a server running PHP 4.3.9 with safe_mode ON and safe_mode_exec_dir setted to /usr/local/bin/php/
So, as it is written on php.net, we can't execute any script which is not in safe_mode_exec_dir.
I want to call unzip system command (don't…

clement.michelet
- 238
- 2
- 16
0
votes
1 answer
web svn and safe_mod off conflicts
I am trying to install websvn but I am getting this error.
Warning: proc_open() has been disabled for security reasons in /home/xxxxx/public_html/svndirectory/include/command.php on line 173
Error running this command: svn --config-dir /tmp…

guness
- 6,336
- 7
- 59
- 88
0
votes
1 answer
How to switch windows from manual to safe mode with code in C#
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?

ahmadali shafiee
- 4,350
- 12
- 56
- 91
0
votes
1 answer
Open Jupyter notebook without render images and without popolating dataframes - safe mode loading preventing out of memory state
Under Windows 10 I have a Jupyter notebook that I am not able anymore to open because the browser reaches the "out of memory" state. The system resources tool confirms this: reaching 85% of used RAM the process is stopped. The last time I used the…

fede72bari
- 343
- 5
- 17
0
votes
2 answers
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 mailbox with my SMTP service to accept the bounces.…

lkessler
- 19,819
- 36
- 132
- 203
0
votes
1 answer
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]: SAFE MODE Restriction in effect. The script whose…

spankmaster79
- 21,555
- 10
- 42
- 73
0
votes
1 answer
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(): CURLOPT_FOLLOWLOCATION cannot be activated when in…

Jonathan Clark
- 19,726
- 29
- 111
- 175
0
votes
0 answers
Running Visual Studio in Windows Safe Mode
I am trying to run Visual Studio in Windows safe mode as my laptop has developed some issues and runs only on Safe mode. Unfortunately while running a program, local host refuses to connect. I am not sure what is the problem. Please help
0
votes
1 answer
¿Can i set in Mysql the use of two different data base at the same time?
I have a site in a server, and the data base in other server.
My site was connected with two differnt data bases at the same time
without any problem, but when I change the server's data base
I had a problem, my site did not recognice two…

Vanessa Marchelli
- 103
- 5
0
votes
1 answer
How do I prevent Word from starting in safe mode?
I've an applications that allows a user to start MS Word.
If the user holds the "CTRL" key while starting MS Word, following dialog is shown:
This leads to errors in my application, because users seem to hold the "CTRL" key by accident and may…

Peter Jaghorn
- 53
- 6
0
votes
1 answer
timeout /t 10 /nobreak > NUL is getting stuck and not coming out to execute next statement on windows 2003 server VM
"timeout /t 10 /nobreak > NUL" is getting stuck and not coming out to execute the next statement.
I have written a below script which executes as expected on my dev machine and also tested on few test machines also. it waits for 10 seconds and the…

MUKHTAR INAMDAR
- 85
- 4
- 17
0
votes
4 answers
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?

neufuture
- 277
- 3
- 10
0
votes
1 answer
Is there any way to show a custom message when a user opens Outlook in safe mode?
We've built some automated governance around sending emails from Outlook using VSTO. Users are able to avoid this automation if they open Outlook in safe mode.
Is there any way we can provide a custom message to the effect that "running outlook in…

Paul Galvin
- 21
- 4