May 17, 2012, 10:54:56 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Join the BIGACE Team
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: CMS claiming server rights  (Read 5805 times)
0 Members and 1 Guest are viewing this topic.
christophl
Member
**
Posts: 13


« on: March 12, 2009, 12:40:02 PM »

Hi,

it seems to me that Bigace takes ownership in all files within the installation folder and renames the owner to httpd. Subsequently it provides its own permission-policy, regardless whatever I did before.

The first little problem lies in deleting the /misc/install/-folder. The server refuses and claims missing permission. I am working with a normal FTP-client (captainFTP), the server hoster is Manitu.de. Other problems come up when I try to edit eg. language files and overwrite my edits with the existing. Same thing: no permission.

Is there a way to edit scripts using the Bigace admin UI? Kind of an online-editor that allows acces to all scripts as it already works for templates and designs. This would be the solution because I wouldn't then care anymore who owns the files - Bigace or me, as long I owe Bigace... ;-)

Cheers
Christoph
Logged
Kevin
Global Moderator
Bigace Guru
*****
Posts: 3045



WWW
« Reply #1 on: March 12, 2009, 02:15:42 PM »

LOL you are right...

Which version did you initially install? 2.4?

With 2.5 BIGACE sets permissions as mentioned in the install.php file:
Code:
define('DIRECTORY_PERMISSION', 0755);
define('FILE_PERMISSION', 0644);

The easiest way to change that is a little php script, which changes permissions recursive, it must be somewhere here in the forum Wink

The owner indeed shouldn't be changed anymore with 2.5. Is your hoster using SafeMode or any other nasty PHP hardener that tries to "fix" permission?

If you cant find that script, I can have a look later on, busy right now ....  Roll Eyes
Logged

christophl
Member
**
Posts: 13


« Reply #2 on: March 12, 2009, 03:10:50 PM »

Hi - looking forward for your script - and wondering so far how to implement it. Meaning: What could be the workaround to change owner/permissions while Bigace claims all for the cms?  ;-)

My installation is 2.5 RC4. And my hoster is very gentle and doesn't use those ugly PHP-Limiters.
Logged
Kevin
Global Moderator
Bigace Guru
*****
Posts: 3045



WWW
« Reply #3 on: March 14, 2009, 12:13:17 AM »

You could put a file into the bigace root folder and try something like:
Code:
<?php
exec
('chmod -R 777 .');
?>

Its the easiest way I can imagine.
Logged

milanz
Member
**
Posts: 24


« Reply #4 on: November 03, 2010, 11:26:15 AM »

hi,

kevin my problems with deleting files in this topic http://forum.bigace.de/installation/deteltin-files-from-ftp/ i really ment same problem as have or had cristophl, i read topic and i change code in installation.php, still no good, about scritp u talking about i have no idea what script is it or where to find it. That script u gave me uninstall.php work fine but not solve my problem couse i install it again and i stil cant manage files on FTP

thx for answer

regard

milanz
Logged
Kevin
Global Moderator
Bigace Guru
*****
Posts: 3045



WWW
« Reply #5 on: November 05, 2010, 11:33:04 AM »

Please read this posting: http://forum.bigace.de/downloads/bigace-fix-file-permissions/ and let me know if the script works, as I couldn't test it yet Wink
Logged

milanz
Member
**
Posts: 24


« Reply #6 on: November 08, 2010, 09:39:37 AM »

hi,

for now it seems script is working fine, ill try to test it and give more informations

regard

milanz
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF | Simple Machines LLC