UnickSoft / graphonline

This is source code of graphonline service. Graphonline helps visualize graph and applies a lot of algorithms.
http://graphonline.ru/en/
MIT License
367 stars 67 forks source link

Enhance setup guide for php begginers? #8

Closed acrespo closed 4 years ago

acrespo commented 4 years ago

Hi there! Love the project!

Would love to contribute but I've been struggling with running the project in local.

I've setup my httpd in my Mac OSX ( High Sierra) to use php module and I have php 7.1 installed.

$ php -v
PHP 7.1.33 (cli) (built: Jan 18 2020 13:49:07) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies

After following the guide in the README index.php throws a 500 error (and I can't seem to find error logs or something to shed some more light into this).

Can you help me? Does the project work with the latest php versions?

UnickSoft commented 4 years ago

Hello. Could you please attache error log of web server? ( I think it placed in /private/var/log/apache2/error_log) We use PHP 5.6 and I did not test php 7.1. Also you can try web server with UI for example MAMP (https://www.mamp.info/en/downloads/). It can be easy to use for beginners. And you can easy install old PHP version: https://stackoverflow.com/questions/16783558/how-can-i-add-additional-php-versions-to-mamp

UnickSoft commented 4 years ago

Also try to get last version of sources. I made small changes in it.

UnickSoft commented 4 years ago

There is no activity.