| Similar problem with paths
I am getting the numerous messages like that below
Warning: fopen(mydomain/Gallery/data/thumbs/index.htm) [function.fopen]: failed to open stream: No such file or directory in mydomain\Gallery\install.php on line 1315
Warning: fclose(): supplied argument is not a valid stream resource in mydomain\Gallery\install.php on line 1316
The problem it appears is that the thumbs subdirectory is after the 1,2 or 500 subdirectory but these do not show up in the command....
Here is the next one...
Warning: fopen(D:/mydomain/Gallery/data/medium/index.htm) [function.fopen]: failed to open stream: No such file or directory in mydomain\Gallery\install.php on line 1321
Warning: fclose(): supplied argument is not a valid stream resource in mydomain\Gallery\install.php on line 1322
Same problem in that the medium subdirectory is after the 1,2,500 subdirectory but it does not put the 1,2,500 subdirectory in.
Any ideas?
Colin
|