Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't load no_images.svg #2314

Closed
ildyria opened this issue Mar 11, 2024 Discussed in #2313 · 7 comments · Fixed by #2431
Closed

can't load no_images.svg #2314

ildyria opened this issue Mar 11, 2024 Discussed in #2313 · 7 comments · Fixed by #2431
Labels
good first issue Good for newcomers Low Priority Low priority issues

Comments

@ildyria
Copy link
Member

ildyria commented Mar 11, 2024

Discussed in #2313

Originally posted by Ryanonly March 9, 2024
When I was transferring images, I found that one of my options did not display the image
like this
Snipaste_2024-03-09_21-33-15
my errors.log says:
Snipaste_2024-03-09_21-34-49

But the image on the homepage can be loaded normally
Snipaste_2024-03-09_21-40-28
same svg in the options:
Snipaste_2024-03-09_21-38-34

System Information
------------------
Lychee Version (release): 5.1.2
DB Version: 5.1.2

    composer install:                        --no-dev
    APP_ENV:                                 production
    APP_DEBUG:                               false
    APP_URL:                                 set
    APP_DIR:                                 default
    LOG_VIEWER_ENABLED:                      true
    LIVEWIRE_ENABLED:                        true
    
    System:                                  Linux
    PHP Version:                             8.2.16
    PHP User agent:                          Lychee/4 (https://lycheeorg.github.io/)
    Timezone:                                Asia/Shanghai
    Max uploaded file size:                  30M
    Max post size:                           100M
    Livewire chunk size:                     12.00 MB
    Max execution time:                      200
    MySQL Version:                           8.0.36-0ubuntu0.22.04.1
    
    exec() Available:                        yes
    Imagick Available:                       1
    Imagick Enabled:                         1
    Imagick Version:                         1691
    GD Version:                              2.3.3
    Number of foreign key:                   12 found.

Config Information
------------------
version: 050102
check_for_updates: 0
sorting_photos_col: taken_at
sorting_photos_order: ASC
sorting_albums_col: max_taken_at
sorting_albums_order: ASC
imagick: 1
skip_duplicates: 0
small_max_width: 0
small_max_height: 360
medium_max_width: 1920
medium_max_height: 1080
lang: en
image_overlay_type: desc
default_license: none
compression_quality: 90
grants_full_photo_access: 1
delete_imported: 0
mod_frame_enabled: 1
mod_frame_refresh: 30
thumb_2x: 1
small_2x: 1
medium_2x: 1
landing_page_enable: 0
site_owner: John Smith
landing_title: John Smith
landing_subtitle: Cats, Dogs & Humans Photography
sm_facebook_url: https://www.facebook.com/JohnSmith
sm_flickr_url: https://www.flickr.com/JohnSmith
sm_twitter_url: https://www.twitter.com/JohnSmith
sm_instagram_url: https://instagram.com/JohnSmith
sm_youtube_url: https://www.youtube.com/JohnSmith
landing_background: dist/cat.webp
site_title: Lychee v5
footer_show_copyright: 1
site_copyright_begin: 2019
site_copyright_end: 2019
footer_additional_text:
footer_show_social_media: 0
search_public: 0
SL_enable: 0
SL_for_admin: 0
recent_age: 1
grants_download: 0
photos_wraparound: 1
map_display: 1
zip64: 1
map_display_public: 1
map_provider: Wikimedia
force_32bit_ids: 0
map_include_subalbums: 1
update_check_every_days: 3
has_exiftool: 0
share_button_visible: 0
import_via_symlink: 0
has_ffmpeg: 0
location_decoding: 1
location_decoding_timeout: 30
location_show: 0
location_show_public: 1
rss_enable: 0
rss_recent_days: 7
rss_max_items: 100
prefer_available_xmp_metadata: 0
editor_enabled: 1
lossless_optimization: 0
swipe_tolerance_x: 150
swipe_tolerance_y: 250
local_takestamp_video_formats: .avi|.mov
log_max_num_line: 1000
unlock_password_photos_with_url_param: 0
nsfw_visible: 1
nsfw_blur: 0
nsfw_warning: 0
nsfw_warning_admin: 0
nsfw_banner_override:
map_display_direction: 1
album_subtitle_type: oldstyle
upload_processing_limit: 4
new_photos_notification: 0
legacy_id_redirection: 1
zip_deflate_level: 6
SA_enabled: 1
default_album_protection: 1
album_decoration: layers
album_decoration_orientation: row
allow_username_change: 1
auto_fix_orientation: 1
use_job_queues: 0
random_album_id: starred
use_last_modified_date_when_no_exif_date: 0
ffmpeg_path:
ffprobe_path:
layout: justified
date_format_photo_thumb: M j, Y, g:i:s A e
date_format_photo_overlay: M j, Y, g:i:s A e
date_format_sidebar_uploaded: M j, Y, g:i:s A e
date_format_sidebar_taken_at: M j, Y, g:i:s A e
date_format_hero_min_max: F Y
date_format_hero_created_at: M j, Y, g:i:s A T
date_format_album_thumb: M Y
upload_chunk_size: 0
nsfw_banner_blur_backdrop: 0
search_pagination_limit: 1000
search_minimum_length_required: 4
photo_layout_justified_row_height: 320
photo_layout_masonry_column_width: 300
photo_layout_grid_column_width: 250
photo_layout_square_column_width: 200
photo_layout_gap: 12
display_thumb_album_overlay: always
display_thumb_photo_overlay: hover
default_album_thumb_aspect_ratio: 1/1
use_album_compact_header: 0
login_button_position: left
back_button_enabled: 0
back_button_text: Return to Home
back_button_url: /

I want some help, thank you all!

That image is not really important, you can pretty much ignore it. It requires a minimal fix in the front-end. I'll do it when I have a bit of time (pretty busy atm). :(

@ildyria ildyria added good first issue Good for newcomers Low Priority Low priority issues labels Mar 11, 2024
@dev-george-nikolaidis
Copy link

@ildyria

I'm really interested in contributing to this project, and I would like to work on the issue. Could you please assign it to me? Thank you for considering my request.

@ildyria ildyria assigned ildyria and unassigned ildyria Mar 12, 2024
@ildyria
Copy link
Member Author

ildyria commented Mar 12, 2024

Hi @dev-george-nikolaidis

I can't assign you to the issue but you can just fork and create a pull request with your changes.
Your contribution would be very much appreciated.

You can also join us on Discord / Gitter if you have questions (links in the readme).

If you want some hint, have a look at:
https://github.com/LycheeOrg/Lychee/blob/master/app/Livewire/Components/Forms/Album/SearchAlbum.php

@Ryanonly
Copy link

I am so sorry to bother you, I just found a small issue, but I'm not very familiar with PHP. Now I have some hints, thank you very much : )

@dev-george-nikolaidis
Copy link

@Ryanonly
As we speak I start working on this ticker, you are not bothering me, what you want to share?

@dev-george-nikolaidis
Copy link

@ildyria
I am having some trouble installing the app locally on Windows 64. I have XAMPP installed, and the forked clone of the app is located at C:\xampp\htdocs. When I try the composer install --no-dev command, I encounter this error (check cmd image). I also provide you with a php.ini image. Any help would be greatly appreciated.
cmd
PHP-8-2-12-phpinfo-

@ildyria
Copy link
Member Author

ildyria commented Mar 18, 2024

@dev-george-nikolaidis If you look at sys_temp_dir in php.ini you see it is pointing to C:/Windows/Temp

You may want to verify that it has write access (which does not seem to be the case) there or change that folder.
https://stackoverflow.com/a/34762941

PS: I really recommend you use WSL to do your dev. That will simplify the setting up for you.

@dev-george-nikolaidis
Copy link

@ildyria You can have it if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Low Priority Low priority issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants