- Posts: 8
COMMUNITY FORUM
Help disabling hit counter
- Luis Miguel Rosales Diz
- Topic Author
- Offline
- New Member
Less
More
10 years 10 hours ago #134491
by Luis Miguel Rosales Diz
Help disabling hit counter was created by Luis Miguel Rosales Diz
Hi,
I have a problem with K2 and the Item Hit Counter, and I need to disable the hit counting from K2. How can i do that?
Thanks in advance,
I have a problem with K2 and the Item Hit Counter, and I need to disable the hit counting from K2. How can i do that?
Thanks in advance,
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 6 hours ago #134501
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Help disabling hit counter
You can disable it from the category's settings.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luis Miguel Rosales Diz
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 11 months ago - 9 years 11 months ago #134617
by Luis Miguel Rosales Diz
Replied by Luis Miguel Rosales Diz on topic Help disabling hit counter
Last edit: 9 years 11 months ago by Luis Miguel Rosales Diz. Reason: image
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 11 months ago #134654
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Help disabling hit counter
It is possible to override the backend templates ( /administrator/components/com_k2/views/ ) the same way as the frontend templates.
If you are not familiar with overrides I would strongly suggest against doing this.
If you are not familiar with overrides I would strongly suggest against doing this.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luis Miguel Rosales Diz
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
6 years 5 days ago - 6 years 5 days ago #170387
by Luis Miguel Rosales Diz
Replied by Luis Miguel Rosales Diz on topic Help disabling hit counter
Hi all,
I need some help. I use Joomla 2.5, and we cant update right now because of the template of the site. Our server is having problems to manage our database. Now with 30.000 items. and its going offline.
The problem appears to be with this line:
"UPDATE mbmio_k2_items
SET `hits` = (`hits` + 1)"
That locks the process... You can see it on this image: www.scifiworld.es/problem.jpg
please any help will be very appreciated!!!
I need some help. I use Joomla 2.5, and we cant update right now because of the template of the site. Our server is having problems to manage our database. Now with 30.000 items. and its going offline.
The problem appears to be with this line:
"UPDATE mbmio_k2_items
SET `hits` = (`hits` + 1)"
That locks the process... You can see it on this image: www.scifiworld.es/problem.jpg
please any help will be very appreciated!!!
Last edit: 6 years 5 days ago by Luis Miguel Rosales Diz.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
6 years 3 days ago #170405
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Help disabling hit counter
First off, even in Joomla 2.5 you can still upgrade to the latest K2 v2.9.0 (or the dev version 2.9.1 from GitHub: github.com/getk2/k2/archive/master.zip). Just take a backup first just in case and make sure you compare your overrides if you use any.
Then convert your database to use InnoDB instead of MyISAM. Using InnoDB will prevent these tables from being locked whenever an INSERT occurs. Additionally, enabled caching in Joomla.
If you're afraid to do this on your own, you can always hire us to do it for you: www.joomlaworks.net/support/contact
Then convert your database to use InnoDB instead of MyISAM. Using InnoDB will prevent these tables from being locked whenever an INSERT occurs. Additionally, enabled caching in Joomla.
If you're afraid to do this on your own, you can always hire us to do it for you: www.joomlaworks.net/support/contact
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.