Turk12
Пользователи
-
Регистрация
-
В сети
Reputation Activity
-
Turk12 got a reaction from Ivan_the_coder in Invision Community 4 NulledDropdown menus did not work when I installed this update. I was forced to revert to 4.7.21.
-
Turk12 got a reaction from alexis in Removing = from footer copyrightI don't want to delete copyright. I just want to delete "=" sign which appeared there.
-
Turk12 got a reaction from alexis in Removing = from footer copyrightOK, i found it. Maybe it helps other people.
Path is:
system/theme/theme.php
And in that file I found = sign (marked on a picture)
I deleted it, cleared a cache on website and solved the problem.
-
Turk12 got a reaction from ryancoolround in Removing = from footer copyrightOK, i found it. Maybe it helps other people.
Path is:
system/theme/theme.php
And in that file I found = sign (marked on a picture)
I deleted it, cleared a cache on website and solved the problem.
-
Turk12 reacted to Zero108 in How to change category name through database?Попробуй на сервере с MySQL, а не MariaDB. Либо найми кого-то для корректировки базы данных. Может плагины отключи сторонние и приложения сторонние на время запуска вручную.
-
Turk12 reacted to ryancoolround in How to manually run tasks?Проверьте права на файле /applications/core/interface/task/task.php, они должны быть 777. Проверьте команду в планировщике. Даже если вы поменяли версию PHP, то команда уже должна быть другой. Просто сравните команду в планировщике и в админке. Она должна быть одинаковой. -
Turk12 got a reaction from ryancoolround in How to manually run tasks?Hi,
After upgrading from IP Board to IPS, I think my website doesnt running tasks.
Cron job is set, but nothing happens.
As you can see, I have more than 2600 tasks. When I try to run it manually, I got this error:
Also, I have a lock on my task:
When I remove lock, it become locked minute after unlocking. It is impossible to run it.
I think this is causing problems with resources on my hosting.
Is there any way to run this tasks?
-
Turk12 got a reaction from Xontero in Locked Task: queueIt doesnt work either. Even if run task manually, same error is reported.
-
Turk12 got a reaction from tophacker in SSL implementationSuccess!
First, as mentioned in article, I changed conf_global.php line
$INFO['board_url'] = 'http:// to
$INFO['board_url'] = 'https:// Then, I put in .htaccess this:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] -
Turk12 got a reaction from SlawkA in SSL implementationSuccess!
First, as mentioned in article, I changed conf_global.php line
$INFO['board_url'] = 'http:// to
$INFO['board_url'] = 'https:// Then, I put in .htaccess this:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] -
Turk12 reacted to Xontero in SSL implementationgood work!
-
Turk12 got a reaction from Xontero in SSL implementationSuccess!
First, as mentioned in article, I changed conf_global.php line
$INFO['board_url'] = 'http:// to
$INFO['board_url'] = 'https:// Then, I put in .htaccess this:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] -
Turk12 got a reaction from Xontero in SSL implementationI have only one conf_global.php and it is located in my public_html folder. When I change http to https in that file, the website becomes unavailable.
-
Turk12 got a reaction from Maqlao in Проблема с датой и временемI found a patch for this.
PM me if you want it.
-
Turk12 got a reaction from Estomel in Пропала дата публикации в PagesТакая же проблема и у меня.
-
Turk12 got a reaction from ryancoolround in Проблема с датой и временемНовое обновление 4.7.1: не показывает дату на Pages или правильное время в новых темах (показывает 1 января 1970 г.).
Кто-нибудь знает решение?