[SOLVED] Php deprecated : image preview/attachment

Post Reply
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

[SOLVED] Php deprecated : image preview/attachment

Post by Didou12 »

Hi

I have some deprecated errors :

Code: Select all

2023-05-31 15:46	USER   Deprecated	
Implicit conversion from float 200.390625 to int loses precision
includes/functions/app.php:603
/index.php?module=items/info&path=26&rotate=left&windowWidth=1903&windowHeight=969&action=preview_attachment_image&file=MTY4NTU2MjM0M19pbWFnZV9DTDgucG5n&token=J1UMoUuAGt [AJAX]
2023-05-31 15:46	USER  Deprecated	
Implicit conversion from float 200.390625 to int loses precision
includes/functions/app.php:612
/index.php?module=items/info&path=26&rotate=left&windowWidth=1903&windowHeight=969&action=preview_attachment_image&file=MTY4NTU2MjM0M19pbWFnZV9DTDgucG5n&token=J1UMoUuAGt [AJAX]
2023-05-31 15:46	USER   Deprecated	
Implicit conversion from float 449.1228070175439 to int loses precision
includes/functions/app.php:603
/index.php?module=items/info&path=26&rotate=right&windowWidth=1903&windowHeight=969&action=preview_attachment_image&file=MTY4NTU2MjM0M19pbWFnZV9DTDgucG5n&token=J1UMoUuAGt [AJAX]
2023-05-31 15:46	USER  Deprecated	
Implicit conversion from float 449.1228070175439 to int loses precision
includes/functions/app.php:612
/index.php?module=items/info&path=26&rotate=right&windowWidth=1903&windowHeight=969&action=preview_attachment_image&file=MTY4NTU2MjM0M19pbWFnZV9DTDgucG5n&token=J1UMoUuAGt [AJAX]
2023-05-31 15:45	USER  Deprecated	
Implicit conversion from float 200.390625 to int loses precision
includes/functions/app.php:603
/index.php?module=items/info&path=26&&action=download_attachment&preview=small&file=MTY4NTU2MjM0M19pbWFnZV9DTDgucG5n [ACTION]
2023-05-31 15:45	USER  Deprecated	
Implicit conversion from float 200.390625 to int loses precision
includes/functions/app.php:612
/index.php?module=items/info&path=26&&action=download_attachment&preview=small&file=MTY4NTU2MjM0M19pbWFnZV9DTDgucG5n [ACTION]
Last edited by Didou12 on 03 Jun 2023, 08:35, edited 1 time in total.
Using Rukovoditel since 2022 --- v3.4 (with extension) in French on PHP 8.2
I keep the French translation up to date
I'm trying to help you (+10 years experience in html, css, php, sql, JS/jquery, python)
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Php deprecated : image preview/attachment

Post by support »

Found. File from archive replace to includes\functions\
Attachments
app.zip
(13.57 KiB) Downloaded 25 times
Didou12
Posts: 487
Joined: 14 Jan 2023, 14:53
Name: Louis
Location: Montreal, Canada

Re: Php deprecated : image preview/attachment

Post by Didou12 »

Thanks :)
Using Rukovoditel since 2022 --- v3.4 (with extension) in French on PHP 8.2
I keep the French translation up to date
I'm trying to help you (+10 years experience in html, css, php, sql, JS/jquery, python)
Post Reply