Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the getDataLocation() API in the TagsActions class #21

Open
KygekDev opened this issue Apr 16, 2024 · 1 comment
Open

Problem with the getDataLocation() API in the TagsActions class #21

KygekDev opened this issue Apr 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working high priority High priority to be worked on

Comments

@KygekDev
Copy link
Collaborator

The API have been left unchanged since the migration from JSON database to SQLITE/MySQL-based databases. This must've caused a lot of problems with servers who uses the latest versions of the plugin since then. A fix will be made as soon as possible.

Affected code:

/**
* Gets the KygekTagsShop database location
*/
public function getDataLocation() : string {
return $this->plugin->getDataFolder() . "data.json";
}
}

@KygekDev KygekDev added bug Something isn't working high priority High priority to be worked on labels Apr 16, 2024
@KygekDev KygekDev pinned this issue Apr 16, 2024
@NhanAZ
Copy link
Member

NhanAZ commented Apr 23, 2024

@toby7002 is working on this issue

@NhanAZ NhanAZ assigned ghost and unassigned NhanAZ Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority High priority to be worked on
Projects
None yet
Development

No branches or pull requests

2 participants