Fork me on GitHub

Error Message After Creating NEW Publication Type  Bottom

  • I installed Pagesetter 6.2.0.3. two times and everytime, after I try to make a new article (after I made a new publication type).

    The following error message is shown and I don´t know how I can work:

    http://www.mjfc-jam.com/fehler.JPG

    Who can tell me what to do now?
  • You should report this to the developer of Pagesetter on http://www.elfisk.dk

    One of the things you could try is turning of topic access control, I think that's what's causing this error.

    HTH

    BTW In case you were wondering: the error in the SQL query is that this part

    Code

    WHERE (pg_language = 'deu' OR pg_language = 'x_all') pg_topic = '120'
    is missing an AND keyword. It should look like

    Code

    WHERE (pg_language = 'deu' OR pg_language = 'x_all') AND pg_topic = '120'

This list is based on users active over the last 60 minutes.