ES3variables file creation issue

Discussion and help for Easy Save 3
Post Reply
BBQ ribs
Posts: 2
Joined: Wed Apr 22, 2020 10:15 pm

ES3variables file creation issue

Post by BBQ ribs »

Hey fellas,
we're having an issue with the ES3 variables file, where the first and last lines look like this (replaces the angle brackets with ambersand + letters):

Code: Select all

<?php
$api_key		=	'api_key_redacted';		// The API key you need to specify to use when accessing this API.
$db_host		= 	'localhost';			// MySQL Host Name.
$db_user		= 	'root';			// MySQL User Name.
$db_password		= 	'';			// MySQL Password.
$db_name		= 	'db_name_redacted';			// MySQL Database Name.
?>
Our temporary solution is to correct the variables file and load that right onto the server, but it would be nice if the automated file creation worked properly.
Any help with this issue would be greatly appreciated.

EDIT: I found another post from ~1 month ago that acknowledges this same issue, but it doesn't appear that any solution is in the works
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: ES3variables file creation issue

Post by Joel »

Hi there,

This will be resolved in the upcoming update. In the meantime I'm happy to send over the fix if you private message me your invoice number.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply