View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - attached files on V7.0.0 - ProjeQtOr

Prochaines sessions de formation

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)

Mardi 23 avril (10h30-12h)

Jeudi 16 mai (16h-17h30)

Jeudi 13 juin (10h30-12h)

 
 

Planifiez avec ProjeQtOr

3 et 4 avril (9h - 12h30)

 
 

Administrez avec ProjeQtOr

10 et 11 avril (9h - 12h30)

 

 

 
 

attached files on V7.0.0

More
20 Mar 2018 12:49 #1 by Durou C
error message when I click on Pdf linked on project.
log file:

2018-03-20 12:26:08.749 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:26:08.749 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:26:08.749 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
2018-03-20 12:26:12.225 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:26:12.225 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:26:12.225 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
2018-03-20 12:26:16.008 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:26:16.008 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:26:16.009 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
2018-03-20 12:26:25.077 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:26:25.077 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:26:25.077 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
2018-03-20 12:26:28.803 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:26:28.803 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:26:28.803 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
2018-03-20 12:26:30.795 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:26:30.795 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:26:30.795 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
2018-03-20 12:26:35.120 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:26:35.120 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:26:35.120 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
2018-03-20 12:26:41.614 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:26:41.614 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:26:41.614 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
2018-03-20 12:28:52.166 ===== TRACE ===== DISCONNECTED USER 'dep'
2018-03-20 12:28:55.262 ===== TRACE ===== NEW CONNECTED USER 'dep'
2018-03-20 12:29:09.347 ***** ERROR ***** [V7.0.0] ERROR *****
2018-03-20 12:29:09.347 ***** ERROR ***** [V7.0.0] on file '/var/www/projeqtor/tool/download.php' at line (36)
2018-03-20 12:29:09.347 ***** ERROR ***** [V7.0.0] cause = include_once(../external/mailParser/Parser.php): failed to open stream: No such file or directory
The following user(s) said Thank You: Gautier

Please Connexion or Create an account to join the conversation.

More
20 Mar 2018 15:22 #2 by Gautier
Replied by Gautier on topic attached files on V7.0.0
Ticket #3266 recorded

Please Connexion or Create an account to join the conversation.

More
20 Mar 2018 15:40 - 20 Mar 2018 16:02 #3 by Gautier
Replied by Gautier on topic attached files on V7.0.0
Thank you for this report :
on file '/var/www/projeqtor/tool/download.php'
comment line 36 to  47
// include_once '../external/mailParser/Parser.php';
// include_once '../external/mailParser/Contracts/CharsetManager.php';
// include_once '../external/mailParser/Contracts/Middleware.php';
// include_once'../external/mailParser/MimePart.php';
// include_once '../external/mailParser/Charset.php';
// include_once '../external/mailParser/Attachment.php';
// include_once '../external/mailParser/Middleware.php';
// include_once '../external/mailParser/MiddlewareStack.php';
// include_once '../external/mailParser/Exception.php';

//use PhpMimeMailParser;

and line 127 to 135 :
// $findme = '.msg';
// $pos = strpos($name, $findme);
// if($pos == true){
// $fileName = $path.$name;
// $Parser = new PhpMimeMailParser\Parser();
// $Parser->setPath($fileName);
// $to = $Parser->getHeader('to');
// //$text = $Parser->getMessageBody('text');
// }
Last edit: 20 Mar 2018 16:02 by Gautier.

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.035 seconds

Paramétrages de cookies

×

Cookies fonctionnels

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Veuillez vous connecter pour voir vos activités!

Autres cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.