News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Buddy list error

Started by Rippy, December 31, 2013, 04:40:26 AM

Previous topic - Next topic

kat

Responding to your PM:

Quote from: Rippy on December 31, 2013, 09:11:55 PM
K@ , i've restorded the files too the sql database that i had but i get the same error :

Fatal error: require_once(): Failed opening required '/home/boilegen/public_html/forum/Sources/Buddies.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/boilegen/public_html/forum/Sources/Profile-Modify.php on line 1532

This is the code from line 1531-1533:

global $sourcedir;
   require_once($sourcedir . '/Buddies.php');
   BuddiesMain();
}

This problem i think is from ultimate-profile mod.I unintalled it long ago but when i go to Admin-Configuration-Midification Settings i find  a remaining information from it.

http://img202.imageshack.us/img202/5321/bpfh.png

What that's saying, pure'n'simple, is that the file "Profile-Modify.php" is calling, on line 1532, another file, named "Buddies.php" and it's not where it's expecting it to be, which is in the "Sources" directory.

Two possible solutions:

1-Remove the code that calls the file, which I mentioned, in-topic.

2-Put "Buddies.php" in the Sources directory.

The way you've been doing things, though, I actually think it might be best for you to kinda start-over.

http://wiki.simplemachines.org/smf/How_to_upload_a_fresh_set_of_files

Advertisement: