Closed alogez closed 6 years ago
Tomolimo, I guess I found the answer : [https://github.com/tomolimo/processmaker-server/wiki/PHP-and-MySQL-compatibility] ==> ProcessMaker 3.0.1.8 does NOT support PHP 7.
>php -v
PHP 7.0.31-1+ubuntu14.04.1+deb.sury.org+1 (cli) (built: Jul 25 2018 10:12:07) ( NTS )
Alogez.
Tomolino, When I reach this page, nothing happens. http://pm.name_server.dev/
File /etc/hosts : ip pm.name_server.dev ip glpi.name_server.dev
I have already follow yours instructions for pmos.conf.
<VirtualHost my_server:80>
ServerName my_server
ServerAlias pm.my_server.dev
DocumentRoot /opt/processmaker/workflow/public_html
DirectoryIndex index.html index.php app.php
<Directory /opt/processmaker/workflow/public_html>
Options Indexes FollowSymLinks MultiViews
AddDefaultCharset UTF-8
AllowOverride None
Require all granted
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*/(.*)$ /glpi/app.php [QSA,L,NC]
</IfModule>
#Deflate filter is optional. It reduces download size, but adds slightly more CPU processing:
AddOutputFilterByType DEFLATE text/html
</Directory>
</VirtualHost>
I manage to download the content of index.html from any machine: wget http://pm.my_server.dev
When I reach it from another machine and from a browser : the new address (http://pm.my_server.dev/sys/fr/neoclassic/login/login) is not reachable.
Furthermore, I manage to reach glpi with http://glpi.my_server.dev/ and glpi works.
Would you have any ideas? I thank you.
Alogez