Problem with table _assets

Moderators: mandville, General Support Moderators

Locked
cputester
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Sat Sep 16, 2006 2:22 pm

Problem with table _assets

Post by cputester » Mon Jan 25, 2016 1:27 pm

Hello,

I am an old user and had built a long time ago at joomla v2.5 a news-site using feedgator that is re-publishing from other sources.
I have problems with the blocks per second that are written to the site's database and after investigation I saw that the below sql queries are the ones causing big problem:

UPDATE sport_assets
SET lft = lft + 2
WHERE lft > 248280;

UPDATE sport_assets
SET rgt = rgt + 2
WHERE rgt >= 248284;

I searched and learned what the table assets is doing. I was wondering if I can configure my site somehow that these new records for every new article would not be necessary to be done. And the permissions of the articleds would be checked based on their "hierarcy". Is there a way?

Locked

Return to “Access Control List (ACL) in Joomla! 2.5”