getting the following error after uploading unsubscribe.php to the host.
Fatal error: Call to undefined function import_request_variables() in /home/hemophil/public_html/myfolder/unsubscribe.php on line 11
I tried changing the function import_request_variables() to extract and getting the following error:
Warning: extract() expects parameter 1 to be array, string given in /home/hemophil/public_html/myfolder/unsubscribe.php on line 11
I am having php version: 5.5.18, database version: 5.5.40-36.2
Please suggest how to rectify the error. Thanks
Fatal error: Call to undefined function import_request_variables() in /home/hemophil/public_html/myfolder/unsubscribe.php on line 11
I tried changing the function import_request_variables() to extract and getting the following error:
Warning: extract() expects parameter 1 to be array, string given in /home/hemophil/public_html/myfolder/unsubscribe.php on line 11
I am having php version: 5.5.18, database version: 5.5.40-36.2
Please suggest how to rectify the error. Thanks