Forum

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.

attached files on V...
 
Notifications
Clear all

attached files on V7.0.0

3 Posts
2 Users
0 Reactions
2,741 Views
(@durou-c)
Posts: 468
Contributor
Topic starter
 
[#5029]

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


 
Posted : 20 Mar 2018 14H49
Gautier
(@gautier)
Posts: 207
Active Member Admin Registered
 

Ticket #3266 recorded


 
Posted : 20 Mar 2018 17H22
Gautier
(@gautier)
Posts: 207
Active Member Admin Registered
 

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');
// }


 
Posted : 20 Mar 2018 17H40
Share:

Scroll to Top