noie
Joined: 02 Jan 2004 Posts: 5
|
Posted: Fri Aug 20, 2004 10:04 pm Post subject: Fatal error in "b2edit.php"?? |
|
|
Everything was fine a couple days ago, so it must have been something I edited or did.. sadly, I don't know enough about php as a language to fix my problem! Hopefully one of you can help. I get this error every time I post or try edit a post:
"Fatal error: Call to undefined function: pingblogs() in /home/orenjio/public_html/yakyak/b2edit.php on line 83"
I have tried reinstalling a fresh "b2edit.php" file, and that doesn't seem to work. I never touch the stuff regarding pingbacks and whatnot, because I don't really care what they do. The thing is, sometimes, even when I get that error, the post shows up after I refresh the page. I also have found that if I accidentally double-post something, I can't delete it. I choose "delete", and then the page refreshes and all, but the post has not been deleted. It's all very confusing! I searched here but didn't see anything like this. Can any of you nice, smart folks help me?? |
|
stevem
Joined: 15 Mar 2003 Posts: 241
|
Posted: Fri Aug 20, 2004 11:06 pm Post subject: |
|
|
The pingblogs function is in b2-include/b2functions.php. So look for Code: | // pings Blo.gs
function pingBlogs($blog_ID="1") { |
If that's not there, then I wonder what else has changed in that file. Given that you have other problems, perhaps you should restore the original b2functions file rather than simply commenting out the pingBlogs line. |
|