By Praveen Dhyani on
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
Hi, Do you remember what did
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
No changes done, No module installed and remove
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.
My page.tpl.php
if ($logo):print $front_page; " title="
print t('Home');" rel="home" id="logo">print t('Home');" />endif;if ($site_name || $site_slogan):if ($site_name):if ($title):print $front_page; " title="
print t('Home');" rel="home">print $site_name;
print $front_page; " title="else: /* Use h1 when the content title is empty */print t('Home');" rel="home">print $site_name;endif;endif;if ($site_slogan):print $site_slogan;endif;endif;print render($page['header']);if ($main_menu || $secondary_menu):print theme('links__system_main_menu', array('links' => $main_menu, 'attributes' => array('id' => 'main-menu', 'class' => array('links', 'inline', 'clearfix')), 'heading' => t('Main menu')));print theme('links__system_secondary_menu', array('links' => $secondary_menu, 'attributes' => array('id' => 'secondary-menu', 'class' => array('links', 'inline', 'clearfix')), 'heading' => t('Secondary menu')));endif;if ($breadcrumb):print $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):print render($action_links);endif;print render($page['content']);print $feed_icons;if ($page['sidebar_first']):print render($page['sidebar_first']);endif;if ($page['sidebar_second']):print render($page['sidebar_second']);endif;print render($page['footer']);Yar praveen, upload the
Yar praveen, upload the database once again from your latest backup.
No new database
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
Don't have time
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
Atleast you have the back up
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.
Yeah I replace page.tpl.php, but it doesn't work
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.
Remove i18 module ,but doesn't work
I remove i18 module from the sites/all/modules but still the error same.
Check for backup of database
Check for backup of database and replace it.I think database might have got corrupted.
Database was currupt
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.