Call to undefined function zdbq_single()
Shiny - August 30, 2009 - 02:06
| Project: | Zina |
| Version: | 6.x-1.12 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
after trying to enable the module, i get this error:
[Sun Aug 30 13:53:08 2009] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function zdbq_single() in /home/br3nda/projects/drupal/sites/all/modules/zina/zina.install on line 56, referer: http://drupal/?q=admin/build/modules/list/confirm

#1
after adding this:
require_once(drupal_get_path('module', 'zina') .'/zina/database.php');
I then get this:
[Sun Aug 30 14:12:32 2009] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function zdb_query() in /home/br3nda/projects/drupal/sites/all/modules/zina/zina/database.php on line 1496, referer: http://drupal/?q=admin/build/modules/list/confirm
Some looking around the code leads me to conclude, even if i got it working, this module is for mysql only.
would be rather awesome if you marked this on the project homepage http://drupal.org/project/zina as a "only works in mysql" module.