через определенное время пропадает если ты про +1 +2            
                        
         
            
            
            
                Simba,  please update bbcode style            
                        
         
            
            
            
                Fresh install on server. byethost. only for test, and after installation i got this issue:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes
SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key            
                        
         
            
            
            
                nalajcie,  On which page does this error occur?            
                        
         
            
            
            
                /install/index.php?act=set            
                        
         
            
            
            
                What version of mysql is installed on your hosting?            
                        
         
            
            
            
                $fr1 = $db->query("SELECT * FROM `forum_sections` WHERE id='" . $other . "'")->fetch();
может?
$fr1 = $db->query("SELECT * FROM `forum_sections` WHERE id='" . mysql_real_escape_string($other) . "'")->fetch();
             
                        
         
            
            
            
                # XaOS (26.03.2020 / 02:18)
$fr1 = $db->query("SELECT * FROM `forum_sections` WHERE id='" . $other . "'")->fetch();
может?
$fr1 = $db->query("SELECT * FROM `forum_sections` WHERE id='" . mysql_real_escape_string($other) . "'")
Не будет работать, да и зачем?            
 
                        
         
            
            
            
                изображения в статьях библиотеки не могут быть загружены            
                            
                
                        
         
            
            
            
                # Chaqmoq (26.03.2020 / 10:02)
изображения в статьях библиотеки не могут быть загружены
Проверил. Выгружается всё нормально.