Questions tagged [assets]
Image-management module by Pixel & Tonic.
426 questions
1
vote
0
answers
81
views
New Filemanager in EE7 and Assets-Addon
For years we are using the Assets-Addon by EEHarbor as our filemanager. Now we have a rather big file-structure with maybe 4000, 5000 files (mostly images). Now with EE7 a new Filemanager has been ...
0
votes
3
answers
109
views
Replacing spaces in image file names
I'm working on an upgrade of an EE2 site to EE6. The site is using Assets and CE Image. A lot of the images that have been uploaded over the years (since 2012) have spaces in the filenames. CE Image ...
0
votes
2
answers
132
views
Assets and s3 Expression Engine 2
We run a really old website on EE2.... we're not in a position to upgrade for various reasons.
I've just come to hookup s3 with the Assets module and when putting the secret id and access key and ...
0
votes
1
answer
194
views
Use the same Assets library across multiple sites
I'm developing two sites to work off the Multi-Site Manager in EE 5.2.2 and ideally would like them to share the same image library as the same logos, adverts and some other images are used on both ...
0
votes
1
answer
85
views
Expression Engine 4 / Assets numeric value out of range for column 'filesize' error
We use Expression engine 4 and the latest Assets. After adding a new external source (AWS S3), and trying to update index, I'm getting an error:
"Numeric value out of range value for column '...
0
votes
2
answers
267
views
Assets field inside grid inside fluid
I’m having an issue where I'm using Assets (EEharbor) inside a EE Grid, inside an EE Fluid field. I think I have the tags correctly set up, it’s outputting the correct number of results (files) from ...
1
vote
2
answers
188
views
Migration from Assets to native File Manager
Is there an easy way to migrate Asset-Fields to the native File Manager without loosing the referenced Image?
0
votes
1
answer
65
views
Assets: Clean up Upload-Directories
I'm using Assets almost since day one. And 7 years ago was, well, a whole other time. ;-) Many things changed, but the Assets-Configuration on one quite large project stayed the same since. Those days ...
0
votes
1
answer
66
views
Does Assets fields work in Calendar (solspace)
I have an assets field being used inside a {exp:calendar:events entry and the field is not parsing.
<img src="{calendar:event_photo:url:thumb}" title="listing image">
is notparsed at all
<...
1
vote
0
answers
208
views
Assets / S3 and Cloudfront Invalidation Issue
Recently moved the site to a new server with php7 and configured AWS for assets. When I upload images, I get an error in the console as follows:
<div style="border:1px solid #990000;padding-left:...
1
vote
1
answer
81
views
WYVERN not showing images due to relative paths (Multi Site Manager, EE2.11.7)
I've got a secondary site using WYVERN. Everything works fine, and when I insert an image, WYVERN puts
/files/imagePath/image.gif
In the code. So the code is correct, but since I am viewing the EE ...
0
votes
1
answer
136
views
Fatal error: Call to undefined method Assets_ft::content_id()
I've updated assets from an ancient 1.* version to latest 3* and everything looked ok apart when I've tried to edit a page.
I'm getting the following error:
Fatal error: Call to undefined method ...
1
vote
1
answer
71
views
How can I conditionally reveal content of an asset based on day of the week?
I have an asset called specials. There is one special for each day of the week. On the homepage I'd like to have that days special 'magically' appear upon page load in the designated area.
Anyone ...
-1
votes
1
answer
67
views
Deployment server feautures [closed]
Help me to deploy expressionengine in Linux CentOS Server… Medium traffic website, we have 255 MB of database, 55 GB of static file. Provide me with proper webserver, database server, hardware ...
0
votes
1
answer
77
views
exp:assets:files fixed_order parameter not working
Assets 2.6
EE 2.9.3
I have the following test code in an otherwise empty template
{exp:assets:files fixed_order="3922|834|3991" }
<p>{file_id}</p>
{/exp:assets:files}
I would expect it ...