JFusion
From Kb_JMY(晉明夷)
jFusion
Bugs &Errors
JFolder::create: Could not create directory
- Ref:
- docs.joomla.org -- How_to_solve_Installation_errors_Extension_Manager
- Greenhost.com.hk -- support ticket#883286__2009/06/12
- Greenhost.com.hk -- Urgent! -- Cannot install Joomla module! 2008/04/04 12:03
- Greenhost.com.hk -- Error Again -> JFolder::create: Could not create directory, pls.help! (只是關閉了 php safe mode)
- jfusion.org -- installation error: with "Could not create directory"!
- Assume:
- Joomla: VirtueMart_1.1.2_eCommerce_Bundle_Joomla_1.5.9.tar.gz + Joomla_1.5.9_to_1.5.11-Stable-Patch_Package.tar.gz
- jFusion: jfusion_1.1.3RC_k09_0515.zip
- The Errors:
|
- Solution:
- -> No such problems if the web-hosting server is in php-fcgi mode
- For apache mod web-server, ask your web-hosting company to set:
- chown -R apache_username:apache_username /home/joomla_directory
- -> but...更改 apache_user之後 , 你係唔可以再用ftp上傳或修改文件, 因為 該資料夾 擁有人 唔再係你.
- so the best method is to:
- change the permissions of all folders and files under "public_html/hkb" to 777 when you need to setup Joomla extensions
- -> and change them back to 755 and 644 respectively after installation.
- This is not the best method as this takes too much time
- -> create the chmod.php according to ref#1 & use the second script "Alternative script"
- -> example base URL setup: $base = '/domains/mysite.net/public_html/ty/';
- -> enter at the browser http://www.mysite.net/ty/chmod.php?chmod=0777
- -> after extension installation enter http://www.mysite.net/ty/chmod.php to reset everything
- -> You may also need to ask the webadmin to turn off the php safe mode, otherwise files cannot be created inside public_html/<Joomla directory>/tmp even though its' permission is "777" and this prevent your addons from installation.

