Hey there,
thanks for the kind reply; I am using 1.0 RC2 from this site, so it should be up to date... line 36 does have a foreach here (beginning here in line 29 for better reference):
/** @var JMenuSite $menu */
$menu =& JSite::getMenu();
if($is_joomla15)
{
$attribute = array_shift($attributes);
$value = array_shift($values);
$items = $menu->getItems($attribute, $value);
foreach($items as $key=>$item)
As for the second issue, I cannot retrieve it now on the site, but it may have been that the folders here (CampingPlatzProspekt) has not been chmodded to 777 after I moved to the new server, so it might be fixed now thanks to your hint. Your script should however be able to create a new directory plus the files if the parent directory is 777, right?
Thanks for your help so far
.