DDC-844: Call to undefined function Doctrine\ORM\Query\ctype_alpha() in Doctrine/ORM/Query/Lexer.php #1040

Closed
opened 2026-01-22 12:59:48 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Oct 20, 2010).

Jira issue originally created by user justinotherguy:

Hi there,

we're trying to get our code to run on OpenWRT; for now inside a vmware environment.
You can find our code here:
http://github.com/volkszaehler/volkszaehler.org

accessing this url
http://192.168.189.179/backend/index.php/data/a301d8d0-903b-11df-94bb-d943d061b6a8.json
we get:

"Fatal error: Call to undefined function Doctrine\ORM\Query\ctype_alpha() in /www/doctrine/doctrine/lib/Doctrine/ORM/Query/Lexer.php on line 158"

our debug output ("&debug=5" appended to URL) looks like this:
{"source":"volkszaehler.org","version":0.2,"component":"backend","exception":{"type":"Exception","message":"Unknown format: json&debug=5","code":0}}

Thanks in advance!

Regards, J.

Originally created by @doctrinebot on GitHub (Oct 20, 2010). Jira issue originally created by user justinotherguy: Hi there, we're trying to get our code to run on OpenWRT; for now inside a vmware environment. You can find our code here: http://github.com/volkszaehler/volkszaehler.org accessing this url http://192.168.189.179/backend/index.php/data/a301d8d0-903b-11df-94bb-d943d061b6a8.json we get: "Fatal error: Call to undefined function Doctrine\ORM\Query\ctype_alpha() in /www/doctrine/doctrine/lib/Doctrine/ORM/Query/Lexer.php on line 158" our debug output ("&debug=5" appended to URL) looks like this: {"source":"volkszaehler.org","version":0.2,"component":"backend","exception":{"type":"Exception","message":"Unknown format: json&debug=5","code":0}} Thanks in advance! Regards, J.
admin added the Bug label 2026-01-22 12:59:48 +01:00
admin closed this issue 2026-01-22 12:59:49 +01:00
Author
Owner

@doctrinebot commented on GitHub (Oct 20, 2010):

Comment created by justinotherguy:

Hi,

seems package php5-mod-ctype was missing.

It's working now...

Thanks anyway!

Keep up the good work - looking forward to the final version :-)

Regards, J.

@doctrinebot commented on GitHub (Oct 20, 2010): Comment created by justinotherguy: Hi, seems package php5-mod-ctype was missing. It's working now... Thanks anyway! Keep up the good work - looking forward to the final version :-) Regards, J.
Author
Owner

@doctrinebot commented on GitHub (Oct 20, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Oct 20, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1040