Questions tagged [safe-mode]
105 questions
1
vote
2 answers
PHP getimagesize not working on external links
I have some issues on my server in running getimagesize on remote url images.
For example if I run this code on my local server it works fine and returns OK:

Mighty Gorgon
- 33
- 1
- 5
1
vote
2 answers
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 set_time_limit cannot be st in safe mode.
This has been…

user373396
- 100
- 1
- 1
- 6
1
vote
3 answers
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 be executed with exec() function. I've done…

Mee
- 458
- 1
- 6
- 21
1
vote
1 answer
Transferring a modified file, via FTP, in safe mode?
I have a list of existing files that need to follow these steps:
Stored in a temporary file
Modified
Transferred to another server via FTP. All while the server is running in safe mode.
I can't use tmpfile(), because I still wouldn't be able to…

Michael Minter
- 531
- 4
- 16
1
vote
1 answer
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?
Any advice would be great

sea_1987
- 2,902
- 12
- 44
- 69
1
vote
1 answer
How to determine if previous Windows boot was a Safe Mode boot?
I have some monitoring software that users are attempting to bypass by booting Windows in Safe Mode. I can't prevent this, since any change I make to the boot menu programmatically can be undone manually, but it would be useful to know if the…

jeffm
- 3,120
- 1
- 34
- 57
1
vote
2 answers
How to get Visual Studio 2013 manually into safe mode?
I know this might a common question. I don't really know why but my VS 2013 got really really slow yesterday. Every open VS is sucking up 25% of the CPU-Power. When I start it in the Safe Mode, everything is allright. So it has to be thrid party…

FrankToast
- 67
- 1
- 8
1
vote
1 answer
Use C# BCD WMI Provider to SafeBoot Windows
I have scoured the web looking for solutions on how to SafeBoot into Windows using only C#. Since Vista and above, safe booting is controlled using BCD. Ofcourse you could use the commandline tool "bcdedit":
bcdedit /set {current} safeboot…

Vippy
- 1,356
- 3
- 20
- 30
1
vote
0 answers
php exec for cronjob won't start the file (BUT manually) - PHP Version-issue?
For a cronjob I use php's exec. For sure, sometimes include is better (or at least more simple), but not if you start a few things at the same time - and from time to time that's necessary.
Anyway, on the server from my webhoster I have PHP 5.3 -…

Sebastian
- 625
- 9
- 22
1
vote
2 answers
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 ?

justjoe
- 5,454
- 9
- 44
- 64
1
vote
1 answer
Gremlin safe mode? (No JDK calls)
Is there a way to limit Gremlin expressions to just Gremlin API? I'd like to embed gremlin as a part of one rule engine, but the possibility to call whatever e.g. in filters is a risk.
g.v(1).outE.filter{ new Socket('localhost', 8080). ... }
Is…

Ondra Žižka
- 43,948
- 41
- 217
- 277
1
vote
1 answer
Android: Prevent regular users from accessing safe-mode?
I'm planning to deploy an app on my android smartphone which is supposed to be used by multiple other persons. Now of course I do not want them to do things with the device they are not supposed to do so I informed myself about several different…

FlyingM
- 217
- 2
- 7
- 17
1
vote
1 answer
Unable to start IIS Express when runnin VS in SafeMode
I am getting the error message "Unable to launch the IIS Express Web server" when trying to debug a web app in SafeMode. I am kicking off safemode with the devenv.exe /SafeMode switch and it loads my solution fine and it builds fine. But when I…

alanquillin
- 1,242
- 2
- 11
- 16
1
vote
1 answer
PHPLIST - Error sending messages when safe mode = Off
I'm running phplist-3.0.2 in a dedicate server with sendmail and when I try to switch php safe_mode to "Off" or "0" I get this error while I send a campaign:
Error sending message X (X/XXXX) to user@domain.com (user@domain.com).
The queue is…

M_iserte
- 98
- 5
1
vote
2 answers
Editing a File "Microsoft Visual Studio 2010 has stopped working"
I'm having trouble with my visual studio 2010. When I open a file and try to edit it, it crashes and gives the following message.
Microsoft Visual Studio 2010 has stopped working.
If I choose to debug, visual studio just-in-time debugger says:
An…

Smartie
- 840
- 1
- 9
- 16