After uploading, the file is placed in the wiki root dir, not the uploads folder, and the links dont work.
But, when the link is hovered and displayed, the url is ....
"wiki.website.com//uploads/file.zip" with the double /
I cant find a cfg for it.
Also, I get an error that says...
"lib/plugin/UpLoad.php (In template 'html'):209: Warning: The upload logfile is not writable."
I even manually added a text file "phpwiki-upload.log" and set permissions to 777 to test it.
I tried it in the root dir and a few other places.
Thank you ahead of time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
[\winnt\php.ini]
You must set "upload_tmp_dir" = "/tmp/" or "C:/tmp/"
Best on the same drive as apache, with forward slashes
and with ending slash!
Otherwise "\" => "" and the uploaded file will not be found.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After uploading, the file is placed in the wiki root dir, not the uploads folder, and the links dont work.
But, when the link is hovered and displayed, the url is ....
"wiki.website.com//uploads/file.zip" with the double /
I cant find a cfg for it.
Also, I get an error that says...
"lib/plugin/UpLoad.php (In template 'html'):209: Warning: The upload logfile is not writable."
I even manually added a text file "phpwiki-upload.log" and set permissions to 777 to test it.
I tried it in the root dir and a few other places.
Thank you ahead of time.
I have a vague idea about that.
[\winnt\php.ini]
You must set "upload_tmp_dir" = "/tmp/" or "C:/tmp/"
Best on the same drive as apache, with forward slashes
and with ending slash!
Otherwise "\" => "" and the uploaded file will not be found.