When I attempt to run the installer script via web browser, the initial system requirements check complains:
"You have a problem! 'config/config.php' is not writeable. Please ensure that the file permissions are set correctly for the installation process."
Poked around and found webroot/zikula/config/config.php was broken link -- fixed according to apparent intention (config.php -> /usr/share/zikula/config/config.php). This didn't help. Discovered /usr/share/zikula/config/config.php was a symlink to /etc/zikula/config.php. Opened permissions fully -- but still getting same "not writeable" error from browser-based pre-install system check.
Zikula installed via Yum on Fedora 14.
Various finagling with permissions/recreating links didn't help -- currently out of ideas -- would appreciate any suggestions.
Thanks,
CS
Edited by cstrawfield on May 09, 2011 - 11:25 AM.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Installation error: "config.pm not writeable"
-
- Rank: Registered User
- Registered: May 09, 2011
- Last visit:
- Posts: 2
-
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1967
Hello.
what version of Zikula are you attempting to install? Did you download it directly from this site? -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Uhm, weird!
And if you copy the config to your zikula folder in the webroot?
there has little chances to fail.
Greetings and welcome.
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Registered User
- Registered: May 09, 2011
- Last visit:
- Posts: 2
Thanks for suggestions -- discovered it was an SELinux issue -- fixed with the following commands:
semanage fcontext -a -t httpd_sys_rw_content_t '/etc/zikula/config.php'
restorecon -v '/etc/zikula/config.php'
Edited by cstrawfield on May 09, 2011 - 01:44 PM. -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Wow,
I hope you try Zikula 1.3 (development tarballs at http://ci.zikula.org/job/Zikula-1.3.0/) and see the big jump from 1.2.x. And also to play with the most powerful module ATM for Zikula 1.3: Clip.
Greetings!
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1967
please note that 1.3 is not ready for production sites - only for development and testing. If you are interested in more information about this, please ask. there is lots to see.
- Moderated by:
- Support
