Page Index Toggle Pages: 1 ... 12 13 [14] 15  ReplyAdd Poll Send Topic
Very Hot Topic (More than 25 Replies) Conversion (Read 45241 times)
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #195 - Sep 12th, 2017 at 5:20pm
Mark & QuoteQuote  
Code (Perl)
Select All
                if ( !$fix[8] || $fix[8] eq '0' ) {
                     $fix[8] = 'x';
                 } 



That works, all N / A's are gone.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Conversion
Reply #196 - Sep 12th, 2017 at 5:30pm
Mark & QuoteQuote  
Good - I'm not fond of "it's a zero so I won't go there." (I had to change all the sort queries in MessageIndex from '0-9' to 'a-i' because '0' was no longer a valid choice.) I expect more of the little demons to show up. 
Edited:
Now I'm off to get the dog from the groomer and to take a nap since hubby got up a 3 in the morning to catch a plane.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #197 - Sep 12th, 2017 at 5:52pm
Mark & QuoteQuote  
Dandello wrote on Sep 12th, 2017 at 5:30pm:
Now I'm off to get the dog from the groomer and to take a nap since hubby got up a 3 in the morning to catch a plane.


  Grin Grin Grin Grin Grin

I will not test any more today, the German files I would still make today.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #198 - Sep 13th, 2017 at 6:37am
Mark & QuoteQuote  
After "clean users online log" appears in the maintenance functions, when I go to the overview (index), the following error message appears.

Quote:
An Error Has Occurred. Use of uninitialized value $boardv in hash element at Sources/BoardIndex.pm line 2308.


After F5, however, the error is gone and the forum is displayed normally.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Conversion
Reply #199 - Sep 13th, 2017 at 1:29pm
Mark & QuoteQuote  
I'm not surprised it cleared after refreshing the page - on the refresh something was written to the users.log.

Looking into a fix that doesn't break anything else.

Edited:
In BoardIndex.pm find
Code (Perl)
Select All
        my ( $name, $date1, $last_ip, $last_host, $boardv ); 


replace with
Code (Perl)
Select All
        my ( $name, $date1, $last_ip, $last_host, $boardv ) = ( q{}, q{}, q{}, q{}, q{} );
  



Find
Code (Perl)
Select All
            $boardv ||= q{}; 

and remove it (it's extra now)
Then find
Code (Perl)
Select All
                    $users .= "&nbsp;<i>($user_ip)</i>";
                     $guestlist =~ s/<i>$lookup_ip<\/i>,\s//oxsm; 


and add above it
Code (Perl)
Select All
$lookup_ip ||= q{}; 



These changes fixed the problem on my testing install. (Reproducible errors are the best kind of errors.)
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #200 - Sep 13th, 2017 at 5:59pm
Mark & QuoteQuote  
Works  Smiley
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #201 - Sep 14th, 2017 at 6:48am
Mark & QuoteQuote  
pyragony54 wrote on Sep 14th, 2017 at 6:33am:
Also no error messages within the forum. Everything looks good.


But still found something. By clicking on the birthday list.

Quote:
An Error Has Occurred. Use of uninitialized value $newformat in pattern match (m//) at Sources/DateTime.pm line 624.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #202 - Sep 14th, 2017 at 7:21am
Mark & QuoteQuote  
Attachment file does not work correctly. There should be 6 pictures to be uploaded.
  

Anhaenge.jpg ( 211 KB | 152 Downloads )

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Conversion
Reply #203 - Sep 14th, 2017 at 12:48pm
Mark & QuoteQuote  
Make sure Import imported your 'number of attachments' - Go to Admin Center -> Advanced Settings -> File Attachments and set it.

But I'm looking into it.

Edited:
Smiley In Post.pm find
Code (Perl)
Select All
                    $my_att_a = qq~ 


and replace with
Code (Perl)
Select All
                    $my_att_a .= qq~ 



It's in two places around line 1316 and line 1332.

And this is why people other than coders need to test things.  Smiley
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #204 - Sep 14th, 2017 at 1:41pm
Mark & QuoteQuote  
But I'm not a coder.
PS: Does not work.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Conversion
Reply #205 - Sep 14th, 2017 at 3:11pm
Mark & QuoteQuote  
Try the one in the zip. Some of these things are touchier than others.

And you not being a coder is a good thing.
  

Post.zip ( 25 KB | 154 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #206 - Sep 14th, 2017 at 3:57pm
Mark & QuoteQuote  
Smiley  Works.

Dandello wrote on Sep 14th, 2017 at 3:11pm:
And you not being a coder is a good thing.
                     


At least I can not go wrong. I can html and that's it already.   Wink

Forget not answer # 201.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Conversion
Reply #207 - Sep 14th, 2017 at 5:22pm
Mark & QuoteQuote  
On #201 - In Sources/DateTime.pm find
Code (Perl)
Select All
    if ( $newformat =~ m/\A(.*?)\s*$maintxt{'107'}\s*(.*?)\Z/ixsm ) { 



and replace with
Code (Perl)
Select All
    if ( $newformat && $newformat =~ m/\A(.*?)\s*$maintxt{'107'}\s*(.*?)\Z/ixsm ) { 



There are at least 2 of these.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Conversion
Reply #208 - Sep 14th, 2017 at 5:44pm
Mark & QuoteQuote  
Smiley
Works
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Conversion
Reply #209 - Sep 14th, 2017 at 6:40pm
Mark & QuoteQuote  
Just uploaded all the current changes to the base 2.7 SVN. Unfortunately, I don't have access to a big 1x board to test on. (Plus I can't get the 1x attachments mod to work at the moment so I can't test that either.  Cry )

Now to take a break since I've been looking at code since 5 AM.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 ... 12 13 [14] 15 
ReplyAdd Poll Send Topic
Bookmarks: del.icio.us Digg Facebook Google LinkedIn reddit Twitter Yahoo
Conversion

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry