Results 1 to 2 of 2

Thread: maxValue errors

  1. #1
    Experienced user
    Join Date
    01-12-10.
    Posts
    814

    Default maxValue errors

    For several operations I get an errormessage. For example when I try to copy a dbfield of a catalog, or try to create a number field. The errors are SQL messages always starting at "maxValue ....". To deal with the problem for now I renamed the maxValue field to mxValue in the database (which already got rid of the message), and I changed every appearance in the PHP code to mxValue. This patched the problem.

    It seems MAXVALUE is a reserved word for MySQL:
    MAXVALUE is used to represent the least upper bound for the type of integer in question. -MAXVALUE represents the greatest lower bound.

  2. #2
    Community-Moderator xchs's Avatar
    Join Date
    06-19-09.
    Posts
    1,287

    Default Re: maxValue errors

    Several users have reported this issue on the German board. Me too. The developers of the catalog extension are aware of this issue. However, they have not yet found what exactly is causing this problem. I will point the devs/users to this thread. Thx.
    Contao Community Moderator
    → Support options

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
  •