Sorry henning, i don't know where the rights is located.
But when I update the joomla version
It says succesfully updated but on the upper part it says
" JFolder::create: Could not create directory
Update path does not exist
JInstaller: :Install: Cannot find XML setup file
Unable to detect manifest file
"
When I update the joomla rokgallery the page turns blank
I have the same problem... I am using Joomla 2.5 - Bundle package from your CLARION template. Tried to give permissions to everything, still doesn't work...
please, advise... is it a permission issue? if so, what folders do I need to enable?
In My Case I have to give right path to access my temp and log folder, Gallery trying to access your Temporary folder and it is possible it cannot access.
Open Configuration.php file and see if it is right path.
For Xampp server it was as follows:
public $log_path = 'F:\xampp\htdocs\bmwkitchen.com\logs';
public $tmp_path = 'F:\xampp\htdocs\bmwkitchen.com\tmp';
For Hosting Server it was as follows:
public $log_path = '/homepage/17/d417848808/htdocs/bmwkitchen.com/logs';
public $tmp_path = '/homepage/17/d417848808/htdocs/bmwkitchen.com/tmp