(11-09-2008 10:54 PM)sci2tech Wrote: Find the line
Code:
return array(tr('Delete order'), "alias_order_order.php?del_id=$als_id");
and replace with
Code:
return array(tr('Delete order'), "alias_order_delete.php?del_id=$als_id");
in manage_domain.php. Also you must consider the fact that you can not override files from RC6 with files from trunk because there was many changes. If you already did this restore files from RC6 and modify only this line.
Sorry guys for posting in english, but I do not speak german at all.
There is no
Code:
return array(tr('Delete order'), "alias_order_order.php?del_id=$als_id");
in my manage_domain.php
there is only:
Code:
return array(tr('Delete order'), "delete_als_order.php?del_id=$als_id");
But if i change that to
Code:
return array(tr('Delete order'), "alias_order_order.php?del_id=$als_id");
the error still appears.
Im übringen finde ich es ne frechheit den Beitrag einfach als gelöst zu makieren, obwohl dies nicht der Fall ist.