Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.php: Missing parenthesis #105

Closed
sneureiter opened this issue Dec 15, 2013 · 1 comment
Closed

config.php: Missing parenthesis #105

sneureiter opened this issue Dec 15, 2013 · 1 comment
Labels

Comments

@sneureiter
Copy link

In .../application/config/config.php line 398
....
$config['version']= 0.7.1;
....

the are no parenthesis around the string "0.7.1", so I get this error messge at index.php:

Parse error: syntax error, unexpected T_DNUMBER in .../application/config/config.php on line 398

I guess it should be
....
$config['version']= '0.7.1';
....

With this changes the page loads without ayn errors.

Best regards,
Stefan

@cobub cobub added the bug label Oct 27, 2014
@cobub
Copy link
Owner

cobub commented Oct 27, 2014

Thanks,this problem has been fixed.

@cobub cobub closed this as completed Oct 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants