Forum Replies Created

Viewing 1 replies (of 1 total)
  • Dear Will,

    I have the same problem with connecting to MySQL Database.
    My code was running on my first website using Avada Theme from version 3 and is still running with Avada updates.
    Now I have to create another website, and I bought another Avada Theme version 5.2
    I copied paste my code running from the first site and it does not run. Actually, the simple routine as follow does not work :
    mysql_connect (DB_HOST, DB_USER, DB_PASSWORD);
    mysql_select_db (DB_NAME);
    mysql_close();

    I get a message like “error 500”.
    So my question is : does this plug-in is updated to work with Avada Theme 5.2? If not, can you tell me if it will be and when?

    I really like this plug-in and I don’t plan to look for another solution to run some PHP codes in my pages.

    Kind Regards

Viewing 1 replies (of 1 total)