BookStackApp / BookStack

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

WYSIWYG and markdown not working #4384

Closed anthonycaccese2 closed 1 year ago

anthonycaccese2 commented 1 year ago

Attempted Debugging

Searched GitHub Issues

Describe the Scenario

image I've installed the windows version of bookstack using this tutorial. Everything appears to be fine besides the markup/WYSIWYG editors. I notice that there is an error in the browser console saying the following. image

Exact BookStack Version

BookStack v23.06.2

Log Content

No response

PHP Version

No response

Hosting Environment

Windows 10 using the official git hub. Followed the following video: https://www.youtube.com/watch?v=_v-4BhVz7OI

ssddanbrown commented 1 year ago

Are there any specific issues outside of those warning messages being logged?

anthonycaccese2 commented 1 year ago

Are there any specific issues outside of those warning messages being logged?

This is also being logged in the browser. image I also found theses from the xammp server [Sat Jul 15 11:52:28.453297 2023] [ssl:warn] [pid 32740:tid 400] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Sat Jul 15 11:52:28.490293 2023] [ssl:warn] [pid 32740:tid 400] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Sat Jul 15 11:52:28.907918 2023] [mpm_winnt:notice] [pid 32740:tid 400] AH00455: Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4 configured -- resuming normal operations [Sat Jul 15 11:52:28.907918 2023] [mpm_winnt:notice] [pid 32740:tid 400] AH00456: Apache Lounge VS16 Server built: Mar 7 2023 13:21:03 [Sat Jul 15 11:52:28.907918 2023] [core:notice] [pid 32740:tid 400] AH00094: Command line: 'c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache' [Sat Jul 15 11:52:28.911885 2023] [mpm_winnt:notice] [pid 32740:tid 400] AH00418: Parent: Created child process 32104 [Sat Jul 15 11:52:29.278652 2023] [ssl:warn] [pid 32104:tid 404] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Sat Jul 15 11:52:29.320655 2023] [ssl:warn] [pid 32104:tid 404] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Sat Jul 15 11:52:29.361650 2023] [mpm_winnt:notice] [pid 32104:tid 404] AH00354: Child: Starting 150 worker threads. [Sat Jul 15 11:56:39.339362 2023] [mpm_winnt:crit] [pid 32104:tid 404] AH02538: Child: Parent process exited abruptly. Child process is ending

Haven't been able to find any other errors anywhere else. No logs exist in the storage/logs/

ssddanbrown commented 1 year ago

So you're not experiencing any functional issues at all? The markdown and WYSIWYG editors are loading and functioning okay?

Just asking since these logs aren't really relevant to functionality or a concern.

anthonycaccese2 commented 1 year ago

So you're not experiencing any functional issues at all? The markdown and WYSIWYG editors are loading and functioning okay?

Just asking since these logs aren't really relevant to functionality or a concern.

Bookstack is functionally working, account creation, books and bookshelf creation, etc. The markdown and WYSIWYG editors are not loading at all. So if try to bold a line using ctrl+b, that does nothing along with the markdown equivalent, text.

ssddanbrown commented 1 year ago

Okay. Could you confirm the exact browser URL path you're at when you're on a BookStack view where you're expecting the markdown, or WYSIWYG, editor to load?

anthonycaccese2 commented 1 year ago

Okay. Could you confirm the exact browser URL path you're at when you're on a BookStack view where you're expecting the markdown, or WYSIWYG, editor to load?

Yeah I made a bookshelf with a book called this is my book. When I edit the book there is no WYSIWYG editor image

Same with editing a bookshelf: image

ssddanbrown commented 1 year ago

Shelves, Books and Chapters do not have WYSIWYG editors, or support markdown, in BookStack. They just have plaintext descriptions. Only pages have content that is edited via WYSIWYG or Markdown.

anthonycaccese2 commented 1 year ago

Shelves, Books and Chapters do not have WYSIWYG editors, or support markdown, in BookStack. They just have plaintext descriptions. Only pages have content that is edited via WYSIWYG or Markdown.

Oh ok thats too bad, I thought there was. Thanks for the clarification!

ssddanbrown commented 1 year ago

No worries, I'll therefore close this off.