I am trying to enable basic pop-ups that have form-submission functionality using Facebox:
http://famspam.com/facebox
However, this seems to be generating a fair number of errors.
For example, even though we are calling the file in the popup-link, it still produces an error, call to undefined method.
Line 47 is where I am invoking Facebox:
“http://github.com/allyforce/AF-upload/blob/master/Templates/profile_activity.tpl.php”
This calls the error:
“http://github.com/allyforce/AF-upload/blob/master/complete_profile_popup.php”
This is the library which defines the method:
http://github.com/allyforce/AF-upload/blob/master/Library/CompleteProfilePopup.class.php
Facebox is working when just calling straight .php.