?
avatar mrdb
mrdb
23 Nov 2016

Steps to reproduce the issue

Expected result

Actual result

System information (as much as possible)

PHP Built On Linux s3-singapore.accountservergroup.com 2.6.18-412.el5xen #1 SMP Mon Sep 5 23:14:45 UTC 2016 x86_64
Database Version 5.5.50-38.0-log
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 5.5.36
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.6.4 Stable [ Noether ] 21-October-2016 16:33 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36

Additional comments

The file pdf.php located here: libraries/joomla/document/pdf/pdf.php has on line 17;

require_once(JPATH_LIBRARIES .'/joomla/document/html/html.php');

BUT it appears the file html.php has been moved out of the html folder into the /joomla/document/ folder.

So either line 17 needs to read;

require_once(JPATH_LIBRARIES .'/joomla/document/html.php');

OR the html.php file needs to be put back into /joomla/document/html/ folder.

I opted for the first option in case there were references to html.php in other programs but I have very limited knowledge of such things and will wait for Joomla's solution.

avatar mrdb mrdb - open - 23 Nov 2016
avatar bertmert
bertmert - comment - 23 Nov 2016

I cannot find /pdf/ or pdf.php inside the directory libraries/joomla/document/ mentioned above.
https://github.com/joomla/joomla-cms/tree/staging/libraries/joomla/document

I checked the current 3.6.4 package, too.

avatar brianteeman
brianteeman - comment - 23 Nov 2016

Libraries/jomla/document/pdf did NOT exist in the last release of Joomla
2.5 either
This file must have been added to your site - presumably by an extension

It is NOT part of the core of joomla

On 23 November 2016 at 07:34, bertmert notifications@github.com wrote:

I cannot find /pdf/ or pdf.php inside the directory
libraries/joomla/document/pdf/pdf.php mentioned above.
I checked the current 3.6.4 package, too.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#12982 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABPH8cw18h2y1-hb4irb2wSBbFCsqEcdks5rA-yGgaJpZM4K6Q9h
.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
https://brian.teeman.net/ http://brian.teeman.net/

avatar brianteeman brianteeman - change - 23 Nov 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-11-23 12:31:39
Closed_By brianteeman
avatar brianteeman brianteeman - close - 23 Nov 2016
avatar brianteeman brianteeman - close - 23 Nov 2016
avatar brianteeman
brianteeman - comment - 23 Nov 2016

Closed as this is not an issue with the Joomla core


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12982.

avatar mrdb
mrdb - comment - 25 Nov 2016

Cool thanks guys for checking it out for me. I checked the build notes for our site and we followed this instruction to get Joomla to create PDF downloads: https://docs.joomla.org/j2.5:creating_PDF_views


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12982.

avatar brianteeman
brianteeman - comment - 25 Nov 2016

And as you can see that's for 2.5 :)

avatar mrdb
mrdb - comment - 25 Nov 2016

Yes, the functionality has been there since 2.5 and still works on the latest build which is great. Thanks Brian.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12982.

Add a Comment

Login with GitHub to post a comment