The "Infinite Loop detected" is a message generated by Joomla when it loop in the creation of a folder.
When a "complex" directory need to be created, (ie. dir1/dir2/dir3), theorically, there are 3 directories to create. It may happen that when you have a permission issue, Joomla can not create the dir1 and in this case retry several time to exceed the limit of 10 (or 20) I don't remember.
If you want to temporarly bypass the potential permission issue, try using the joomla FTP layer. In this case, you will use the FTP login for the permission of the files and folder. This should allow creating the folder.
When open_basedir is active on a website, this let me suppose that the owner of the files and folder is "apache" (or nobody) or something like that. In this case, it is possible that it does not has the permission to access or write into your directory. Without the FTP Layer, it may perhaps required to put a chmod 777 in the directory where you want to write.
|