king_j Posted July 8, 2009 Share Posted July 8, 2009 right i cant set the config files to 444 as my server will only let me go to 644 which according to on here thats fine, but it means i still get an warning message at the top of the shop saying that the file can be written to. i dont want my customers or anyone for that matter seeing that banner at the top. also the admin section when i log in is very crappy plain text not the fancy GUI i remember it to be. Link to comment Share on other sites More sharing options...
Guest Posted July 8, 2009 Share Posted July 8, 2009 Jamie, Use an FTP program to change the permissions. On some servers using Cpanel it will restrict you to 644 but I have found that you can change them to 444 using the FTP. The admin GUI relies on the stylesheet.css for formatting. Make sure there is a stylesheet.css file in the catalog>admin>includes directory. Chris Link to comment Share on other sites More sharing options...
germ Posted July 8, 2009 Share Posted July 8, 2009 If you have to you can turn the warning message off. At the bottom of /catalog/includes/application_top.php this code: define('WARN_CONFIG_WRITEABLE', 'true'); Change to: define('WARN_CONFIG_WRITEABLE', 'false'); BACKUP THE FILE BEFORE MAKING ANY EDITS. The admin can lose the GUI if you have a misguided .htaccess file in the /admin/includes folder. If you find one there rename it to text.htaccess and see if it fixes the problem. If you use cPanel be advised that .htaccess files are hidden files by default in the UNIX environment and you may have to toggle a setting to get the cPanel Filemanager to show hidden files (I did). If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.