Jump to content

Featured Replies

  • Replies 160
  • Created
  • Последний ответ
Expand topic overview

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

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

Most Popular Posts

Zero108
Zero108

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

Dobrochas
Dobrochas

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

napolion
napolion

Please update Videos v3.5.4

Posted Images

Expand topic overview

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

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

Edited by Zero108

Link to comment
https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=200381
Share on other sites
  • 6 месяцев спустя...
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
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
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

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

Untitled.thumb.png.e304fb9ffb38f90c71a752b562668426.png

Link to comment
https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=210791
Share on other sites

 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

Link to comment
https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=210792
Share on other sites
Только что, 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
  • 1 месяц спустя...

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

Link to comment
https://ipbmafia.ru/topic/23277-videos/?&do=findComment&comment=212531
Share on other sites
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.


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

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

  • No registered users viewing this page.