My Custom templates does not appear anymore

Permalink
Hello,

I have developed custom template for express list and i placed them in this directory : /concrete/blocks/express_entry_list/templates
All this worked very well and I could, from the block edition, define the template that showed me correctly my information.
The website is managed for months by my client and today, in the block express list, we can't see the custom templates anymore.
Can you tell me if I have to put the custom templates files in another directory to see them again in the block edition?

# concrete5 Version
Core Version - 8.2.1
Version Installed - 8.2.1
Database Version - 20170802000000

# concrete5 Packages
Fruitful (1.2), Honest Websites Back To Top (1.0.1)

# concrete5 Overrides
None

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - On - If blocks on the particular page allow it.
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
fpm-fcgi

# PHP Version
7.0.29

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dom, exif, fileinfo, filter, gd, gettext, gmp, hash, iconv, imap, intl, json, ldap, libxml, mbstring, mcrypt, mysqli, mysqlnd, openssl, pcntl, pcre, PDFlib, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, Phar, posix, readline, Reflection, session, SimpleXML, snmp, soap, sockets, SPL, sqlite3, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib

# PHP Settings
max_execution_time - 31
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 61
max_input_vars - 1500
memory_limit - 128M
post_max_size - 32M
sql.safe_mode - Off
upload_max_filesize - 16M
ldap.max_links - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
opcache.max_accelerated_files - 2000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

Patrice

 
hutman replied on at Permalink Reply
hutman
You should NEVER change anything in the concrete directory. Always put your changes in the application directory or in a custom package.

I would be willing to bet what happened is that the site got upgraded and the concrete directory where you placed your file is not longer being used, so your file is no longer being read. Move it to application/blocks/express_entry_list/templates and it will likely show up again.
informatux45 replied on at Permalink Reply
Thanks Hutman.
I retrieved the select list of my custom templates. And as a issue never comes alone, my custom template once selected does not display or execute the custom template, it displays only the entries (express) in a table. Any clue?
informatux45 replied on at Permalink Reply
Hi Hutman,
The issue is resolved for my custom template... With empty cache ;-)
Thanks for help and feedback.