mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-844: Call to undefined function Doctrine\ORM\Query\ctype_alpha() in Doctrine/ORM/Query/Lexer.php #1040
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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):
Issue was closed with resolution "Fixed"