- Posts: 6
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- JFolder::create: Could not create directory [Resolved]
JFolder::create: Could not create directory [Resolved]
- patriot1
- Topic Author
- Offline
- New Member
Less
More
13 years 5 months ago - 13 years 5 months ago #40517
by patriot1
JFolder::create: Could not create directory [Resolved] was created by patriot1
I see this all over this board. I have tried several of the fixes and none seem to work.
The Facts:
File I'm trying to install: plg_jw_disqus-v2.2_j1.5.zip
Joomla Version: Joomla! 1.5.22 Stable
PHP Version: 5.2.14
Web Server: Linux Apache
When I try to install Disqus Comment System I get this error:
JFolder::create: Could not create directory
Warning! Failed to move file.
Unable to find install package
PHP Information:
Safe Mode: Off
Open basedir: None
Display Errors: On
Short Open Tags: On
File Uploads: On
Magic Quotes: Off
Register Globals: On
Output Buffering: Off
Session Save Path: /tmp
Session Auto Start: 0
XML Enabled: Yes
Zlib Enabled: Yes
Disabled Functions: dl
Mbstring Enabled: Yes
Iconv Available: Yes
WYSIWYG Editor: Editor - No Editor
Any help or suggestions would be greatly appreciated.
The Facts:
File I'm trying to install: plg_jw_disqus-v2.2_j1.5.zip
Joomla Version: Joomla! 1.5.22 Stable
PHP Version: 5.2.14
Web Server: Linux Apache
When I try to install Disqus Comment System I get this error:
JFolder::create: Could not create directory
Warning! Failed to move file.
Unable to find install package
PHP Information:
Safe Mode: Off
Open basedir: None
Display Errors: On
Short Open Tags: On
File Uploads: On
Magic Quotes: Off
Register Globals: On
Output Buffering: Off
Session Save Path: /tmp
Session Auto Start: 0
XML Enabled: Yes
Zlib Enabled: Yes
Disabled Functions: dl
Mbstring Enabled: Yes
Iconv Available: Yes
WYSIWYG Editor: Editor - No Editor
Any help or suggestions would be greatly appreciated.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 5 months ago #40518
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: JFolder::create: Could not create directory
Did you check your permissions?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- patriot1
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
13 years 5 months ago #40519
by patriot1
Replied by patriot1 on topic Re: JFolder::create: Could not create directory
Yes, logged into cPanel and checked with File Manager. All folders are set to 755. I have never had a problem with installing Components. I have installed SOBI2 JCE Xmap and have had no problems.
Please Log in or Create an account to join the conversation.
- patriot1
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
13 years 5 months ago #40520
by patriot1
Replied by patriot1 on topic Re: JFolder::create: Could not create directory
Hmmm, Just found this in Directory Permissions
Log Directory ($log_path) /home/public_html/logs/ Unwritable
Temp Directory ($tmp_path) /home/public_html/tmp/ Unwritable
I have checked the permissions and they say 755 also. Is this the problem?
Log Directory ($log_path) /home/public_html/logs/ Unwritable
Temp Directory ($tmp_path) /home/public_html/tmp/ Unwritable
I have checked the permissions and they say 755 also. Is this the problem?
Please Log in or Create an account to join the conversation.
- patriot1
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
13 years 5 months ago #40521
by patriot1
Replied by patriot1 on topic Re: JFolder::create: Could not create directory
I am also wondering what this means, "Unable to find install package".
Please Log in or Create an account to join the conversation.
- patriot1
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
13 years 5 months ago #40522
by patriot1
Replied by patriot1 on topic Re: JFolder::create: Could not create directory
I tried upgrading to Joomla 1.5.23 Stable but nothing has changed.
Any help would be greatly appreciated.
Any help would be greatly appreciated.
Please Log in or Create an account to join the conversation.
- patriot1
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
13 years 5 months ago #40523
by patriot1
Replied by patriot1 on topic Re: JFolder::create: Could not create directory
Found this fix at Joomla! Discussion Forums
forum.joomla.org/viewtopic.php?f=473&t=598028&p=2426952&hilit=JFolder%3A%3Acreate%3A+Could+not+create+directory#p2426952
1 go to the directory where I installed Joomla.
2 find configuration.php file
3 change access level for this file to 755: it is necessary for the changes to remain
4 open it and Change next lines to:5 than save it.
6 And do not forget to return back the 444 level of access to the file configuration.php
I hope this helps someone...
forum.joomla.org/viewtopic.php?f=473&t=598028&p=2426952&hilit=JFolder%3A%3Acreate%3A+Could+not+create+directory#p2426952
1 go to the directory where I installed Joomla.
2 find configuration.php file
3 change access level for this file to 755: it is necessary for the changes to remain
4 open it and Change next lines to:
var $log_path = './logs';
var $tmp_path = './tmp';
6 And do not forget to return back the 444 level of access to the file configuration.php
I hope this helps someone...
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- JFolder::create: Could not create directory [Resolved]