22 февраляFeb 22 comment_200373 Вот решение этой ошибки Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=200373 Share on other sites Больше вариантов
22 февраляFeb 22 Author comment_200381 Обновлено для совместимости с 4.7.15. Изменения вносились только в версию 3.5.6 unofficial. Edited 22 февраляFeb 22 by Zero108 Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=200381 Share on other sites Больше вариантов
5 сентябряSep 5 comment_210788 UPDATE core_applications SET app_requires_manual_intervention = 0 WHERE app_directory = 'videos' can anyone help me on how to do this? im using mysql database if afraid i mess up my database, can anyone help me with tutorial ?? Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=210788 Share on other sites Больше вариантов
5 сентябряSep 5 comment_210789 7 минут назад, Belon сказал: UPDATE core_applications SET app_requires_manual_intervention = 0 WHERE app_directory = 'videos' can anyone help me on how to do this? im using mysql database if afraid i mess up my database, can anyone help me with tutorial ?? UPDATE core_applications SET app_requires_manual_intervention=0 WHERE app_directory='videos'; Да... это правильный запрос...(если в ваших таблицах используется префикс, измените его по мере необходимости) затем очисти кеш Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=210789 Share on other sites Больше вариантов
5 сентябряSep 5 comment_210790 1 minute ago, Silence said: UPDATE core_applications SET app_requires_manual_intervention=0 WHERE app_directory='videos'; Yes... This is the right request... (if your tables use a prefix, change it as needed) Then clear the cache how can i do this ?? can u show mysql ssh commands for this ? Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=210790 Share on other sites Больше вариантов
5 сентябряSep 5 comment_210791 Зайти в свою базу данных (phpMyadmin) ... и запустите команду .... затем очистите кеш из админ-панели Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=210791 Share on other sites Больше вариантов
5 сентябряSep 5 comment_210792 USE mydb_name; and run this? UPDATE core_applications SET app_requires_manual_intervention=0 WHERE app_directory='videos'; 1 minute ago, Silence said: Go to your database (phpMyadmin)... and run the command.... Then clear the cache from the admin panel owhh ok2 i understand never know i can use phpmyadmin for that, always use ssh command heheh thanks for the guide Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=210792 Share on other sites Больше вариантов
5 сентябряSep 5 comment_210793 Только что, Belon сказал: USE mydb_name; and run this? UPDATE core_applications SET app_requires_manual_intervention=0 WHERE app_directory='videos'; See the photo above Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=210793 Share on other sites Больше вариантов
23 октябряOct 23 comment_212531 Доброго времени суток. На php8.1 работает? Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=212531 Share on other sites Больше вариантов
23 октябряOct 23 Author comment_212539 Да. Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=212539 Share on other sites Больше вариантов
23 октябряOct 23 comment_212549 16 часов назад, ArcheRAWG said:Доброго времени суток. На php8.1 работает?Да …. Но рекомендуется 8.2 Link to comment https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=212549 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.