sakurazukamori
Joined: 07 Dec 2004 Posts: 1
|
Posted: Tue Dec 07, 2004 6:37 am Post subject: Fatal Error: get_ljuserdata() |
|
|
I just went into my b2config.php and changed the lj option to 1 to allow it. Then I went to my b2 admin profile, and it now says:
Fatal error: Call to undefined function: get_ljuserdata() in /home/morbid/public_html/blog/b2profile.php on line 369
I went to my b2profile.php and line 368-373
Code: | <?php if ($use_ljupdate) {
$ljprofiledata=get_ljuserdata($user_ID); ?>
<tr>
<td align="right"><strong>LiveJournal</strong></td>
<td><input type="text" name="newuser_lj" value="<?php echo $ljprofiledata["user_login"] ?>" class="postform" /></td>
</tr> |
I haven't a clue what could be wrong there. |
|