Fehler: Ungueltige Abfrage: select l.name as layout,
p.page
from xnet_pages p,
xnet_r_dest rd,
xnet_dest d,
xnet_layouts l
where rd.layout_id=1
and d.name='home'
and rd.dest_id=d.id
and rd.location is null
and rd.layout_id=l.id
and rd.page_id=p.id;
Systemmeldung: (1146) Table 'videoportal.xnet_pages' doesn't exist
Bearbeitung abgebrochen