constantvariable.
TCTwill CMS
•Created by kerkness on 5/19/2023 in #👊support
DatePicker not updating or incorrectly updating field
In other words, it actually only works for SQL data of type DATETIME, not DATE
14 replies
TCTwill CMS
•Created by kerkness on 5/19/2023 in #👊support
DatePicker not updating or incorrectly updating field
Hello, yes same problem here if the
withTime
option is set to false
.14 replies
TCTwill CMS
•Created by .ghostbane on 3/21/2023 in #👊support
Media Library / Glide only loading JPEGs
Maybe check this thread : https://github.com/area17/twill/issues/19
50 replies
TCTwill CMS
•Created by .ghostbane on 3/21/2023 in #👊support
Media Library / Glide only loading JPEGs
You can also define this:
MEDIA_LIBRARY_LOCAL_PATH=uploads/
50 replies
TCTwill CMS
•Created by .ghostbane on 3/21/2023 in #👊support
Media Library / Glide only loading JPEGs
Check also the glide config in your .env file
50 replies
TCTwill CMS
•Created by .ghostbane on 3/21/2023 in #👊support
Media Library / Glide only loading JPEGs
Alos, be sure to clean all the caches :
php artisan optimize && php artisan route:clear && php artisan config:clear
50 replies
TCTwill CMS
•Created by .ghostbane on 3/21/2023 in #👊support
Media Library / Glide only loading JPEGs
Ok that must be a symlink problem, are you sure the symlink is good ?
50 replies
TCTwill CMS
•Created by .ghostbane on 3/21/2023 in #👊support
Media Library / Glide only loading JPEGs
Does it work if you upload a new jpg file ?
50 replies
TCTwill CMS
•Created by .ghostbane on 3/21/2023 in #👊support
Media Library / Glide only loading JPEGs
Hello, have you done the symlink to the storage path on the new server ?
php artisan storage:link
50 replies
TCTwill CMS
•Created by devtutorum on 11/29/2022 in #👊support
Browser fields the id of the object doesn't save
Ok ok, it's working
24 replies
TCTwill CMS
•Created by devtutorum on 11/29/2022 in #👊support
Browser fields the id of the object doesn't save
I don't get it, sorry… here is my code:
Model : Atwork.php
ArtworkRepository.php
artworks/form.blade.php
… in my table artworks, theire is a column with an integer artist_id
24 replies
TCTwill CMS
•Created by devtutorum on 11/29/2022 in #👊support
Browser fields the id of the object doesn't save
🤙 I will try
24 replies
TCTwill CMS
•Created by devtutorum on 11/29/2022 in #👊support
Browser fields the id of the object doesn't save
Hello, same problem here ;), did you find how to name the browser form field properly for a simple belongsTo relation ? Tx
24 replies