I'm getting the above error with the most recent version of LI, whenever I try to edit a content type.

Comments

cristontchev’s picture

me too. " Fatal error: Call to undefined function linkintel_get_node_type_exclude_options() in /home/xxxxxxxx/sites/all/modules/linkintel/linkintel.module on line 2267"

TomDude48’s picture

Status: Active » Needs review

Arg, the git migration dropped several files. I re-added the pages.inc file in rc8. That one should work.

cristontchev’s picture

I Installed rc8, updated, cleaned caches, ran cron, however, I still get the same error on editing content types and settings/linkintel. ideas?

pilotchick’s picture

Same problem here. This module would be so perfect for us if we could just make it work!!!

TomDude48’s picture

That problem should be fixed in rc9, please review.

JmOkay’s picture

There is still a problem with it, I'm using the rc9 version and when an update.php is performed, it is creating the errors below:

Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 355
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 356
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 357
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 358
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 359
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 360
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 361
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 362
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 363
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 364
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 365
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 377
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 378
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 388
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 389
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 390
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 391
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 393
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 394
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 395
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 396
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 398
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 399
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 401
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 402
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 404
Warning: Call-time pass-by-reference has been deprecated in /var/www/vhosts/mydomain.com/httpdocs/sites/all/modules/linkintel/linkintel.install on line 406

JmOkay’s picture

The error that Drupal displays when running update.php after this module is turned on is:

warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/domain.com/httpdocs/sites/all/modules/linkintel/linkintel.install:398) in /var/www/vhosts/domain.com/httpdocs/includes/common.inc on line 148.

It appears to be a relatively simple php error, that is generating the 'headers already sent' message.

TomDude48’s picture

I rushed to do a bug fix before DrupalCon on rc9 and accidentally committed some old code. This has been removed in rc10. Try that one.