I installed it easy enough. Get to the fm.php login
page just fine, login just fine, but when I try to
create a file, or a directory I get this error message:
Warning: fopen(/home/wiki/public_html/jeff/test.html):
failed to open stream: Permission denied in
/home/wiki/public_html/jeff/fm.php on line 329
Warning: fwrite(): supplied argument is not a valid
stream resource in /home/wiki/public_html/jeff/fm.php
on line 330
Warning: fclose(): supplied argument is not a valid
stream resource in /home/wiki/public_html/jeff/fm.php
on line 331
I put the files and folders in a sub directory of my
website named "Jeff"
This is a very cool looking script, and it would be
perfect for what I have in mind if I could just get it
to work? ..haha
All help appreciated.
Thanks,
Jeff
Logged In: YES
user_id=1280336
Got it working on my unix webhost. Apparently you need to
chmod the directory where you want it to run to 777 so that
it can create the directories and upload the files.
I just installed it a few minutes ago, so I guess I'll find
out later what the bugs may be. Right now I managed to
create an index.html file using it's internal editor. Only
gripe is not being able to use "quotes" on the html tags
because it adds an extra / and brakes the formatting/tags/etc.