this blog is a collection of resouces i like, some post are created by myself (which will be in mine menu) and other are taken form online. source link will be place in every post.

I am working as web designer, wordpress and joomla customization. and i love open source. Don't you.

All the materials are keep for education and fun propose only.

Comment and feedback is always welcome.

Tuesday, June 5, 2012

JFolder::create: Could not create directory


Here is a best tutor i like to solve Tutorial: How to solve "JFolder::create: Could not create directory"

Please make backup of the file first.
1. Open "your-website.com/libraries/joomla/filesystem" with your default FTP client.
2. Download filename "folder.php".
3. Open folder.php in your default text editor
4. Go to line 210
5. Look for:     " if (strpos($path, $test) === 0) { "  and change it to "if (strpos($path, $test) === 1) { "
6. Than look for (line 216):  " if ($inBaseDir == false) { "  and change to  " if ($inBaseDir == true) { "
7. Save your file (folder.php)
8. Upload it to the location "your-website.com/libraries/joomla/filesystem".

You can also try others solution and here are links for that
Link1
Link2
Link3

No comments:

Post a Comment