Hello,

Since 2 days now im fighting with a some problems,
I think my site have been hacked, but don't know that for sure.
When 3 security mails from Drupal came in i got a text message saying my website was offline.

I have tried a lot changing code, but no succes yet.

I have found this, when i am going to update.php i get:

Fatal error: Call to undefined function phptemplate_get_ie_styles() in /home/***/www/**/httpdocs/themes/garland/maintenance-page.tpl.php on line 23

On line 23 of maintenace-page.tpl.php is:
print phptemplate_get_ie_styles();

My maintenace mode is turned off and i have garland not as default, but this is because im using update.php.
My admin pages are still working, as well ALL other pages exept just index.php.

I think this is critical because an other websited, maintaned by someone else has got the same problem, also still unsolved.

Hope this is going to be fixed/pached soon!

Comments

laserlight’s picture

6.9? Why in the world have you not updated to 6.16?

theemstra’s picture

Version: 6.9 » 6.16

Oh, sorry for the misunderstanding,

I have got the newest drupal version!

laserlight’s picture

Try some of the solutions in this thread. http://drupal.org/node/244194

theemstra’s picture

Okay,

Tomorrow i can upload the changes:

  2 // $Id: maintenance-page.tpl.php,v 1.3 2008/01/24 09:42:53 goba Exp $
  3
  4 /**
  5  * @file maintenance-page.tpl.php
  6  *
  7  * This is an override of the default maintenance page. Used for Garland and
  8  * Minnelli, this file should not be moved or modified since the installation
  9  * and update pages depend on this file.
10  *
11  * This mirrors closely page.tpl.php for Garland in order to share the same
12  * styles.
13  */
14  require_once("template.php");
15

Going to try this tomorrow,

Thanks laser!

theemstra’s picture

Status: Active » Needs work

Okay, the problem is fixed by doing this:

Add:
require('template.php'); as described above and make index.php chmod 777

Then update and remove template.php

It worked here,

I am curious what went wrong...

laserlight’s picture

I have no idea, I use zen and rockcandy for my main theme and admin theme. You might try downloading a fresh copy of garland and uploading it.

theemstra’s picture

Status: Needs work » Fixed

Problem was fixed as above.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.