Brian O'Gorman
Brian O'Gorman

Reputation: 1

Drupal 7 site. Strange errors

Am developing a drupal site online. The hosters had a "small ddos attack" on their server and asked me to restore my most recent backup. This I did but the ddblock video on the frontage does not work and all my views continue to show "All changes are stored temporarily...". Even if I save them, I get the message "your view has been saved" but the other message continues to show. I have now restored an earlier backup and there is no change. Can anyone explain this?

Upvotes: 0

Views: 66

Answers (2)

PatrickS
PatrickS

Reputation: 9572

Following on chrizzler's answer Did you try setting up your Drupal website on a local dev machine...? would have been my first answer.

You could use GIT to save your website's state, depending on your site's size you could use the Backup & Migrate module to backup/restore your database.

Check that the errors don't appear on your local dev site, then you can safely update your online version, using GIT & any database backup you may have.

If problems appear online, it may not be a Drupal issue[

Upvotes: 0

chrizzler
chrizzler

Reputation: 84

Could be a lot of things:

  • Did you clear your cache?
  • Did you update modules after the date the backups where created?
  • Are the backups actually complete, and were they imported correctly?
  • Did you try setting up your Drupal website on a local dev machine as to rule out problems with your "small ddos attack" host? :) Actually that would be my second suggestion after clearing the cache.

Upvotes: 2

Related Questions