I get this when trying to look at "My Journal" from the navbar or anywhere.... I am the first journal so when I go to
http://www.zeldaphoenix.com/forums/j...howjournal&j=1
it works fine.... hmm
http://www.zeldaphoenix.com/forums/j...=gotomyjournal
is what gives me trouble....
Fatal error: Call to undefined function: exec_header_redirect() in /blahblahblahblah/forums/journal.php on line 1661
I have all of the templates required... there was one file edit I couldn't do... it was for profile.php
Quote:
Find:
if ($_POST['do'] == 'doremovelist')
{
globalize($_POST, array('userlist' => STR, 'userid' => INT));
if ($userlist != 'buddy')
------------------------------
Replace with:
if ($_POST['do'] == 'doremovelist')
{
globalize($_POST, array('userlist' => STR, 'userid' => INT));
if (($userlist != 'buddy') AND ($userlist != 'jbuddy'))
|
but I don't think this is what the problem is.... bah