• After updating to 1.5.1 our newly created short-urls are no longer working.

    After some investigation the issue seems to be that the json_links file is not updated with new links.

    The code in for get_link_data() in Helper.php:1325 checks for the existence of this JSON file and then uses it. However: it exists but is NOT updated with new links, so the new links fail.

    Deleting the JSON file from the uploads fixes this, since the link data is then loaded straight from the DB.

    So: the reason seems to be that our CRON does not correctly run regenerate_json_links() — should this not be automatically ran on each newly added/created link also?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[PRO] JSON not regenerated — new links fail’ is closed to new replies.