Internal Error (MySQL) #60


  • New
  • Defect
Open
  • _ForgeUser10739778 created this issue Feb 3, 2014

    What version of ModReq are you running?
    2.4.1
    What is your config version?
    2.4
    Do you use MySQL?
    yes/no (works ok without MySQL)
    What steps cause the error?
    1. setup MySQL
    mysql:
        tables:
            tickets: 'mod_requests'
            comments: 'mod_comments'
        ip: localhost:3306/bob
        user: bob
        pass: this
    2. start server, error: table requests doesn't exist
    3. stop server
    4. change config:
    mysql:
        tables:
            tickets: 'requests'
            comments: 'mod_comments'
        ip: localhost:3306/bob
        user: bob
        pass: this

    5. drop table mod_requests
    6. start server
    7. open ticket (displays Dude just submitted ticket #1)
    8. select * from requests (ticket looks good)
    9. /check or /claim 1
    10. error: Internal error! or you got the command wrong.
    1|1
    ...

    Do you have an error log of the event.
    no

  • _ForgeUser10739778 added the tags New Defect Feb 3, 2014

To post a comment, please login or register a new account.