Hi, 

I previously had the PHP module installed on my site, but no longer wanted it. I updated all the relevant input boxes from Php text format to Full HTML. I then disabled the php text format.

I now see regular entries in the log for :

Type:Filter

Message:Disabled text format: php.

There are no further details, so i don't know what's causing this. The website seems to be working ok.

Is there a way i can query the content to find out which is using php. Or is there any other way i might diagnose this?

Thanks

chris

Comments

subir_ghosh’s picture

I have the same issue as well.

ED: I am on D 9.5.9

-----------------------------
Subir Ghosh
www.subirghosh.in

krys15’s picture

Hi Subir, did you manage to resolve the issue for 

Message:Disabled text format: php.

I've not been able to fix it, but would be keen to know if you have?

Thansk

CHris

subir_ghosh’s picture

Hi Chris: Try this:

* Your Watchdog page will show which filter it is (ie. PHP type)

* Go to Administration > Configuration > Development > Synchronize

admin/config/development/configuration/single/export

* Config Type: Text Format

* Config Name: PHP type

* Export and copy the code

* Next go to admin/config/development/configuration/single/import

* Config Type: Text Format

* Paste the code. Change "status: true" to "status: false"

-----------------------------
Subir Ghosh
www.subirghosh.in

krys15’s picture

I've still not been able to resolve this, hopefully someone will have some suggestions

krys15’s picture

Finally fixed it, I found a small block we use for the social media icons. This had a text box which needed testing to basic html. So my advice, take a look through all of your content blocks.