Low Variables Assets in Grid not allowing new file or delete existing file
EE 2.10.1
LV 2.6.1
Assets 2.6
PHP 5.4.13
I've got a an grid field in Low variables with an Assets column that will not allow file uploads or deleting of existing files. The issue only exists in one particular group of variables and only on the live server. Locally or Dev everything works as expected.
Local and Dev are running php 5.5 but even when I changed local to 5.4 the issue did not come up. Also interestingly other groups of variables with grid/assets work fine.
Have re-uploaded both Assets and Low Variables to the server with no change.
I"m not sure what else to do to troubleshoot. Any thoughts? Can provide CP and FTP access if needed.
Replies
Low 13 Jul 2016 14:06
I reckon it's an Assets issue, since that takes care of uploading and deleting the files. Have you asked P&T?
Sean 13 Jul 2016 14:19
Will ask them, but assets is working everywhere else.
Low 14 Jul 2016 08:09
Could be they're not taking some things into account when in a LV - Grid environment. LV just passes on data and calls Grid, which in turn calls Assets. Probably not a lot LV can do about that.
Sean 14 Jul 2016 12:14
Low,
P&T found the issue. There was an htaccess rule forcing a trailing slash. Adding an exception for js files and all is good now.
Thank you for your time.