Where has safe mode on/off gone?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Where has safe mode on/off gone?
Where has safe mode on/off gone?
09-12-2008 3:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
So what has happened? Is it just me? Anyone else with this problem?
Re: Where has safe mode on/off gone?
09-12-2008 4:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Gabe
Re: Where has safe mode on/off gone?
09-12-2008 4:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
PHP safe mode management: No
I hope that this problem can be resolved as it renders both my joomla and CMS Made Simple sites unable to be updated which renders them pretty much useless at the moment. Safe mode management is fairly critical for most CMS systems as far as i can see. I do appreciate that this is a Preview site and therefore liable to some hiccups along the way.
Re: Where has safe mode on/off gone?
09-12-2008 5:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've just had a new domain repointed at my preview account and somehow the process has lost all the files in my original domain.
I have up-to-date backups so it's not much of an issue but with Safe Mode on I can't install Joomla and start the restore process rolling - so now I'm stalemated just at the point when I thought everything was working smoothly.
Re: Where has safe mode on/off gone?
09-12-2008 9:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Unfortunately having safe_mode off presents a security issue for the moment, which is why it's had to be switched back on.
Joomla doesn't actually require that safe_mode be off... it works fine with it on, using FTP to manipulate files. Annoyingly, the Plesk Application Vault one-click install version complains about safe_mode and won't continue with the install. A manual install of Joomla (getting the download version from joomla.org) works fine.
Hope that helps
Re: Where has safe mode on/off gone?
10-12-2008 1:20 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Where has safe mode on/off gone?
18-12-2008 3:25 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I have some PHP counter/tracker scripts which all reside in a folder on the ccgi server .
Underneath that folder are separate folders, each of which contain daily files of tracker information in text format for a particular webpage visited.
[tt]PHP folder containing scripts
|
|------ folder1
|-------- Dec01Main.txt
|-------- Dec02Main.txt
etc.
|------ folder2
|-------- Dec01Buy.txt
|-------- Dec02Buy.txt
etc.
[/tt]
At the moment (on ccgi) the PHP code automatically generates the new files every day using the fopen($myfile,"a") open for append command. The same function also writes to the end of the files if they already exist.
If I move them to PAYH , can anyone please tell me:
1. Am I like likely to fall foul of the Safe Mode ON problem when the scripts either try to generate a new file or when they try to add to it?
2. If so, would it help to move the script files to the appropriate sub-folder?
3. What if I ditched the folders and had the whole lot in the same folder - just different file names?
4. If not, is there any way around this where I can keep the same format of files and filenames?
PS - I want to do it this way - not with a MySQL database because I have have developed real-time displays to access the data in this format, Also, I have statistical analysis programs programs written on my local computer to analyse the files once downloaded.
Any help/comments most appreciated.
Tony
Re: Where has safe mode on/off gone?
18-12-2008 7:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Edit: I just wrote a reply that was complete and utter nonsense.

You should be fine if you set your folder permissions 777.
Gabe
Re: Where has safe mode on/off gone?
18-12-2008 10:10 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I missed your original reply as I was not online at the time.
So to recap (with reference to the diagram), doing a CHMOD 777 on 'Folder1' and 'Folder2' should allow the scripts in the 'PHP folder' to create and append to files in 'Folder1' and 'Folder2'.
Is that correct?
Tony
Re: Where has safe mode on/off gone?
18-12-2008 10:54 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm not a big fan of 777 permissions, but needs must.
Gabe
Re: Where has safe mode on/off gone?
19-12-2008 8:26 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I have not signed up yet as I wanted to see the problems generated before trying. I will have a try in the New Year - things get hectic over Christmas.
One problem is that my domain (mydomain.co.uk) can only point to one place (ccgi or PAYH) and I will have to be sure that it works before I change, otherwise both mydomain.co.uk and my Homepages site - which depends upon it - will go belly-up.
Tony
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Where has safe mode on/off gone?