I have a problem which I can't solve and I have been searching about this problem for days...
This is my /var/log/apache2/error.log file:
PHP Warning: require_once(/var/www/html/diagramo/editor/common./license.php): failed to open stream: No such file or directory in /var/www/html/diagramo/editor/common/delegate.php(1) : eval()'d code(54) : eval()'d code on line 5
PHP Fatal error: require_once(): Failed opening required '/var/www/html/diagramo/editor/common./license.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/diagramo/editor/common/delegate.php(1) : eval()'d code(54) : eval()'d code on line 5
I want to run this Diagram-Sketch-Software on my Apache2 server. The setup site of Diagramo works fine but when I whant to go to the start page I get a blank site...
- The delegate.php exists but not the required delegate.php(1) file.
- I enabled the "include_path=..." in php.ini
- The path:
/var/www/html/diagramo/editor/common./license.php
exists but without the dot behind (common.)
please help me I'm kinda new in that