22 февраляFeb 22 Author comment_200381 Обновлено для совместимости с 4.7.15. Изменения вносились только в версию 3.5.6 unofficial. Edited 22 февраляFeb 22 by Zero108
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 ??
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'; Да... это правильный запрос...(если в ваших таблицах используется префикс, измените его по мере необходимости) затем очисти кеш
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 ?
5 сентябряSep 5 comment_210791 Зайти в свою базу данных (phpMyadmin) ... и запустите команду .... затем очистите кеш из админ-панели
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
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
23 октябряOct 23 comment_212549 16 часов назад, ArcheRAWG said:Доброго времени суток. На php8.1 работает?Да …. Но рекомендуется 8.2
10 ноябряNov 10 Author comment_213244 Файл с расширением .xml установить в админцентре в разделе Языки.
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.