Closed tomfuller2 closed 10 years ago
It may not have bean updated in the installer script but is in the lib folder I was working on a PDF output for the directory.
On Tuesday, December 17, 2013, tomfuller2 wrote:
In site/churchdirectory.php on line 49 the component calls for:
// Load tcpdf include_once JPATH_SITE . '/libraries/tcpdf/tcpdf.php';
There is no such file. Are we expecting this to be included in the Joomla install?
Where else are we using it?
— Reply to this email directly or view it on GitHubhttps://github.com/Joomla-Bible-Study/joomla_churchdirectory/issues/53 .
Sent from Gmail Mobile
So in the installer does it copy the file to the main libraries folder of Joomla or into one of the sub folders of the component?
Into the main libraries folder just forgot to add it in.
On Tuesday, December 17, 2013, tomfuller2 wrote:
So in the installer does it copy the file to the main libraries folder of Joomla or into one of the sub folders of the component?
— Reply to this email directly or view it on GitHubhttps://github.com/Joomla-Bible-Study/joomla_churchdirectory/issues/53#issuecomment-30811787 .
Sent from Gmail Mobile
Can you add that in the installer then?
I'll try and add it in the morning. It should not be hard. Need to update the script soon to. Looking at moving to some FoF systems. That will clean up some of my code to.
On Tuesday, December 17, 2013, tomfuller2 wrote:
Can you add that in the installer then?
— Reply to this email directly or view it on GitHubhttps://github.com/Joomla-Bible-Study/joomla_churchdirectory/issues/53#issuecomment-30815137 .
Sent from Gmail Mobile
Fixed in new version install.
In site/churchdirectory.php on line 49 the component calls for:
// Load tcpdf include_once JPATH_SITE . '/libraries/tcpdf/tcpdf.php';
There is no such file. Are we expecting this to be included in the Joomla install?
Where else are we using it?