
This section allows you to view all posts where this member received or gave a like to.
1
Great many Thanks. works fine :)
2
Archived fixes / [AeMe] Re: The database value you're trying to insert does not exist: id_file
Franky « on April 13th, 2016, 07:38 AM »
Have now the source identified that causes the bug. It is the function of the aeva media gallery.:Quote This is the error message:Quote The value id_file but is available, see attachment database_transparency.JPG
Added transparency flag to pictures, and functions to determine transparency
The database value you're trying to insert does not exist: id_file
Function: aeva_resetTransparency
3
Archived fixes / [AeMe] Re: The database value you're trying to insert does not exist: id_file
Franky « on April 3rd, 2016, 05:15 AM »
Although the issue is so old. The bug is still. I could solve it for SMF and for Wedge.
SMF
Aeva-Subs.php (Version 2.10) line 3721
Code: [Select] change to
Code: [Select]
Wedge
Subs-Media.php line 3600
Code: [Select] change to
Code: [Select]
SMF
Aeva-Subs.php (Version 2.10) line 3721
WHERE id_file = {int:id_file}',
WHERE id_file = id_file',
Wedge
Subs-Media.php line 3600
WHERE id_file = {int:id_file}',
WHERE id_file = id_file',