Micke, on 06 May 2010, 12:43, said:
The database is not created and I can not see any messages after setting:
$show_result = 'true';and "attacking" with the URL parameters in the installation instructions.
Would it do any good to create the database table manually in phpMyAdmin?
Perhaps PHPIDS directory is not in the right place.
You should rename "phpids-0.6.3.1" directory as "phpids" [not Caps]. [You should do simple zipping and not to a folder.]
Make sure that this renamed directory has the following directories directly in it:
docs
lib
nbproject
tests
Keep
$show_result = 'false';and do the test-1 and test-2.
Go to the MySQL DB and see whether the new table has been created. No need to create it manually.
If still this does not work, you should add the following code to the index file at the top
error_reporting(E_ALL);
ini_set('display_errors', '1');
after<?phpand see as to what is wrong.
Avoid doing this [error_reporting] in a Live Shop.
Edited by celextel, 06 May 2010, 13:00.














