Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on photo load for avatar #3

Open
alefattorini opened this issue Apr 26, 2013 · 2 comments
Open

Error on photo load for avatar #3

alefattorini opened this issue Apr 26, 2013 · 2 comments

Comments

@alefattorini
Copy link

Like subject. See the attach
messages

@imbradman
Copy link

The user_photo app isn't compatible with owncloud 5x. You can use internal_message without it by commenting out the following in owncloud/apps/internal_messages/index.php:

if (!OCP\App::isEnabled('user_photo')) {
OCP\Template::printUserPage('internal_messages', 'no-user_photo-app');
exit;
}

And comment out the following in owncloud/apps/internal_messages/templates/part.messages.php:

//echo td img id=message_photo src=". OC_App::getAppWebPath('user_photo') . '/ajax/showphoto.php?user=' . $message['message_owner']." /td

Then you can uninstall user_photo and reinstall internal_messages. That's the fix for now until user_photo is compatible with owncloud 5x.

@ghost
Copy link

ghost commented May 24, 2013

user_photo is now compatible with owncloud 5x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants