Results 1 to 5 of 5

Thread: [solved] catalog field view broken -- was BE caching

  1. #1
    New user
    Join Date
    08-12-09.
    Posts
    6

    Default [solved] catalog field view broken -- was BE caching

    Hi all,

    either after a catalog update or a typolight update (I didn't check after the updates), I have the following issue (on TL 2.8.3, catalog 0.3.6, catalog_ext 0.8.9.)

    Half of the fields of my catalog are corrupted in the backend-view when trying to edit the fields of the catalog (main.php?do=catalog&table=tl_catalog_fields&id=2) . Every second field is "empty". I copied the HTML for the empty fields:

    <div class="field_heading cte_type">

    []
    </div>

    <div class="field_type block">
    <div style="padding-top: 3px; float: right;"></div>
    [img]system/themes/default/images/[/img] -
    </div>

    When trying to edit these fields, the system-log shows: Could not load record ID "" of table "tl_catalog_fields"!
    That's expected because the edit link looks like this ".../typolight/main.php?do=catalog&table=tl_catalog_fields&act=ed it&id=" The id is missing. If I manually add the id of one of the corrupted fields, everything works fine, so there is a workaround.
    Apart from that, the catalog-functionality is not affected.
    Doing a DCA-Refresh didn't change anything.

    Any ideas how fix this?

    PS: I looked into the tl_catalog_fields table in the database but found no hint what's wrong here.

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: catalog field view broken

    There must have been a data corruption, or you possibly deleted the tl_catalog_fields table somehow...

  3. #3
    New user
    Join Date
    08-12-09.
    Posts
    6

    Default Re: catalog field view broken

    As I wrote, tl_catalog_fields looks good to me. Everything else works fine, adding new items, editing items, rendering in the frontend...
    Just this views displays only half of the fields in a proper way.

  4. #4
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: catalog field view broken

    just edit each field. you may have some caching in the user settings left.....

  5. #5
    New user
    Join Date
    08-12-09.
    Posts
    6

    Default Re: catalog field view broken

    good hint, clearing the user-cache in the BE solved the problem. Thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •