Pagina 1 van 1

Wat is er mis met dit COPY command?

Geplaatst: 19 okt 2005, 19:36
door XP-Rene
Voor gebruik met EasyMod:

#-----[ COPY ]------------------------------------------
#
root/admin/admin_xs_news.php to admin
root/admin/admin_xs_news_xml.php to admin
root/admin/xs_news_smile.php to admin
root/admin/xs_news.cfg to admin
root/includes/functions_xs_admin.php to includes
root/includes/functions_xs_useless.php to includes
root/includes/xs_news.php to includes
root/language/lang_english to language/lang_english
root/xs_mod/*.* to xs_mod/*.*

Krijg ik deze foutmelding:
Critical Error

Could not perform improperly formed COPY command.
root/admin/admin_xs_news.php to admin
MOD script line #136 :: FAQ :: Report


Ik zie hier echt niet wat fout is, een van jullie wel?
De regel waarin "COPY" staat is regel 136

Geplaatst: 19 okt 2005, 19:39
door Paul
Ik wel:

Code: Selecteer alles

copy root/admin/admin_xs_news.php to admin/admin/admin_xs_news.php
copy root/admin/admin_xs_news_xml.php to admin/admin/admin_xs_news_xml.php
copy root/admin/xs_news_smile.php to admin/admin/xs_news_smile.php
copy root/admin/xs_news.cfg to admin/admin/xs_news.cfg
copy root/includes/functions_xs_admin.php to includes/includes/functions_xs_admin.php
copy root/includes/functions_xs_useless.php to includes/includes/functions_xs_useless.php
copy root/includes/xs_news.php to includes/includes/xs_news.php
copy root/language/lang_english/*.* to language/lang_english/*.*
copy root/xs_mod/*.* to xs_mod/*.*
denk ik.

Geplaatst: 19 okt 2005, 19:51
door XP-Rene
Inderdaad, dat was het, thanks :thumb:

Alleen moest het niet

Code: Selecteer alles

copy root/includes/functions_xs_admin.php to includes/includes/functions_xs_admin.php 
zijn, maar

Code: Selecteer alles

copy root/includes/functions_xs_admin.php to includes/functions_xs_admin.php
.

En dit telt ook voor de overige copy commands naar includes.

Geplaatst: 19 okt 2005, 20:01
door Paul
Je hebt gelijk, ik had het fout gekopieerd :P