Cannot Load Class

This is a strange one. I’m working on a CMP and keep getting the error:

Could not load class: cs_replace from mysql.cs_replace  

The odd thing is that I have no such class. The only references to cs_replace in the whole CMP are in HTML code and JavaScript (it’s an HTML element ID). So why is PHP (xPDO) looking for that class?

I’m hoping someone has seen something like this and can give me a clue.

Assuming that you’ve done a full find search of your project, have you tried changing that ID to see if you get the same error?

Yes, thanks. I just get the same error message with the new ID.

I haven’t fixed it, but I know what the problem is. The value is sneaking into the section of properties sent to my processor as part of an array of class names.