Upgraded from 1.10 to 1.20
When I try to Batch Add, I get this error:
Warning: opendir(drectorypath): failed to open dir: Invalid argument in drectorypath\searchnew.php on line 178
Warning: readdir(): supplied argument is not a valid Directory resource in drectorypath\searchnew.php on line 179
Warning: closedir(): supplied argument is not a valid Directory resource drectorypath\searchnew.php on line 189
I substituted the actualy directory path with 'directorypath' above.
any clue?
Thanks in advance.
ws
Most likely you named the directory using . or another unusual kill character.
Then again, this substitiution you write about is vague. The problem may have been caused by something you did there, like forgetting $ or using the incorrect spelling in the function call.
Thanks.
I can't use '.'? in the directory name? that is what i have... but it used to work with 1.1?
ws
folders/files with leading dots have a special meaning in the Lunix world and mustn't be used. CPG1.2.0 has been modified accordingly.
GauGau