Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Administration
»
unable to save changes in Global Config
« previous
next »
Print
Pages: [
1
]
Author
Topic: unable to save changes in Global Config (Read 12328 times)
LVTRUTH
Newbie
Posts: 9
unable to save changes in Global Config
«
on:
June 06, 2007, 22:50:39 »
I've tried changing a few things such as the metadata etc. but I can't save or apply the changes. Hope someone could help
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: unable to save changes in Global Config
«
Reply #1 on:
June 06, 2007, 23:15:28 »
Have you checked permissions for configuration.php? Are you using FTP in admin panel?
Logged
I've got a snap in my finger...
Got rhythm in my walk...
Patricia
Newbie
Posts: 45
Re: unable to save changes in Global Config
«
Reply #2 on:
June 06, 2007, 23:36:19 »
CHMOD your file to 777 making Config.php writable. Actually, it should be written it is, at the top of the page.
Good luck.
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: unable to save changes in Global Config
«
Reply #3 on:
June 07, 2007, 00:08:25 »
BUT... don't forget to CHMOD it back to 644 after making changes
Logged
I've got a snap in my finger...
Got rhythm in my walk...
eliasan
Hero Member
Posts: 897
Re: unable to save changes in Global Config
«
Reply #4 on:
June 07, 2007, 00:33:53 »
Just a reminder...
If users have FTP access enabled on Elxis AND they are owners of the file, then they can apply changes to configuration.php, even if it is set to 644.
I emphasize the "owners of the file", because under normal circuimstances the configuration.php file belongs to user nobody:nobody and no to the account holder.
For users that have SSH access on their servers, they can easily change the ownership of the configuration.php file back to them by issuing the command:
cd [to elxis directory]
chown [user]:[group] configuration.php
for example
chown myaccount:myaccount configuration.php
Logged
LVTRUTH
Newbie
Posts: 9
Re: unable to save changes in Global Config
«
Reply #5 on:
June 07, 2007, 22:03:58 »
I have no ftp users on my site its just me and I'm opening up another site using elxis, but I am having trouble with the same thing. I never once changed my CHMOD so it's still 777 I believe.
Logged
eliasan
Hero Member
Posts: 897
Re: unable to save changes in Global Config
«
Reply #6 on:
June 07, 2007, 22:14:24 »
Propably you didn't understand what I was trying to say.
You can send me a PM with:
- web site URL
- data for accessing administration
- FTP access data
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: unable to save changes in Global Config
«
Reply #7 on:
June 07, 2007, 22:15:56 »
Don't believe man, check!
if your configuration.php has 644 permissions (most often), you won't be able to write new settings. So make SURE it's 777!!!
Logged
I've got a snap in my finger...
Got rhythm in my walk...
Patricia
Newbie
Posts: 45
Re: unable to save changes in Global Config
«
Reply #8 on:
June 08, 2007, 05:49:02 »
There is a big chance your files are set to 644 if you never had to CHMOD any of them for security reasons. So make sure you change the configuration.php file permission to 777. And change it back to 644 when you're done as Ivan graciously recommended.
And have fun with your Elxis installations, it's a pretty good and quite easy to use CMS, you'll have a blast!
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: unable to save changes in Global Config
«
Reply #9 on:
June 08, 2007, 07:37:04 »
777 means that you add
execution
permissions on the file (like you would do to run a unix shell script, a windows .exe file etc). Please use just
666
for writable files (or 644 and the owner is you).
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: unable to save changes in Global Config
«
Reply #10 on:
June 08, 2007, 11:39:19 »
But for folders it's 755 for nonwritable, and 777 for writable, if I remember well...
Logged
I've got a snap in my finger...
Got rhythm in my walk...
datahell
Elxis Team
Hero Member
Posts: 10356
Re: unable to save changes in Global Config
«
Reply #11 on:
June 08, 2007, 18:44:18 »
You need permission to execute for folders. I spoken about files.
All these are subject to who is trying to write where. You can for example have 444 to files.
Stay to these as a general guide:
files: 644/666, folders: 755/777
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
LVTRUTH
Newbie
Posts: 9
Re: unable to save changes in Global Config
«
Reply #12 on:
June 09, 2007, 02:25:50 »
Well Eliasan looked at my site and its totally screwed up he said. So I guess I'll be contacting you guys in the near future to get things right for me. I love this program too much to give it up just for one little problem.(although it will turn into a big one later on)
Thanks for all your help
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Administration
»
unable to save changes in Global Config