Forum

[SOLVED] Error on l...
 
Notifications
Clear all

[SOLVED] Error on log file

4 Posts
3 Users
0 Reactions
3,308 Views
(@mcanuto)
Posts: 183
Active Member
Topic starter
 
[#6073]

Hi,

I'm get this error on my logfile :

2019-06-19 09:37:42.120 ===== TRACE ===== NEW CONNECTED USER 'admin'
2019-06-19 09:37:57.995 ** ERROR ** [V8.0.4] ERROR **
2019-06-19 09:37:57.995 ** ERROR ** [V8.0.4] on file '/var/www/html/projeqtor/tool/projeqtor.php' at line (3701)
2019-06-19 09:37:57.996 ** ERROR ***** [V8.0.4] cause = file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known
2019-06-19 09:37:57.996 ===== TRACE ===== Cannot check Version at  http://projeqtor.org/admin/getVersion.php 
2019-06-19 09:37:57.996 ===== TRACE ===== Maybe allow_url_fopen is Off in php.ini...

This occures just afte my connection.
I checked the php.ini and it seems correct :

;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;

; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
;  http://php.net/allow-url-fopen 
allow_url_fopen = On

; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
;  http://php.net/allow-url-include 
allow_url_include = Off

Do you have any idea of what may be causing this ?

Thank you
MCanuto

P.S. - ProjeQtOr v8.0.4 and PHP5.4.16


 
Posted : 19 Jun 2019 11H48
Flou
 Flou
(@flou)
Posts: 253
Active Member
 

Hello,

It's possibly an error of php version.
Try to updated version of php, to pass on 7.2.14, and launch projeqtor.


 
Posted : 19 Jun 2019 12H53
(@mcanuto)
Posts: 183
Active Member
Topic starter
 

Thank you, @Flou.

I will ask our system admin to do it and I'll tell you if it's ok.


 
Posted : 19 Jun 2019 12H57
(@babynus)
Posts: 14952
Member Admin
 

Your network blocks network to worldwide web.
So you cannt acces to "getVersion" on ProjeQtOr Server.

Just disable the feature to check version (on global parameters)


 
Posted : 21 Jun 2019 18H04
Share:

Scroll to Top