Version 6.3.3
Where "export to csv" file is storing exported file.
Regards
Ripal Shah
while "export to csv" process no error or nothing happening...
while PDF export, below error in log file ...
2017-08-20 07:33:49.876 ** ERROR ** [V6.3.3] ERROR **
2017-08-20 07:33:49.876 ** ERROR ** [V6.3.3] on file '/home/sales/public_html/project/projeqtor/tool/formatter.php' at line (181)
2017-08-20 07:33:49.876 ** ERROR ***** [V6.3.3] cause = Missing argument 5 for formatLetterThumb(), called in /home/sales/public_html/project/projeqtor/tool/formatter.php on line 177 and defined
Tried on demo.projeqtor.org ... working fine and able to export csv file...
Please help...
Regards
Ripal Shah
Exported CSV go into your download folder (on your workstation)
Ab out issue,
fix is to replace line 181 in /tool/formatter.php from
function formatLetterThumb($idUser,$size,$userName=null,$floatLetter="right", $idTicket) {
to
function formatLetterThumb($idUser,$size,$userName=null,$floatLetter="right", $idTicket=null) {
Fix will be integrated in next patch/version
I did changes ...
below error showing
2017-08-21 07:19:47.850 ** ERROR ** [V6.3.3] Cannot create image thumb of size 32 for ../files/attach//attachment_1/ID Card copy.jpg
2017-08-21 07:19:50.642 ** ERROR ** [V6.3.3] ERROR **
2017-08-21 07:19:50.642 ** ERROR ** [V6.3.3] on file '/home/sales/public_html/project/projeqtor/external/html2pdf/html2pdf.class.php' at line (1353)
2017-08-21 07:19:50.642 ** ERROR ***** [V6.3.3] cause = getimagesize(): Filename cannot be empty
Regards
Ripal Shah
Possibly it's now access rights on filder /files/thumbs
PHP user must have write rights to this folder.
Permission to /files/thumbs is 755
Regards
Ripal Shah
Sure there is an issue on folder access :
Cannot create image thumb of size 32 for ../files/attach//attachment_1/ID Card copy.jpg
Check that this file exists.
If it does not, then possibly acces rights were wrong when adding picture of user.
Try and delete picture for corresponding user and re-insert it.
Yes, I deleted user image and got PDF exported.
"After migration of database on new server, image file was not showing on particular user's profile. "
Now it's working ....
Regards
Ripal Shah