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
Comment #1
laserlight commented6.9? Why in the world have you not updated to 6.16?
Comment #2
theemstra commentedOh, sorry for the misunderstanding,
I have got the newest drupal version!
Comment #3
laserlight commentedTry some of the solutions in this thread. http://drupal.org/node/244194
Comment #4
theemstra commentedOkay,
Tomorrow i can upload the changes:
Going to try this tomorrow,
Thanks laser!
Comment #5
theemstra commentedOkay, 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...
Comment #6
laserlight commentedI 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.
Comment #7
theemstra commentedProblem was fixed as above.