PDA

View Full Version : Web Panel install


SlackersUnited
06-03-2013, 22:57
Parse error: syntax error, unexpected T_VARIABLE in /usr/www/name/public/store-webpanel/application/config/config.php on line 246

$config['sess_cookie_name'] = 'ci_session'; This is line 246
$config['sess_expiration'] = 7200;
$config['sess_expire_on_close'] = FALSE;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = FALSE;
$config['sess_table_name'] = 'ci_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;
$config['sess_time_to_update'] = 300;

Im not sure why it looks right to me.

Arrow768
06-04-2013, 07:16
Please post this issue on jira (http://jira.sourcedonates.com/browse/SUP) and attach your whole config.php there (press "c" on your keyboard at the link)
More info about jira can be found in the WebPanel Main Post.