|
I have had a few problems with it as well looks liek a nice script as well once the bugs are ironed out.
Was trying to use the editor on it but on the edit form the action is wrong it has $fil instead of $edit_fil so it gives the wrong file name to start with to edit fixed that and now.
also found a . on this line
$out .= "$part\n";
Warning: fopen($burl): failed to open stream: Permission denied on line 226Warning: fwrite(): supplied argument is not a valid stream resource on line 227Warning: fclose(): supplied argument is not a valid stream resource on line 228
trying to go through it but its not my kind of php with
|