caching - CakePHP Not Loading New Schema/Fields -


i'm sure cause of obvious i'll facepalming later, i'm stuck.

i've added new column users tabled, called developer. it's tinyint(1) treated boolean cakephp. i've added other fields (e.g. other bools) without incident.

for strange reason though, cakephp not picking on change. after reading several other questions similar topics i've ensured debug level in app/config/core.php set 2, i've deleted of files in various app/tmp/cache/* sub-directories. however, nothing seems doing trick.

what missing that's causing cakephp not detect schema changes?


edit

i tested change in our staging environment which, apart being linux , not os x, same local (os x) development environment , am seeing new field there. i'm guessing it's not os issue, suppose worth noting.

you may checking information of currently logged-in user, stored inside session after successful log-in (see accessing logged in used)

to update information, log out , log in again have session-data updated.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -