Hello,

I am unable to access any page of my site other than the main page. I get this Parse error.

I have copied the original common.inc into "includes" and uploaded it, but the problem persists.

Here are the lines in questions:

    388 - if (empty($return) || $return == MENU_NOT_FOUND || $return == MENU_ACCESS_DENIED) {
    389 - drupal_set_title(t('Access denied'));
    390 - $return = t('You are not authorized to access this page.');
    391 -   }
    392 -   print theme('page', $return);
    393 - }

Any help will be appreciated.

Ben

Comments

Jabzebedwa’s picture

Well, I needed to do something since the site was down. I simply re-uploaded the script, preserving my "sites", "themes" and "files" directories. It worked. I just now need to go and re-install my modules.
Ben