I tried to restore an old 4.6.x site from backups.

mysql blah-blah-blah <backup.sql
tar -xjf fs_backup.tar.bz2

All files and tables are at their initial places.

But after this I get this instead of an initial page:

{head} {styles}
{_BLOCK_.header.logo}
{secondary_links}
{primary_links}
{_BLOCK_.header.blocks} {_BLOCK_.footer.blocks}
{_BLOCK_.header.title}
{submitted} {_BLOCK_.node.taxonomy}
{content}
{_BLOCK_.node.links}

It seems like the site was switched from my theme to something else, maybe "bluemarine" xtemplate and can not to work anymore.

What can be done to recover the site?

Comments

heine’s picture

Andrei Toutoukine’s picture

Thank everybody for help.

I apologise for my nervous flood: now it's 19:30, friday and the deadline is monday. Fantastically minded boss helps me to express my powers.

Answers are:
http://drupal.org/node/42080

to get rid of {blah} things. I uploaded phptemplate version of bluemarint theme to replace the old one. Then went to http://mysite.ru/user and logged in as user 1. After that http://mysite.ru/admin/themes, to enable my old theme.

There was a trouble with warnings at the footer: duplicate key ... in accesslog.
This is solved by charly at http://drupal.org/node/65665

Now the site looks ok.

heine’s picture

Glad the issue is solved. This was one of the most frequently asked questions on the support forum when 4.6 was the latest version and hosts started updating to php 5.1.1.

--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.