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

Data Template caching does not update and causes errors #4259

Closed
kim-fitness opened this issue May 14, 2021 · 1 comment
Closed

Data Template caching does not update and causes errors #4259

kim-fitness opened this issue May 14, 2021 · 1 comment
Labels
bug Undesired behaviour resolved A fixed issue
Milestone

Comments

@kim-fitness
Copy link
Contributor

Line94
$old_title = db_fetch_cell_prepared('SELECT title_cache
should be
$old_title = db_fetch_cell_prepared('SELECT name_cache

As there is no column called title_cache from table data_template_data

@kim-fitness kim-fitness added bug Undesired behaviour unverified Some days we don't have a clue labels May 14, 2021
netniV added a commit that referenced this issue May 14, 2021
Co-authored-by: Mark Brugnoli-Vinten <netniv@hotmail.com>
@netniV netniV removed the unverified Some days we don't have a clue label May 14, 2021
@netniV netniV added this to the 1.2.18 milestone May 14, 2021
@netniV
Copy link
Member

netniV commented May 14, 2021

Thanks for the bug fix.

@netniV netniV closed this as completed May 14, 2021
@netniV netniV added the resolved A fixed issue label Jun 9, 2021
@netniV netniV changed the title A typo in variables.php leads to SQL error Data Template caching does not update problem and causes errors Jul 4, 2021
@netniV netniV changed the title Data Template caching does not update problem and causes errors Data Template caching does not update and causes errors Jul 4, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Undesired behaviour resolved A fixed issue
Projects
None yet
Development

No branches or pull requests

2 participants