Hi Ive recently finished making a website is drupal 7, with the following modules:
- CCK
- CHAOS TOOL SUITE
- Pathauto
- Token
- PANELS
- Wysiwyg
- VIEWS
It works absolutely fine on my PC and laptop both with a fresh install of WAMP server. When I upload to my hosting however I get the following error:
Parse error: parse error, unexpected T_ARRAY, expecting '&' or T_VARIABLE in
/var/www/html/rj/includes/bootstrap.inc on line 1406
Which is:
function t($string, array $args = array(), array $options = array()) {
global $language;
static $custom_strings;
// Merge in default.
if (empty($options['langcode'])) {
$options['langcode'] = isset($language->language) ? $language->language : 'en';
}
if (empty($options['context'])) {
$options['context'] = '';
}
Any ideas? Thanks Phil