Jump to content

Featured Replies

  • Replies 162
  • Просмотров 35,1k
  • Created
  • Последний ответ

Лучшие авторы в теме

Most Popular Posts

  • Для исправления бага при удалении или скрытии файлов видео в списке видео в категории, который автор не исправляет: /applications/videos/sources/Category/Category.php      Найти:   /**  

  • Zero108 вот версия 3.5.3 Если можете - обновите на нем ваши исправления   Videos 3.5.3.tar

  • Please update Videos v3.5.4

Posted Images

  • Author
comment_200381

Обновлено для совместимости с 4.7.15.

Изменения вносились только в версию 3.5.6 unofficial.

Edited by Zero108

  • 6 месяцев спустя...
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 ??

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';

Да... это правильный запрос...(если в ваших таблицах используется префикс, измените его по мере необходимости)

затем очисти кеш

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 ?

comment_210791

Зайти в свою базу данных (phpMyadmin) ... и запустите команду .... затем очистите кеш из админ-панели

Untitled.thumb.png.e304fb9ffb38f90c71a752b562668426.png

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

Untitled.thumb.png.e304fb9ffb38f90c71a752b562668426.png

owhh ok2 i understand never know i can use phpmyadmin for that, always use ssh command heheh thanks for the guide

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

  • 1 месяц спустя...
comment_212549
16 часов назад, ArcheRAWG said:

Доброго времени суток. На php8.1 работает?

Да …. Но рекомендуется 8.2

  • 3 недели спустя...

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.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.