• Resolved Daveylatt

    (@daveylatt)


    Hi
    This seems to be an ideal solution for me however despite putting in the server details, username and password i get

    #1. [abase]
    Fatal Error (599)

    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 ‘-bfnt2011’ at line 1

    The server is 5.5.35
    Apache/2.4.6 (Unix)
    Database client version: libmysql – 5.5.36
    PHP extension: mysqli

    Any ideas?

    https://wordpress.org/plugins/abase/

Viewing 2 replies - 1 through 2 (of 2 total)
  • mesolithic

    (@mesolithic)

    The issue lies with the hypen (-) in your DB name.

    I resolved this issue by going to line 599 and wrapping the $sqlDatabase with backticks (`) as per SQL convention.

    mesolithic

    (@mesolithic)

    sorry double post

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error 599’ is closed to new replies.