Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

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
Topic Summary - Displaying 9 post(s). Click here to show all
Posted by: Dandello
Posted on: Dec 17th, 2017 at 1:31am
Huh?
Posted by: Rucola
Posted on: Dec 16th, 2017 at 11:35pm
there is a jamb-text with the same name exists, and there is no service name(.ctb) Smiley
Posted by: Dandello
Posted on: Dec 16th, 2017 at 9:20pm
To handle the error in rebuilding in Maintenance.pm find
Code (Perl)
Select All
            if ( !-e "$datadir/$thread.ctb" ) { 



and replace with
Code (Perl)
Select All
            if ( !-e "$datadir/$thread.ctb" || ( -s "$datadir/$thread.ctb" < 5 ) ) { 



What's odd is just yesterday I confirmed that at least on my testbed server, YaBB could recontruct 0-length ctb files without any problems.
Posted by: Rucola
Posted on: Dec 16th, 2017 at 6:51pm
The site is full-I have 5 gigabytes, and the site weighs 20 megabytes at the moment Smiley
Posted by: Rucola
Posted on: Dec 16th, 2017 at 6:50pm
video
Posted by: Rucola
Posted on: Dec 16th, 2017 at 6:42pm
Неожиданная ошибка :
./Messages/1510741282.ctb did not return a true value at ./Admin/Maintenance.pm line 137.

Try running 'Rebuild Message Index'.
Posted by: Dandello
Posted on: Dec 16th, 2017 at 6:20pm
Try running 'Rebuild Message Index'.

However: I suspect a 0-length file error which may mean you're running out of room in your allotted server space so YaBB (and other processes such as automatic backups and logging) fails to write to the server. This can also mean a general server issue where a runaway OS/server process has filled up the server storage space. This may be a temporary issue, depending on how the server is configured.

So, although YaBB is documenting this error, this may actually be a symptom of something else happening on the server causing YaBB to fail.

Once the space issue is resolved, running Rebuild Message Index will re-create the 0-length ctb files.
Posted by: Rucola
Posted on: Dec 16th, 2017 at 4:51pm
    if ( -e "$datadir/$updatethread.ctb" ) {
         require "$datadir/$updatethread.ctb";
         @repliers = split /,/xsm, ${$updatethread}{'repliers'};
         return @repliers;
     }
     return;
}
Posted by: Rucola
Posted on: Dec 16th, 2017 at 4:38pm
http://forum.ablackhole.ru/cgi-bin/yabb2/YaBB.pl?board=news&action=

./Messages/1510741282.ctb did not return a true value at Sources/System.pm line 691.