Quote:
Originally Posted by HKothari
Hi, I used this hack, and I'm having a lot of trouble, I set it up, just like the instructions said to, my code for including the global.php was:
PHP Code:
<?php
$curdir = getcwd();
chdir('/usr/local/pem/vhosts/133519/webspace/httpdocs/forums/');
require_once('/usr/local/pem/vhosts/133519/webspace/httpdocs/forums/global.php');
chdir($curdir);
?>
The first problem is that when you go to the page, you get this error:
Code:
Unable to add cookies, header already sent.
Is there a way to fix this? Thanks.
|
That would be because you have whitespace or something before the code.
It MUST be the first thing on the page.
Even a single space will cause this error.
See item one in the troubleshooting guide.
Quote:
Originally Posted by Cajun
Anyone know if this mod works with vb 3.7
|
It did when I tested it on beta 1.
There is s dedicated version for 3.7 in the 3.7 mods section.
Quote:
Originally Posted by Kalina
I just finished reading this whole thread but don't see a solution to my problem, so I'll describe it.
I am using this add-on to put a login form on a Wordpress powered page. I can't get it to show properly when a person is logged in, it just shows the form and treats me as if I am still logged out.
|
This mod code and a couple of others such as vB External and Wordpress have conflicts.
Perhaps they user the same variable names or something similar.
As I don't use word press I have not been able to check on a cause or solution.
Quote:
Originally Posted by SVTCobraLTD
So does anyone successfully have this running on 3.6.8? Seems like a lot of people are having problems with this.
SVT
|
It should run on 3.6.8 (it still works with 3.7) but I haven't tested it.