View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
12451 | Bug reports | Import/Export | public | 2017-06-01 15:10 | 2018-01-30 14:29 |
Reporter | limesurveymsssi | Assigned To | c_schmitz | ||
Priority | none | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.64.x | ||||
Fixed in Version | 3.1.x | ||||
Summary | 12451: Problem when One user export to pdf | ||||
Description | I have LimeSurvey (Version 2.64.7+170404 ) with php7 and MSSQL Server. [Thu Jun 01 13:48:10.256254 2017] [:error] [pid 19692] [client 10.38.23.49:54803] PHP Notice: Undefined property: pdf::$getFontFamily in /var/www/html/limesurvey/application/libraries/admin/pdf.php on line 806, referer: http://vm-limesurvey-pre/limesurvey/index.php/printanswers/view/surveyid/646934 | ||||
Steps To Reproduce | When I finish a survey, apply to send and export to pdf (the results), then I have this problema: [Thu Jun 01 13:48:10.256254 2017] [:error] [pid 19692] [client 10.38.23.49:54803] PHP Notice: Undefined property: pdf::$getFontFamily in /var/www/html/limesurvey/application/libraries/admin/pdf.php on line 806, referer: http://vm-limesurvey-pre/limesurvey/index.php/printanswers/view/surveyid/646934 Before I had the versión 2.57 and "export to pdf" is fine. | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | Version 2.64.7+170404 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | MSSQL SERVER | ||||
Server OS (if known) | RHEL 7.3 | ||||
Webserver software & version (if known) | IE | ||||
PHP Version | PHP 7.0 | ||||
I have searched of FrontFamily: [root@vm-limesurvey-pre application]# grep getFontFamily * -R |
|
the tcpdf.php has:
########################################################## And base_directory : [root@vm-limesurvey-pre tcpdf]# ll So, I don't understand because I get this error. |
|
Bonjour, L'erreur vient du code du fichier, en effet, il manque des parenthèses à la fin de "$sFontFamily = $this->getFontFamily;". Ce qui devrait donc être "$sFontFamily = $this->getFontFamily();". Cordialement, |
|
Hi, This error is in the code itself "$sFontFamily = $this->getFontFamily;" instead of "$sFontFamily = $this->getFontFamily();". Best regards. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=26223 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-06-01 15:10 | limesurveymsssi | New Issue | |
2017-06-01 16:23 | limesurveymsssi | Note Added: 43790 | |
2017-06-01 17:35 | limesurveymsssi | Note Added: 43792 | |
2017-10-02 15:18 | kmsg | Note Added: 44535 | |
2017-10-02 15:21 | kmsg | Note Added: 44536 | |
2018-01-24 16:35 | c_schmitz | Changeset attached | => LimeSurvey master f6c15fe2 |
2018-01-24 16:35 | c_schmitz | Note Added: 46030 | |
2018-01-24 16:35 | c_schmitz | Assigned To | => c_schmitz |
2018-01-24 16:35 | c_schmitz | Resolution | open => fixed |
2018-01-24 16:35 | c_schmitz | Status | new => resolved |
2018-01-24 16:35 | c_schmitz | Fixed in Version | => 3.0.x |
2018-01-30 14:29 | ollehar | Status | resolved => closed |
2018-01-30 14:29 | ollehar | Fixed in Version | 3.0.x => 3.1.x |