BookStackApp / BookStack

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

Problem instaling BookStack #833

Closed ricardasg closed 6 years ago

ricardasg commented 6 years ago

Hi, I am having a problem instaling BookStack. The thing is I have issues with composer. When I try to install it, i get this error.
I am using php 7

Problem 1

Guims commented 6 years ago

enable extension tidy in php

ssddanbrown commented 6 years ago

Hi @ricardasg, The error kind of explains itself. This is a PHP extension required by BookStack for revisioning. To provide more detail:

  1. Find and open the file C:\\xampp\php\php.ini for editing.
  2. Search for the line: ;extension=php_tidy.dll in this file.
  3. Remove the ; at the start of this line.
  4. Save the file and retry.

Hope that helps, Please confirm if that fixes things.

ricardasg commented 6 years ago

Yes it did, somehow found similar problem and fixed it. Thanks!

Abijeet commented 6 years ago

Hi @ricardasg. Glad to hear that your problem has been resolved. Please close the issue when you can.

Abijeet commented 6 years ago

Closing the issue on behalf of @ricardasg

obiefy commented 5 years ago

Hi, if some face a similar problem on Linux and does not find the extension he may install the extension: sudo apt-get install php7.2-tidy make sure the version of PHP.

ssddanbrown commented 5 years ago

Hi @obiefy, You are commenting on an old, resolved issue.

If you still are experiencing issues I'd advise you please open a new issue with details which include the full version of linux you are using and details of how you have installed BookStack.