I am using Drupal 7.7 and when I am running the site some errors are coming, not understanding how to resolve.
Errors are on following site;- http://hindi.doeacc.edu.in/

Even unable to go the admin page.

Thanks in advance

Comments

sagar ramgade’s picture

Hi,

Do you remember what did you before getting these errors, did you enable any module or changed any configuration ?

Acquia certified Developer, Back end and Front specialist
Need help? Please use my contact form

Praveen Dhyani’s picture

I didn't change anything but Yeah I remember I was open my page.tpl.php and just watching the code. And in header section I just wrote site name just for checking after that I remove it. From that date this errors coming and I really no understanding these errors, Its a big issue for me and my organization I developed it and Now I ruined it its live.

Praveen Dhyani’s picture



if ($main_menu || $secondary_menu):

endif;

if ($breadcrumb):

endif;

print $messages;

if ($page['highlighted']):
print render($page['highlighted']);

endif;

print render($title_prefix);
if ($title):
print $title;

endif;
print render($title_suffix);
if ($tabs):

print render($tabs);

endif;
print render($page['help']);
if ($action_links):

endif;
print render($page['content']);
print $feed_icons;

if ($page['sidebar_first']):

endif;

if ($page['sidebar_second']):

endif;

manoj_j’s picture

Yar praveen, upload the database once again from your latest backup.

Praveen Dhyani’s picture

Tha main problem is that problem occurs in live site and it doesn't have old backups. So I don't have correct database.
So I have to find other solution, I think I did wrong changes by mistake in page.tpl.php
Please check my code and if there is any error tell me

Praveen Dhyani’s picture

I don't have much time after 3 hours I have to live the Website again, currently it is down and I am in trouble please help me if you can. I have to submit my report to my boss,He want his site live

I will be Thankful to you

manoj_j’s picture

Atleast you have the back up of old page.tpl.php, you replace that.
Try by disabling the multilanguage support modules in the site.It should work.

Praveen Dhyani’s picture

I replaced old page.tpl.php but the error still the same, Now I get its not the error of page.tpl.php.
Bro how to disable the metalanguage support module if I am unable to access any page of the website.

Praveen Dhyani’s picture

I remove i18 module from the sites/all/modules but still the error same.

manoj_j’s picture

Check for backup of database and replace it.I think database might have got corrupted.

Praveen Dhyani’s picture

I have checked my database it almost finished, all the field data was lost. Then I haven't any choice I make my site again.