so how do I install this plug in?

Comments

swentel’s picture

Status: Active » Closed (fixed)

Installation instructions are in the README.txt that comes with this package.

steeph’s picture

Title: so how do I install this plugin? » So how do I install this plugin?
Version: 5.x-2.0 » 6.x-1.11
Assigned: veggievampire » Unassigned
Status: Closed (fixed) » Active

Sooo..

- I downloaded and unpacked the module as usual
- Downloaded https://phpids.org/files/phpids-0.6.5.tar.gz and unacked it to sites/all/modules/phpids/.
- phpids-0.x/lib/IDS/tmp is writable
- I enabled the module
- I set the directories at /admin/settings/logging/phpids (absolute paths)

But /admin/reports/status sais:

PHPIDS No PHPIDS package found
You must dowload the latest PHPIDS package and place in a php searchable path or the phpids module folder. Current configured PHPIDS path: ...

I tried with PHPIDS 0.7 and PHPIDS 0.6.5 in the root directory of my webspace and in sites/all/modules/phpids/ with my drupal tmp dir and with phpids-0.x/lib/IDS/tmp. Nothing helps.

it-cru’s picture

Hello steeph,

I think your path should look something like this:

/path to drupalroot/sites/all/modules/phpids/phpids-0.x/lib

I currently have no running D6 site to check the 6.x-1.11 version of phpids module. I hope this helps you a little bit.

Greetz
Steffen

steeph’s picture

Status: Active » Closed (fixed)

Yes, I tried that before because it says so in the example under the text field. Anyway, this time it worked. So I guess it just was the wrong path when I tried it first. Thanks.