Ticket #486 (closed defect: invalid)

Opened 17 months ago

Last modified 17 months ago

i have to many tags into admin panel ... more 20.000

Reported by: reporter Owned by: mbonetti
Priority: high Milestone: Gregarius 0.5.5
Component: THEMES Version: 0.5.5
Severity: major Keywords:
Cc:

Description

because i have many tags (items tags)... i wana ask you to halp .... to made page 1-15 16-30 ... 1-100 101-200 .... because the page not opens and connections is brake ... (/admin/index.php?view=tags)

and what happens ehrn i have 1000 feeds into (admin/index.php?view=feeds)? pls make the page here ...

sorry my bad english

http://i18.tinypic.com/4mkdbn4.jpg http://tinypic.com/view.php?pic=4mkdbn4

Change History

Changed 17 months ago by mbonetti

  • status changed from new to closed
  • resolution set to invalid

In phpmyadmin open your Gregarius database, then run the following SQL queries (Query tab):

delete from metatag where ttype='item'
delete from tag where id not in (select tid from metatag)

This will delete all your item tags (but will leave your items alone)

PS: please use the forums for support requests.

Note: See TracTickets for help on using tickets.