phpBB Version: 3.0.8
Gallery-Link: http://www.familia.paula.nom.br/forum
PHP Version: 5.2.9
Database Version: 5.0.91-community
Error message:
- Code: Select all
SQL ERROR [ mysqli ]
Incorrect string value: '\xF5es do...' for column 'image_name' at row 1 [1366]
SQL
INSERT INTO phpbb_gallery_images (image_id, image_filename, image_thumbnail, image_name, image_name_clean, image_desc, image_desc_uid, image_desc_bitfield, image_user_id, image_username, image_username_clean, image_user_colour, image_user_ip, image_time, image_album_id, image_view_count, image_status, image_reported, image_exif_data) VALUES ('7', '5a083dc67ac976da289b73cc7fdc9e33.jpg', '5a083dc67ac976da289b73cc7fdc9e33.jpg', 'Anfitri�es do I Encontro', 'anfitri�es do i encontro', 'Anfitri�es: Jo�ozinho e Lina.', '', '', '14', 'Luiz Paulo', 'luiz paulo', '', '201.14.98.80', '1114714095', '2', '77', '1', 0, '')
Error description and message
I'm trying to convert from a Album-mod gallery and I'm getting the following error in entries with accents.
What can I do about it?


