[Typo3] Site down - plz help!
Henrik Eriksson
typo3henrik at gmail.com
Wed Sep 28 15:29:03 CEST 2005
Whoha, It worked and all the subpages are back, thnx Dmitry!
2005/9/28, Dmitry Dulepov <typo3 at fm-world.ru>:
>
> Hi!
>
> Henrik Eriksson wrote:
> > Thnx for all the help!
> > I did a "repair table" with phpmyadmin and it fixed the problem. We lost
> the
> > page I was editing and all the pages under it but that's not a big deal
> for
> > us.
>
> I think you may still have most of these pages in the database. If you
> know parent page id (the one you was editing when server crashed), you
> can search `pages` table for it (field name is `pid`) and replace this
> value with the id of a replacement page. This is one query:
>
> update pages set pid=<<<new page id>>> where pid=<<<old page id>>>
>
> Do not forget to clear FE cache after that.
>
> Dmitry.
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list