Sono entrata nel pannello amministrazione ed ho cercato di cancellare gli allegati uno ad uno dal pannello gestione allegati, ma quando provo a cancellarne uno mi da questo errore:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'amministratore]')
WHERE ID_MSG = 257
LIMIT 1' at line 2
File: D:\Inetpub\webs\lovemusicit\forum\Sources\ManageAttachments.php
Linea: 168
Come mai????
Might be a typo in the italian language file. Does the same error occur if you have english language activated?
Fixed.
-[Unknown]
How fixed and where? Was it a language file issue? Fixed in the CVS?
if I have english language activated, all it's ok!
if I have italian language activated, I have the error!
Sorry for the english: This is a problem with single quotes in the language string for this particular action.
-[Unknown]
Il file è admin.italian.php, la riga :
$txt['smf216'] = '[allegato eliminato dall\' amministratore]';
dà problemi con la virgoletta singola ( ' ) e và sostituita con la doppia ( " ) :
$txt['smf216'] = "[allegato eliminato dall\' amministratore]";
Thanks Andrea e Unknown ;)
altra correzione per la prossima versione ... ;D
Grazie!!!! :)