This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

kanasz

  • *
  • 4 posts
[Bug] [Error] Changing avatars problem
« on: January 28, 2020, 06:27:48 PM »
Hello,
Recently I bought your Veronika theme from osclasspoint market and currently Im in process of making it work. Everything seems to work fine.
Except when I try to upload avatar on my test user profile I do not get any update. Anyone knows how to fix it? Also when i update my profile pic i get this look of the site:


Maybe I forgot to connect something?

I use PHP 7.3

I realized that it's because "#" in <a href="#" id pict-update> but what I must put there to get this to work?
Code: [Select]
            <?php if(function_exists('profile_picture_show')) { ?>
              <div class="row">
                <label class="picture"><span><?php _e('Avatar''veronika'); ?></span></label>
                <a href="#" id="pict-update">
                  <?php profile_picture_show(nullnull80); ?>
 
                </a>

                <a href="#" id="pict-update-secondary" class="btn btn-primary"><?php _e('Update avatar''veronika'); ?></a>
              </div>
            <?php ?>
« Last Edit: January 29, 2020, 07:50:54 PM by kanasz »

*

kanasz

  • *
  • 4 posts
Re: [Bug] [Error] Changing avatars problem
« Reply #1 on: January 30, 2020, 03:32:08 AM »
Anyone?

*

MB Themes

Re: [Bug] [Error] Changing avatars problem
« Reply #2 on: January 30, 2020, 08:31:46 AM »
Try to use PHP 7.0, check your error log, check for errors in page directly (source code), check in browser console for issues.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kanasz

  • *
  • 4 posts
Re: [Bug] [Error] Changing avatars problem
« Reply #3 on: January 30, 2020, 09:24:19 PM »
Try to use PHP 7.0, check your error log, check for errors in page directly (source code), check in browser console for issues.
Now one part of the problem is fixed(white screen without .css), but picture still does not changing even when message in the left corner said that everything changed successfully. What should I check next?

Marked as best answer by frosticek on January 31, 2020, 08:18:48 AM
*

kanasz

  • *
  • 4 posts
Re: [Bug] [Error] Changing avatars problem
« Reply #4 on: January 31, 2020, 01:39:02 AM »
Try to use PHP 7.0, check your error log, check for errors in page directly (source code), check in browser console for issues.
Now one part of the problem is fixed(white screen without .css), but picture still does not changing even when message in the left corner said that everything changed successfully. What should I check next?

OK, I fixed it! I uninstalled profile pic plugin and installed it again after changing to PHP7 and it worked thanks !

*

MB Themes

Re: [Bug] [Error] Changing avatars problem
« Reply #5 on: January 31, 2020, 08:18:58 AM »
@kanasz
Thanks for sharing experience ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots