Results 1 to 7 of 7

Thread: Kernel bug: ClassiPress doesn't display errors from edit_user() function

  1. #1
    Thread Starter
    Veteran almightyeric's Avatar
    Join Date
    Aug 2011
    Location
    Nothern CA, USA
    Posts
    416
    Thanks
    56
    Thanked 19 Times in 16 Posts

    Kernel bug: ClassiPress doesn't display errors from edit_user() function

    There is a bug in the ClassiPress "kernel," in:
    Code:
    \wp-content\themes\classipress\framework\kernel\view-edit-profile.php
    Line 25 populates a dynamically-created "errors" attribute of "this" with any errors returned by WordPress's edit_user() function.

    The problem is: The theme doesn't display those error messages. It doesn't do anything with them.

    You can fix this by adding the following line of code immediately below line 25:
    PHP Code:
    appthemes_add_notice'update-profile-errors'$this->errors->get_error_message(), 'error' ); 
    After adding that, the theme will display those error messages.

    Will you fix this in ClassiPress 3.4?

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  3. #3
    Member reynaldo's Avatar
    Join Date
    Jul 2011
    Location
    Dominican Republic
    Posts
    70
    Thanks
    0
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Member reynaldo's Avatar
    Join Date
    Jul 2011
    Location
    Dominican Republic
    Posts
    70
    Thanks
    0
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    Veteran almightyeric's Avatar
    Join Date
    Aug 2011
    Location
    Nothern CA, USA
    Posts
    416
    Thanks
    56
    Thanked 19 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Thread Starter
    Veteran almightyeric's Avatar
    Join Date
    Aug 2011
    Location
    Nothern CA, USA
    Posts
    416
    Thanks
    56
    Thanked 19 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: May 17th, 2014, 02:48 PM
  2. Dimitris Theme doesn't function
    By swift in forum Report Vantage Bugs (Legacy)
    Replies: 6
    Last Post: January 28th, 2014, 01:24 PM
  3. Suddenly the search function doesn't work
    By corecruitment in forum Report JobRoller Bugs
    Replies: 2
    Last Post: March 18th, 2013, 09:51 AM
  4. [SOLVED] The search function doesn't seem to like Birmingham, UK...
    By nickjonezy in forum Report Vantage Bugs (Legacy)
    Replies: 3
    Last Post: September 26th, 2012, 04:51 AM
  5. More function doesn't seem to work in some instances
    By bussjj in forum Help Using JobRoller
    Replies: 8
    Last Post: August 15th, 2012, 02:34 PM