Error trying to use the export procedure

Hi All:

I get the following message when I try to use the Apoc. Export procedure
Invalid input 'P': expected 'l/L' (line 1, column 2 (offset: 1))
"APOC.export.file.enabled=true"

Can anybody help me. I checked and my Apoc pluggin is 'installed' and I have restarted my computer.
thanks,
Maria

Just a thought - have you tried using all lowercase letters, as per the docs? Configuration Options - APOC Extended Documentation

Hi @romeromrc

You can create /conf/apoc.conf and write 'apoc.export.file.enabled=true'.
Or
Just add 'apoc.export.file.enabled=true' to /conf/neo4j.conf.

apoc.export.file.enabled=true

Then, restart db.

Yes, I have tried lower cases and still not working

Please post your Cypher query that's giving this error.