E.g. this was added to code:
$folder_permissions = octdec((int)$folder_permissions);
and worked on some servers.
In Phoca Gallery 2.5.8 this was changed too. so try to use 2.5.8 and let me know if this work. I will take a look at it and will change if necessary.
I don't understand this:
See the Joomla! core library file:Joomla is storing parameters as string so don't messup the datatypes
Code: Select all
/**
* Create a folder -- and all necessary parent folders.
*
* @param string A path to create from the base path.
* @param int Directory permissions to set for folders created.
* @return boolean True if successful.
* @since 1.5
*/
function create($path = '', $mode = 0755) Please let me know your ideas, so we can solve this problem. (let me know if the 2.5.8 is worked for you).
Be aware, parameters in config.xml are not used directly, they are used for switch.
Jan
