Warning after installing Relationship with PHP5 & Mysql 5
| Project: | Relationship |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Hello,
after installing this module i got the 2 following Warning :
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in ... ...\modules\relationship\administer_relationships.inc on line 201
user warning: Data too long for column 'description' at row 1 query: UPDATE system SET description = 'Display any nodes metadata in content blocks
This module depends on the relationship module, and won\'t work without it.
This module depends on the listblock module, and won\'t be able to display the blocks without it. ', name = 'metadata_blocks', bootstrap = 0, filename = 'modules/relationship/plugins/metadata_blocks.module' WHERE filename = 'modules/relationship/plugins/metadata_blocks.module'
in ... ...\includes\database.mysql.inc on line 120.
Gaël

#1
Thanks for that - different errors seem to show up on different systems. It was just an oversight.
I never knew there was a limit on the description messages ... makes sense but it must be new.
I trimmed them down a lot now throughout.
Changes now in CVS - 4.7 branch (not CVS 'HEAD')
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/relationship/...
Bundle coming soon I guess.
I reworked the internals a lot last week, so I think the demos (navigation & geneology ontologies) will not be working too well, like, at all.
#2