• Resolved cdeniro

    (@cdeniro)


    this plugin doesnt work with a db name containing a –
    Fatal Error (600)

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘-cases’ at line 1
    I verified everything works using another db name which doesnt contain a –

    I saw in another post backticks can be used but i have tried and it doesnt resolve the issue
    Where should they be placed?

    https://www.ads-software.com/plugins/abase/

Viewing 1 replies (of 1 total)
  • Thread Starter cdeniro

    (@cdeniro)

    I solved this by adding backticks on line 598 of abase.php
    $sqlTables2 = mysql_query(“SHOW TABLES FROM $sqlDatabase“, $abase_conn)

Viewing 1 replies (of 1 total)
  • The topic ‘database name cannot contain –’ is closed to new replies.