After updating to the latest CC and CF I couldn't read my tcpdf functions / config tab on CC6. After inspection i found a minor error in the html formatting:
Should be:
The file that needs changing is tcpdf_config.php line 5
I've attached my file (zipped) for anyone who uses the and couldn't work it out. I didn't actually check for a latest version since the download, but couldn't see an update in change log so didn't bother, it may work, in which case this post is a waste of time🙂
Ben
<div class="ui segment tab functions-tab active" data-tab="functions-6"> ....</div>
Should be:
<div class="ui segment tab functions-tab active" data-tab="function-6"> ....</div>
The file that needs changing is tcpdf_config.php line 5
I've attached my file (zipped) for anyone who uses the and couldn't work it out. I didn't actually check for a latest version since the download, but couldn't see an update in change log so didn't bother, it may work, in which case this post is a waste of time🙂
Ben
This topic is locked and no more replies can be posted.