Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
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
Ticket #3266 recorded
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 PhpMimeMailParserParser();
// $Parser->setPath($fileName);
// $to = $Parser->getHeader('to');
// //$text = $Parser->getMessageBody('text');
// }