I would like to make a deleted page visible again.
If I now set the respective page deleted from 1 to 0 in the database under "pages", it still does not appear in the page tree. You can't find it in the recycle bin either.
Anyone have any ideas how to reactivate the site?
Undeleting a deleted page can be done hardcore in the database, but that would require also undeleting the content of that page in the same way.
As you have not found that page in the recycle bin you have not selected the parent page. Either you was in the wrong page or that parent page also is deleted, which means you need to undelete it too. Here it may be helpful if you have a look into the database table getting the parent page (
pid) of your deleted page (and maybe further parents) up to a visible page.Using the recycler to undelete may be better than just a database update on the records as it may update (restore) more then just the
deletedfield. This may include related records or references.