92five icon indicating copy to clipboard operation
92five copied to clipboard

Self hosted project management application

Results 42 92five issues
Sort by recently updated
recently updated
newest added

Fatal error: Uncaught Error: Class 'Patchwork\Utf8\Bootup' not found in C:\xampp\htdocs\92five\bootstrap\autoload.php:46 Stack trace: #0 C:\xampp\htdocs\92five\index.php(21): require() #1 {main} thrown in C:\xampp\htdocs\92five\bootstrap\autoload.php on line 46

If you are on a shared host like Host Gator, don't use this version. It's missing Laravel and Composer files from the Vendor directory. You'll spend hours trying to get...

(DOMAIN) [Mon Oct 17 08:35:30 2016] [error] [client 77.103.108.28:37625] AH01215: PHP Fatal error: require_once(): Failed opening required '/home/sites/domain/public_html/92five/vendor/composer/autoload_real.php' (include_path='.:/usr/share/pear55:/usr/share/php') in /home/sites/domain/public_html/92five/vendor/autoload.php on line 5: /home/sites/domain/public_html/92five/index.php The file public_html/92five/vendor/autoload.php is trying...

On app/views/dashboard/default.blade.php:46 Change ``` javascript {{ HTML::script('js/dashboard/retina.min.js') }} ``` to ``` javascript {{ HTML::script('assets/js/dashboard/retina.min.js') }} ```

Please why i am having this error while doing any migration edit ![error](https://cloud.githubusercontent.com/assets/16053459/16880082/66ff1f42-4aab-11e6-8e55-504eda55cc13.png)

Having it entirely pinned to MySQL? Why? That's as bad as Wordpress, and for exactly the same reason.

composer require filp/whoops to version 2.1 for php 7 to work also change min requirments to alpha

- phpunit/phpunit 3.7.x-dev requires ext-dom \* -> the requested PHP extension dom is missing from your system. apt-get install php7.0-xml solves this issue so min requirements needs xml added k...

There is no install wizard anymore. I have been trying to install 92five for the last 4-5 hours. Please update your documentation with a good tutorial. How do I install...

First/Last names must be required to be filled when creating user. Now it is possible to create and left this fields empty and in this case user exists, but can...