Upgrade 250 to 251 no extended user uniformation in frontend

General questions relating to Joomla! 2.5. Note: All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5. There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
cphjst
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Fri Aug 15, 2008 9:05 pm
Location: Denmark
Contact:

Upgrade 250 to 251 no extended user uniformation in frontend

Post by cphjst » Sun Feb 05, 2012 9:29 pm

After upgrade from 2.5.0 to 2.5.1 ther is no extended information in frontend (User Profile.

If I replace the plugins/user/profile/profile.php with the old profile.php the information is displayed.
Any one have figured this out?

/Johnny

ap53940
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Feb 24, 2012 6:45 pm

Re: Upgrade 250 to 251 no extended user uniformation in fron

Post by ap53940 » Fri Feb 24, 2012 7:20 pm

The problem is solved:
http://forum.joomla.org/viewtopic.php?f=628&t=694340

If you modify plugins/user/profile/profile.php line 165
from:
$form->loadFile('profile', false);
to:
$form->loadFile(dirname(__FILE__).'/profiles/profile.xml', false);

:)


Locked

Return to “General Questions/New to Joomla! 2.5”