Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64164 - typo in net-analyzer/acid-0.9.6_beta23
Summary: typo in net-analyzer/acid-0.9.6_beta23
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 12:24 UTC by Jakub Moc (RETIRED)
Modified: 2004-10-11 16:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2004-09-15 12:24:24 UTC
There is a typo in net-analyzer/acid-0.9.6_beta23 in file acid.conf.php. Line 12 is missing a trailing semicolon.

$DBlib_path = "/usr/lib/php/adodb"

instead of

$DBlib_path = "/usr/lib/php/adodb"; 

This results in the following error when trying to access acid_main.php.

Parse error: parse error, unexpected T_VARIABLE in /usr/share/webapps/acid/0.9.6_beta23/htdocs/acid_conf.php on line 20 


Reproducible: Always
Steps to Reproduce:
1. emerge -av acid
2. Configure things
3. Point your browser to http://localhost/acid/acid_main.php

Actual Results:  
Get empty page, Parse error: parse error, unexpected T_VARIABLE in
/usr/share/webapps/acid/0.9.6_beta23/htdocs/acid_conf.php on line 20 in
/var/log/apache2/error_log


Expected Results:  
Working ACID install.
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2004-10-11 16:11:22 UTC
Fixed in portage.