Joomla-Bible-Study / cwmconnect

Joomla Connect Component - Christian Web Ministries
https://www.christianwebministries.org/connect.html
GNU General Public License v3.0
2 stars 0 forks source link

Missing tcpdf.php #53

Closed tomfuller2 closed 10 years ago

tomfuller2 commented 10 years ago

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?

bcordis commented 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

tomfuller2 commented 10 years ago

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?

bcordis commented 10 years ago

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

tomfuller2 commented 10 years ago

Can you add that in the installer then?

bcordis commented 10 years ago

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

bcordis commented 10 years ago

Fixed in new version install.