View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
05380Bug reportsStatisticspublic2011-08-03 14:11
Reportermot Assigned Tomot  
PriorityhighSeverityblock 
Status closedResolutionwon't fix 
Product Version1.91+ 
Target Version1.91+Fixed in Version1.91+ 
Summary05380: TCPDF ERROR: [Image] Unable to get image: /admin/classes/tcpdf/images/statistics.png
Description

The image statistics.png does not exists but is needed when you export stats as PDF.

Steps To Reproduce

Export stats of a survey as PDF. Crash.

Additional Information

The image is not available.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)10604
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMysql 5 Family
Server OS (if known)Linux
Webserver software & version (if known)Apache 2.2
PHP Version5.2.x

Relationships

related to 05302 closedc_schmitz 05219: error - show statistic as pdf 

Users monitoring this issue

There are no users monitoring this issue.

Activities

mot

mot

2011-08-03 14:09

reporter   ~15961

Looks that my updater did not take care to update the tcpdf config. Fix was to replace with

/**
 *images directory
 */
define ('K_PATH_IMAGES', $imagedir.DIRECTORY_SEPARATOR);

in tcpdf config

/admin/classes/tcpdf/config/tcpdf_config.php

single line change.

mot

mot

2011-08-03 14:11

reporter   ~15962

Should be fixed since 10404 but my 10604 did not had it fixed?

Issue History

Date Modified Username Field Change
2011-08-03 13:36 mot New Issue
2011-08-03 13:36 mot Status new => assigned
2011-08-03 13:36 mot Assigned To => mot
2011-08-03 13:44 mot Relationship added related to 05302
2011-08-03 14:09 mot Note Added: 15961
2011-08-03 14:11 mot Note Added: 15962
2011-08-03 14:11 mot Status assigned => closed
2011-08-03 14:11 mot Resolution open => won't fix
2011-08-03 14:11 mot Fixed in Version => 1.91+