Support

  1. austenn01
  2. Bug Report
  3. Friday, December 20 2013, 09:39 AM
Hello,

I am having issues with Easy Profile....(on a side note, I would also like to use Easy Profile with the JoomlaWroks 'SocialConnect' if possible.

Anyway,

1) in the backend, when i go to a user, click to edit the user....and then click 'save' or 'save and close' , I am taken to a page that says
Error
An error has occurred.

403 Access Denied

Return to Control Panel



2) In the FrontEnd, when I login, and then click EDIT Profile...When i go to click SAVE, I get this error codes:


Notice: Array to string conversion in /home/squnch1/public_html/dev/new/libraries/joomla/filter/input.php on line 233

Warning: Illegal string offset 'method' in /home/squnch1/public_html/dev/new/components/com_users/models/profile.php on line 297

Notice: Uninitialized string offset: 0 in /home/squnch1/public_html/dev/new/components/com_users/models/profile.php on line 297

Fatal error: Cannot redeclare class upload in /home/squnch1/public_html/dev/new/administrator/components/com_k2/lib/class.upload.php on line 617

________________

This site is in development, and as such is in Offline mode....to test logging in etc, you would need to turn the site into online mode....please remember to put it back to offline mode when finsihed...

Thanks,

John
admin Accepted Answer
Admin
Problem 1:
I have tried to disable all plugins of Easy Profile (so does nothing more), but the problem persist! Not is Easy Profile the problem.

Problem 2:
Is a conflict with K2 user profile.
I have disabled K2 user profile and works.
To re-enable:
- go to administrator->components->K2
- Click on "Parameters" button
- Go to "Advanced" Tab
- Set "Enable K2 User Profile" to Yes
  1. more than a month ago
  2. Bug Report
  3. # 1
austenn01 Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 2
austenn01 Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
  1. more than a month ago
  2. Bug Report
  3. # 4
austenn01 Accepted Answer
Ok...

I have been testing in the live site you were on...

In the FRONTEND, when i edit a profile....and then click submit....it shows the same error codes from above......then 5 seconds later it reloads the screen to the profile view.

Seems there is still issues....not just a k2 user profile issue
  1. more than a month ago
  2. Bug Report
  3. # 5
admin Accepted Answer
Admin
Remember these:
- Uninstall Easy Profile not delete nothing
- If you want test a site without Easy Profile: you can disable all jsn_* plugins (so does nothing more) not necessary Uninstall

And any comment about SocialConnect? I would choose to use Joomlaworks SocialConnect for the social login ability and turn off Easy Profile social login ability...if i was able to use these 2.

I do not think there are problems.

Anyway to get it to work with k2?

I will test these days
  1. more than a month ago
  2. Bug Report
  3. # 6
admin Accepted Answer
Admin
Enable K2 User Profiles

Try this:
replace in /administrator/components/com_jsn/helpers/fields/image.php at line 128 this:
require_once(JPATH_ADMINISTRATOR.'/components/com_jsn/assets/class.upload.php');

with:
if(file_exists(JPATH_ADMINISTRATOR.'/components/com_k2/lib/class.upload.php')) require_once(JPATH_ADMINISTRATOR.'/components/com_k2/lib/class.upload.php');
else require_once(JPATH_ADMINISTRATOR.'/components/com_jsn/assets/class.upload.php');
  1. more than a month ago
  2. Bug Report
  3. # 7
austenn01 Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 8
admin Accepted Answer
Admin
Uninstall:
Follow the instructions in the documentation.

Like almost all of the Joomla components, Easy Profile does not delete the tables. if you wish to cancel you must do it by hand.
The tables are:
# __jsn_fields
# __jsn_users

Have you tried my solution for work with K2?
  1. more than a month ago
  2. Bug Report
  3. # 9
austenn01 Accepted Answer
Hello, the comment I made above :In the FRONTEND, when i edit a profile....and then click submit....it shows the same error codes from above......then 5 seconds later it reloads the screen to the profile view", that issue is still present...

any ideas?
  1. more than a month ago
  2. Bug Report
  3. # 10
admin Accepted Answer
Admin
have you tried to do what I have written here?

alternatively try updating Easy Profile with the current version.
  1. more than a month ago
  2. Bug Report
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.