By paxnwo on
hello there. i got the paranoia module and installed it on my drupal. i needed to use some php for a page and i had to disable paranoia, but paranoia wasnt listed on the module page. i deleted the "paranoia" directory from the "modules" directory, but still, i cant use php. can you help me uninstall paranoia ? ( also i cheched the Uninstall page, paranoia wasnt there ). thanks !
Comments
From it's project page,
From it's project page, "Disable disabling this module. Yes, that's right you need to go to the database to get rid of it again.". Look at the system table. there should be a row with paranoia as the name. I would just delete the row.
i deleted the row but still
i deleted the row but still not working. can you indicate me step by step how to use php in drupal ?
In Drupal 6, there is a
In Drupal 6, there is a separate "php filter" module which you need to enable. It is disabled by default.
Works ! So , I did this :
Works ! So , I did this :
1. Deleted the paranoia row from system.
2. Modified modules/php/php.module from system , where status = 0 and i changed it to 1.
3. Went to admin/settings/filters/ , selected php and checked PHP evaluator.
php it's just an optional
php it's just an optional module in core.
>2. Modified modules/php/php.module from system , where status = 0 and i changed it to 1.
You didn't have to do it this way. Just visit 'admin/build/modules' and enable module Php there.