Downloading and installing this for a customer, I first accidentally uploaded the .tar.gz file for my company and unpacked it (via shell) on her account. I removed all the pertinent files and uploaded the correct download, unpacked it, modified config.php, attempt to run install.php and get the following error.
"Warning: Cannot modify header information - headers already sent by (output started at /home/pocket/include/head.inc:12) in /home/pocket/public_html/forums/install/authenticate.php on line 31
Customer number entered successfully.
Redirecting...."
Line 31 of authenticate.php is a setcookie statement for customer ID. I've tried running install.php in a different browser (IE6 instead of Firefox) to no avail. What would the general cookie information be on this? Seems this is all that's standing in the way of being able to run this install.
"Warning: Cannot modify header information - headers already sent by (output started at /home/pocket/include/head.inc:12) in /home/pocket/public_html/forums/install/authenticate.php on line 31
Customer number entered successfully.
Redirecting...."
Line 31 of authenticate.php is a setcookie statement for customer ID. I've tried running install.php in a different browser (IE6 instead of Firefox) to no avail. What would the general cookie information be on this? Seems this is all that's standing in the way of being able to run this install.
Comment