Welcome Guest, Not a member yet? Register   Sign In
is this possible with model?
#11

[eluser]syntaxerror[/eluser]
SC29490 is not my input data, i dont know why it is like that.
my input data is sc41001a. but when i hardcoded the directory on the second model it work successfully
#12

[eluser]metaltapimenye[/eluser]
according to the report.. 'Permission denied' means u haven't set the folder permission correctly.
about miss leading path.. change it to:
Code:
$kebase = "//asecasianas2/DS_Keying/STATS/KE-DIR/";
//to
$kebase = "//asecasianas2/DS_Keying/STATS/KE-DIR";

$qcbase = "//asecasianas2/DS_Keying/STATS/QC-DIR/";
//to
$qcbase = "//asecasianas2/DS_Keying/STATS/QC-DIR";

SC29490 might be come from previous function that u've ignite.. (out of directory function)
might this help n_n
#13

[eluser]syntaxerror[/eluser]
still an error
Code:
A PHP Error was encountered

Severity: Warning

Message: scandir(//asecasianas2/DS_Keying/STATS/KE-DIRsc41001a) [function.scandir]: failed to open dir: No error

Filename: models/process_model.php

Line Number: 38




Theme © iAndrew 2016 - Forum software by © MyBB