Download & Extend

Php error when approving or resending requests

Project:Request Invitation
Version:6.x-1.0
Component:Miscellaneous
Category:bug report
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

After transferring my website to a new server I am receiving the following error:

warning: Parameter 2 to invite_form_submit() expected to be a reference, value given in /home/gillz/public_html/includes/module.inc on line 462.

Any ideas on what might be causing this??

Comments

#1

same here.

#2

Priority:normal» major

#3

same to me

#4

A quick hack, requestinvitation.module @ line 277,replace the invoke "form submit" with a direct function call:

<?php
     
//module_invoke('invite', 'form_submit', $form, $edit);
     
invite_form_submit($form, &$edit);
?>

hope it helps you guys.

nobody click here