Dandello Forum AdministratorYaBB Modder Offline I love YaBB 2.7! Posts: 2266 Location: The Land of YaBB Joined: Feb 12th, 2014 Gender: Mood: Annoyed Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #18 - Dec 29th, 2022 at 2:32pm Mark & QuoteQuote Okay - Is the yabbfiles folder outside of the cgi-bin? (It belongs outside the cgi-bin) and do you have the correct path to it? The path should be something on the order of: Code $htmldir = '/home/XXXXXX/public_html/yabbfiles'; Depending how the server is set up, and Code $yyhtml_root = 'http://XXXXXXXXX.com/yabbfiles'; The code in Paths.pm should automatically detect if you're using https Perfection is not possible. Excellence, however, is excellent. WWW IP Logged
Vitaly Smirnov New Member Offline I Love YaBB! Posts: 6 Joined: Jan 10th, 2021 Re: Error messages in YaBB 2.7, last version 2075 Reply #17 - Dec 25th, 2022 at 10:50am Mark & QuoteQuote Tried to install new forum version 2.7 The path to folder yabbfiles is set correctly, but the forum is in black and white, and doesn't want to pick up the file default.css IP Logged
Pieszyce Junior Member Offline I Love YaBB! Posts: 51 Joined: Nov 29th, 2019 Mood: Dead Re: Error messages in YaBB 2.7, last version 2075 Reply #16 - Sep 6th, 2022 at 8:47am Mark & QuoteQuote Is there any progress with 2.7? Is it now bug free? It's so quiet here and I'd like to know if the 2.7 version that's out now is bug-free. greetings Pieszyce IP Logged
Dandello Forum Administrator Offline I love YaBB 2.7! Posts: 2266 Location: The Land of YaBB Joined: Feb 12th, 2014 Gender: Mood: Annoyed Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #15 - Jun 29th, 2022 at 5:45pm Mark & QuoteQuote When I tried to test email settings, nothing saved so I can't test any email settings. My suspicion is that the not-saving settings is a big part of the problem - and I'm sure there's an issue with ExtendedProfiles in your Settings.pm Perfection is not possible. Excellence, however, is excellent. WWW IP Logged
pyragony54 Language Offline I Love YaBB! Posts: 856 Location: Йошкар-Ола Joined: May 25th, 2014 Gender: Mood: Dead Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #14 - Jun 29th, 2022 at 4:05pm Mark & QuoteQuote Sorry Dandelo, I have to disagree with you. It works via UNIX, Linux, BSD and via the YaBB engine. Only with PERL it doesn't work. I updated the PERL modules today, which didn't help either. Fact: Everything is entered correctly. Go to the test page and try it yourself. https://yabbtest.de/cgi-bin/yabb2/YaBB.pl You know your login data and you also have admin rights. This will be better than if I write. settings.rar ( 13 KB | 134 Downloads ) if (idea == 'none') {use (manuals) && (Google | | search)}if ($ answer == 0) {post (question)} IP Logged
Dandello Forum Administrator Offline I love YaBB 2.7! Posts: 2266 Location: The Land of YaBB Joined: Feb 12th, 2014 Gender: Mood: Annoyed Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #13 - Jun 29th, 2022 at 3:36pm Mark & QuoteQuote Okay - that mailer error is telling you that your SMTP credentials could not be verified - either the password isn't right or the user name isn't right (or possibly the port number isn't right.) For the ExtendedProfiles error we need to look at Variables/Settings.pm to see if the problem is there. Perfection is not possible. Excellence, however, is excellent. WWW IP Logged
pyragony54 Language Offline I Love YaBB! Posts: 856 Location: Йошкар-Ола Joined: May 25th, 2014 Gender: Mood: Dead Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #12 - Jun 29th, 2022 at 1:28pm Mark & QuoteQuote Registration gone through, known error appears. Quote:Nicht abgefangene Fehler : SMTPS-Anmeldeinformationen konnten nicht authentifiziert werden. Gebe bitte die folgenden Informationen an: Admin-Center -> Forum-Konfiguration -> Erweiterte Einstellungen -> Registerkarte eMail. Gebe Deinen SMTP-Berechtigungsbenutzernamen, Dein SMTP-Berechtigungskennwort und Deinen SMTP-Server ein. at /home/users/yabbtest/www/cgi-bin/yabb2/Sources/Mailer.pm line 126. Registration is shown as pre-registered, activation mail was not sent. Activated manually. Quote:Ein Fehler ist aufgetreten! Use of uninitialized value $id in array element at /home/users/yabbtest/www/cgi-bin/yabb2/Admin/Settings_ExtendedProfiles.pm line 75. Activation not successful Quote:Ein Fehler ist aufgetreten! Use of uninitialized value $regmember in string ne at /home/users/yabbtest/www/cgi-bin/yabb2/Admin/RegistrationLog.pm line 697. if (idea == 'none') {use (manuals) && (Google | | search)}if ($ answer == 0) {post (question)} IP Logged
Dandello Forum Administrator Offline I love YaBB 2.7! Posts: 2266 Location: The Land of YaBB Joined: Feb 12th, 2014 Gender: Mood: Annoyed Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #11 - Jun 29th, 2022 at 12:26pm Mark & QuoteQuote Code if ( $reguser && $x[2] && $reguser eq $x[2] ) { fatal_error('already_preregged'); } if ( $member{'email'} && $x[4] && lc $member{'email'} eq lc $x[4] ) { more checks. Perfection is not possible. Excellence, however, is excellent. WWW IP Logged
pyragony54 Language Offline I Love YaBB! Posts: 856 Location: Йошкар-Ола Joined: May 25th, 2014 Gender: Mood: Dead Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #10 - Jun 29th, 2022 at 5:59am Mark & QuoteQuote Dandello wrote on Jun 28th, 2022 at 9:58pm:This will double check that the variables being checked have true values. Unfortunately didn't work. Same error message if (idea == 'none') {use (manuals) && (Google | | search)}if ($ answer == 0) {post (question)} IP Logged
Dandello Forum Administrator Offline I love YaBB 2.7! Posts: 2266 Location: The Land of YaBB Joined: Feb 12th, 2014 Gender: Mood: Annoyed Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #9 - Jun 28th, 2022 at 9:58pm Mark & QuoteQuote Can't reproduce the issue so: in Register.pm find Code for (@reglist) { @x = split /[|]/xsm; if ( $reguser eq $x[2] ) { fatal_error('already_preregged'); } if ( lc $member{'email'} eq lc $x[4] ) { fatal_error('email_already_preregged'); } } and make it Code for (@reglist) { @x = split /[|]/xsm; if ( $reguser && $reguser eq $x[2] ) { fatal_error('already_preregged'); } if ( $member{'email'} && lc $member{'email'} eq lc $x[4] ) { fatal_error('email_already_preregged'); } } This will double check that the variables being checked have true values. Perfection is not possible. Excellence, however, is excellent. WWW IP Logged
pyragony54 Language Offline I Love YaBB! Posts: 856 Location: Йошкар-Ола Joined: May 25th, 2014 Gender: Mood: Dead Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #8 - Jun 28th, 2022 at 7:38pm Mark & QuoteQuote I don't think we understand each other properly. The error only occurs when I try to send the test mail to myself. The test mail is not sent either. But a new mistake. Quote:Ein Fehler ist aufgetreten! Use of uninitialized value in string eq at /home/users/yabbtest/www/cgi-bin/yabb2/Sources/Register.pm line 1038. if (idea == 'none') {use (manuals) && (Google | | search)}if ($ answer == 0) {post (question)} IP Logged
Dandello Forum Administrator Offline I love YaBB 2.7! Posts: 2266 Location: The Land of YaBB Joined: Feb 12th, 2014 Gender: Mood: Annoyed Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #7 - Jun 28th, 2022 at 6:38pm Mark & QuoteQuote Net::SMTP now needs the correct port number (so try 127.0.0.1:25 which should match what the 2.6 code used. Here it's ':587') Perfection is not possible. Excellence, however, is excellent. WWW IP Logged
pyragony54 Language Offline I Love YaBB! Posts: 856 Location: Йошкар-Ола Joined: May 25th, 2014 Gender: Mood: Dead Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #6 - Jun 28th, 2022 at 5:24pm Mark & QuoteQuote Dandello wrote on Jun 28th, 2022 at 11:48am:And I just got NET::SMTPS to work - will upload later - but it looks like it's a redundant option since NET::SMTP does exactly the same same thing. It doesn't work for me in the test forum. But it works with Anti-Scam. The same error message. I updated the PERL module. No effect. For security reasons I want to use the PERL module. When I was using the YaBB engine, I kept getting on the XBL blacklist and couldn't send mail. It stopped with the PERL module. If Net::SMTPS doesn't work, then get rid of it altogether. Pieszyce has an error in his Dutch translation that causes an error in the Date::Time. But he has to look for it himself. I don't have time for that. I want to get as many translations as possible. I will also send my two Russian children on the march. When YaBB 2.7 is finished, it will probably be the last. I'm getting too old for that too. Nonetheless, thank you for your work on behalf of everyone. If you want to go to the test forum, do it so you can see the bugs if you don't see them. If you need something, say it. mail_anti-scam.jpg ( 279 KB | 169 Downloads ) mail_yabbtest.jpg ( 254 KB | 163 Downloads ) if (idea == 'none') {use (manuals) && (Google | | search)}if ($ answer == 0) {post (question)} IP Logged
Dandello Forum Administrator Offline I love YaBB 2.7! Posts: 2266 Location: The Land of YaBB Joined: Feb 12th, 2014 Gender: Mood: Annoyed Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #5 - Jun 28th, 2022 at 12:16pm Mark & QuoteQuote And Mailer.pm mailer2.zip ( 2 KB | 148 Downloads ) Perfection is not possible. Excellence, however, is excellent. WWW IP Logged
Dandello Forum Administrator Offline I love YaBB 2.7! Posts: 2266 Location: The Land of YaBB Joined: Feb 12th, 2014 Gender: Mood: Annoyed Zodiac sign: Re: Error messages in YaBB 2.7, last version 2075 Reply #4 - Jun 28th, 2022 at 11:48am Mark & QuoteQuote Mailer & Smtp.pm edits - As I posted earlier, the Net::SMTPS doesn't work here - I think it's due to a problem with the required Perl Module. The YaBB SMTP Engine no long throws errors when used BUT it doesn't send email either (at least here). (And I just got NET::SMTPS to work - will upload later - but it looks like it's a redundant option since NET::SMTP does exactly the same same thing. smtp_mailer.zip ( 6 KB | 174 Downloads ) Perfection is not possible. Excellence, however, is excellent. WWW IP Logged