#: includes/file.inc:241
msgid ""
"The selected file %file could not be copied, because no file by that name "
"exists. Please check that you supplied the correct filename."
msgstr "„%file†nem található, Ãgy nem másolható."
$source = realpath($source);
if (!file_exists($source)) {
drupal_set_message(t('The selected file %file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.', array('%file' => $source)), 'error');
return 0;
}
Keress rá a forráskódban
Keress rá a forráskódban (magyar fordításban) a "nem található, így nem másolható." szövegre és akkor ki fog derülni melyik modul nem talál valami...
...mit tudok: http://web.termuves.hu
Őszintén megmondom...
Őszintén megmondom, hogy ezt nem igazán értem.
Ezt találtam
Ezt az egy utalást találtam:
#: includes/file.inc:241
msgid ""
"The selected file %file could not be copied, because no file by that name "
"exists. Please check that you supplied the correct filename."
msgstr "„%file†nem található, Ãgy nem másolható."
Ez a system module includes.hu.po fájlban van...
file.inc
A file.inc 241 sora
$source = realpath($source);
if (!file_exists($source)) {
drupal_set_message(t('The selected file %file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.', array('%file' => $source)), 'error');
return 0;
}
Temp
A webszerveren a windows/temp könyvtárhoz kellett a felhasználóknak jogot adni. Ez oldotta meg...