BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.49k stars 1.95k forks source link

After upgrading from 23.x to 24.x, headers are not showing properly #4992

Closed bishu05 closed 6 months ago

bishu05 commented 6 months ago

Describe the Bug

After upgrading from 23.x to 24.x, headers are not showing properly

  1. entities.shelves
  2. entities.books. etc

Steps to Reproduce

  1. upgrade from 23.x to 24.x

Expected Behaviour

headers should be

  1. shelves
  2. books etc

Screenshots or Additional Context

image

Browser Details

Chrome Version 124.0.6367.119 (Official Build) (arm64)

Exact BookStack Version

v24.02.3

ssddanbrown commented 6 months ago

Hi @bishu05, Did you intentionally make any changes to the resources/lang translation files within your BookStack instance? If not, find and delete the resources/lang folder within your instance. Be careful not to delete any other folder, might be safe to take a backup of your entire bookstack install folder first.

bishu05 commented 6 months ago

Thanks @ssddanbrown It's working after removing the lang folder.

Had just backed up all the files, folder & db. After that upgraded to 24.x. No changes done to any file.