Serverwechsel kann zu Down-Zeiten führen
Kategorie:
fictionBOX Infos -
Autor: Michael Melchers - Datum:
Mittwoch, 26 September 2007
|
fictionBOX.de wird heute Abend auf einen neuen und stärkeren Server umziehen, daher kann es zu Down-Zeiten kommen. Wir bemühen uns, die Zeit so gering wie möglich zu halten und hoffen auf euer Verständnis.
Quelle / Weiterführender Link:
www.fictionBOX.de
SELECT a.id, a.title, a.title_alias, a.introtext, a.fulltext, a.sectionid, a.catid, a.created, a.created_by, a.created_by_alias, a.images
FROM #__content AS a
LEFT JOIN #__content_frontpage AS b ON b.content_id = a.id
LEFT JOIN #__users AS c ON c.id = a.created_by
LEFT JOIN #__sections AS d ON d.id = a.sectionid
LEFT JOIN #__categories AS e ON e.id = a.catid
WHERE (a.state = '1')
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2019-12-12 10:51:12')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2019-12-12 10:51:12')
AND (d.published = '1')
AND (e.published = '1')
AND (a.catid IN (123) )
AND (e.name IN ('fictionBOX News') )
AND (a.access = '0')
ORDER BY a.created DESC
LIMIT 5
The parameters you have activated
do not correspond with any content items.
Please reconfigure your parameters
|