-
I hope you can help!
When running the setup script for the first time I get this error:
Fatal error: Call to undefined function mysql_connect() in /usr/share/php/adodb/drivers/adodb-mysql.inc.php on line 363
From Googling this error I have not found much, other than to make sure mysql is installed and running. I can telnet to the localhost on the mysql port. Netstat -a shows it is...
2009-11-11 07:27:59 UTC by ppurwin
-
The right fix is Juergen's: what was suggested on blog.gargolito.com is a fix for the [snort] hyperlink, not for the [local] one.
Anyway, the [snort] hyperlink fix doesn't work for me: the appended string is in the form GID:SID, I have to remove the GID: string to make it working.
2009-11-09 12:22:35 UTC by ef2007
-
Here's the fix:
http://blog.gargolito.com/2009/11/fix-snort-sid-search-links-in-base.html.
2009-11-05 15:14:27 UTC by https://www.google.com/accounts
-
secureideas committed patchset 882 of module base-php4 to the BASE CVS repository, changing 3 files.
2009-11-03 15:50:18 UTC by secureideas
-
When I try to use the Query results navigation, either clicking on 1,2,3... or putting in an action like emailing the alerts to myself I get a page cannot be disabled. This is using IE7. I see no messages in the access or error log in apache.
With FireFox it's OK.
base_qry_alert.php the navigation works fine for the buttons.
base_qry_main.php is the one that I have problems with on...
2009-11-03 15:14:52 UTC by https://www.google.com/accounts
-
Hello while using "BASE (1.4.4)" myself and another colleague (Brad Benson) found that there seems to be a bug in base_payload.php.
The problem occurs during the encoding of the src and dest IP addressing (lines starting at line 288 and 291.)
The problem occurs ONLY if if the first octet of your ip address would be 15 or less. When that happens when you convert it to hex from decimal you...
2009-10-30 18:42:21 UTC by nobody
-
I had the same problem after I updated to PHP 5.3.0. I'm just posting to confirm that your fix works.
sed -i 's%parent::ProtocolFieldCriteria%parent::MultipleElementCriteria%' base_state_citems.inc.php
All better, thank you.
2009-10-29 16:47:44 UTC by sophomeric
-
Has anyone found a workaround for this bug? It seems to be affecting the csv head as well.
2009-10-28 18:47:50 UTC by akaphil
-
Very petty bug but seeing as I spotted it, line 51 of setup4.php the   is missing a ; from the end of it.
2009-10-24 23:37:24 UTC by Robin
-
I've just created a user and when viewing it at this url admin/base_useradmin.php?action=list the username is wrapped in encoded html tags:
robin
The string is being passed through htmlspecialchars when it shouldn't be. The fix is to remove htmlspecialchars from line 163 of admin/base_useradmin.php .
2009-10-24 23:30:29 UTC by Robin