Osclass Support Forums

General osclass questions => Report bug => Topic started by: Web on December 05, 2020, 12:32:58 PM

Title: osclass 4.2
Post by: Web on December 05, 2020, 12:32:58 PM
osclass 4.2 bug
THEME (Sigma 1.1.0)
1. enable  Merge internal CSS style sheets into one, publish page image upload not working
2. ad renew not working (redirect to 404)
3. profile Picture not showing in public profile


CSS & JS Minify Plugin need anymore?
Title: Re: osclass 4.2
Post by: MB Themes on December 05, 2020, 01:41:47 PM
Please check your console as well as instructions on settings page.
Without your url is not possible to check anything.
Title: Re: osclass 4.2
Post by: Web on December 05, 2020, 06:13:42 PM
Please check your console as well as instructions on settings page.
Without your url is not possible to check anything.


console clean

mobile device working

Title: Re: osclass 4.2
Post by: MB Themes on December 05, 2020, 06:15:29 PM
Will check it on monday.
Regarding republiash, make sure nice url is defined in permalinks setting.
Title: Re: osclass 4.2
Post by: Web on December 05, 2020, 06:44:26 PM
Will check it on monday.
Regarding republiash, make sure nice url is defined in permalinks setting.


Error page
domain.com/item/renew/23/
Title: Re: osclass 4.2
Post by: MB Themes on December 05, 2020, 06:58:26 PM
@Web
1) I've just tested on dev site and it works properly. You may exclude fineuploader script from JS, but I've tested with sigma &alpha & beta (from your image I think) and everything works fine. You will have to send me your URL so I can check it out.

2) Just tested on dev site and this is URL pattern:
Code: [Select]
https://webiste.com/item/renew/47/Works perfectly.

3) Nice catch, updated and will be available in 4.2.1

I would recommend you (maybe it will help) reupload osclass files. It does not have any impact on data or your installation.
Please, if problems persist, let me know.

Title: Re: osclass 4.2
Post by: Ivanko on December 09, 2020, 02:03:17 AM
Just tried to install 4.2 on localhost - fresh installation

ERROR

"<br />
<b>Fatal error</b>:  Uncaught PHPMailer\PHPMailer\Exception: Invalid address:  (From): osclass@localhost in /Applications/AMPPS/www/osclassMB4.2/oc-includes/vendor/phpmailer/phpmailer/src/PHPMailer.php:1513
Stack trace:
#0 /Applications/AMPPS/www/osclassMB4.2/oc-includes/vendor/phpmailer/phpmailer/src/PHPMailer.php(1433): PHPMailer\PHPMailer\PHPMailer-&gt;preSend()
#1 /Applications/AMPPS/www/osclassMB4.2/oc-includes/osclass/install-location.php(140): PHPMailer\PHPMailer\PHPMailer-&gt;send()
#2 /Applications/AMPPS/www/osclassMB4.2/oc-includes/osclass/install-location.php(50): basic_info()
#3 {main}
  thrown in <b>/Applications/AMPPS/www/osclassMB4.2/oc-includes/vendor/phpmailer/phpmailer/src/PHPMailer.php</b> on line <b>1513</b><br />
"

Title: Re: osclass 4.2
Post by: Ivanko on December 09, 2020, 02:49:24 AM
Same error on server

Not able to install fresh installation  :P :o
Title: Re: osclass 4.2
Post by: MB Themes on December 09, 2020, 11:27:50 AM
In case you've sent your issue is that PHP mailer 6 cannot send mail from 'osclass@localhost' as it is not valid email address.
Will fix it in 4.2.1

//Edit: Osclass 4.2.1 released
https://osclass-classifieds.com/changelog
Title: Re: osclass 4.2
Post by: Web on December 09, 2020, 12:57:22 PM
user dashboard profile pic not showing [beta theme]

functions.php

  echo '<div class="box"><img src="' . bet_profile_picture(osc_logged_user_id(), 'large') . '"/></div><strong>' . sprintf(__('Hi %s!', 'beta'), osc_logged_user_name()) . '</strong>';

change to

<img src="<?php echo osc_user_profile_img_url(osc_user_id()); ?>" alt="<?php echo osc_esc_html(osc_user_name()); ?>"/>
Title: Re: osclass 4.2
Post by: Ivanko on December 09, 2020, 03:57:31 PM
In case you've sent your issue is that PHP mailer 6 cannot send mail from 'osclass@localhost' as it is not valid email address.
Will fix it in 4.2.1

//Edit: Osclass 4.2.1 released
https://osclass-classifieds.com/changelog

Hi in admin version 4.3 but in fact 4.2.1 - confusing
It is installed properly now, let see what MB offers now ) 8)

Please advise if your core will be compatible with 3.9 or 5.0, you know )

Please keep version number 4.3, it is ok we know that it is MB
4.2.1...4.2.1.99
4.2.2.1....4.2.2.99
.....

 ;)

Title: Re: osclass 4.2
Post by: MB Themes on December 09, 2020, 04:03:50 PM
@Ivanko
It is 4.2.1 everywhere.
We will not care about other branches.
Once 4.2.1 is installed over Evo branch, it turns osclass version to 4.0 to force standard update process from 4.0 up to 4.2.1 with all required changes and updates.
5.0 is actually 3.9, just with shuffled file locations and few minor updates.
Version numbers will continue in standard way:

If higher version matters, we can simply put that to 14.2.0 :)
Title: Re: osclass 4.2
Post by: Ivanko on December 09, 2020, 04:16:42 PM
@Ivanko
It is 4.2.1 everywhere.
We will not care about other branches.
Once 4.2.1 is installed over Evo branch, it turns osclass version to 4.0 to force standard update process from 4.0 up to 4.2.1 with all required changes and updates.
5.0 is actually 3.9, just with shuffled file locations and few minor updates.
Version numbers will continue in standard way:
  • 4.2.0, 4.2.1, ...
  • 4.3.0, 4.3.1, ...
  • 4.4.0, 4.4.1, ...
  • 4.5.0, 4.5.1, ...
  • 4.6.0, 4.6.1, ...

If higher version matters, we can simply put that to 14.2.0 :)

oh sorry my site name was osc4.3 , axaxa
all OK
Title: Re: osclass 4.2
Post by: MB Themes on December 09, 2020, 04:23:06 PM
@ivanko
Weird name :)
Title: Re: osclass 4.2
Post by: Ivanko on December 09, 2020, 04:33:23 PM
@ivanko
Weird name :)
agree, just for test of course )) ;D ;D
Title: Re: osclass 4.2
Post by: Web on December 15, 2020, 02:22:07 PM
publish page problem solved

Add  CSS Exclude   "fineuploader"
Title: Re: osclass 4.2
Post by: MB Themes on December 15, 2020, 03:44:24 PM
@Web
Yes some scripts will not work properly when merged, for this reason you may exclude different scripts ad still benefit from file merging.