Posted on: 11/06/04 02:13am
By: Starfury
When I try to setup the configuration settings I get these error messages:
Warning: fopen(/home2/starfury/plugins/filemgmt/filemgmt.php): failed to open stream: Permission denied in /home2/starfury/public_html/admin/plugins/filemgmt/index.php on line 1169
Warning: fwrite(): supplied argument is not a valid stream resource in /home2/starfury/public_html/admin/plugins/filemgmt/index.php on line 1194
Warning: fclose(): supplied argument is not a valid stream resource in /home2/starfury/public_html/admin/plugins/filemgmt/index.php on line 1195
Warning: Cannot modify header information - headers already sent by (output started at /home2/starfury/public_html/admin/plugins/filemgmt/index.php:1169) in /home2/starfury/public_html/lib-common.php(961) : eval()'d code on line 1
Problem with filemgmt configuration settings
Posted on: 11/06/04 03:00am
By: Anonymous (tokyoahead)
Well since it says permission denied in the first line I would check if you have all the permissions set correctly as desctibed in the setup instructions.
running linux?
Problem with filemgmt configuration settings
Posted on: 11/07/04 05:40pm
By: Starfury
Yes the server is running linux.
Problem with filemgmt configuration settings
Posted on: 11/08/04 01:04am
By: Anonymous (tokyoahead)
well then check that you have set the correct permissions to the folders that you installed with the plugin. which ones you have to set is descibed in the instructions of the plugin.
You can change permissions the same way you changed the logfile and article images folders of your geeklog installation
Problem with filemgmt configuration settings
Posted on: 11/28/04 08:50pm
By: doopisdotnet
ig ot a similar problem
failed to open stream: Permission denied in /admin/plugins/filemgmt/index.php on line 1169
but i tried 777 all files even the main dir but nothing is working - makes no sense to me???
-Chrisitan
Problem with filemgmt configuration settings
Posted on: 11/28/04 09:05pm
By: Blaine
The plugin can only open files the webserver has permissions to read and smilarly write. This is always as it notes a permission related error. It's possible your FTP client is not telling you correct permissions or you don't have permissions set correctly at the directory level.
The error message quoted does not appear to show the actual file that can not be read. Check that it really is the correct full path to the file on the webserver.
Problem with filemgmt configuration settings
Posted on: 11/28/04 10:37pm
By: doopisdotnet
[QUOTE BY= Blaine]The error message quoted does not appear to show the actual file that can not be read. [/QUOTE]
this error comes up when trying to populate the filemngmt plug with dl-able items:
Warning: move_uploaded_file(/var/www/data/filemgmt_data/files/013.mp3): failed to open stream: No such file or directory in /home/clubcqvn/public_html/admin/plugins/filemgmt/index.php on line 776
Warning: move_uploaded_file(): Unable to move '/tmp/phpshfajq' to '/var/www/data/filemgmt_data/files/013.mp3' in /home/clubcqvn/public_html/admin/plugins/filemgmt/index.php on line 776
Problem with filemgmt configuration settings
Posted on: 11/29/04 12:46am
By: Anonymous (tokyoahead)
maybe the path to yout temporary dir is not correct?
Problem with filemgmt configuration settings
Posted on: 11/29/04 07:07am
By: doopisdotnet
[QUOTE BY= tokyoahead] maybe the path to yout temporary dir is not correct?[/QUOTE]
what should the path look like? - should it be /path/to/geeklog/filemgmt/ - i (think) i tried them all
i gave up after about 45 minutes of really looking into everything but any help is GREATLY appreciated!
-Chrisian
Problem with filemgmt configuration settings
Posted on: 11/29/04 07:37am
By: Anonymous (tokyoahead)
well the path has to point to your actualt temporary directory, and this one has to be writable.
If you do not know where the tmp directory is on your server, you can always create one, CHMOD to 777 and point the path there.
Problem with filemgmt configuration settings
Posted on: 11/30/04 07:24am
By: doopisdotnet
[QUOTE BY= tokyoahead] well the path has to point to your actualt temporary directory, and this one has to be writable.
If you do not know where the tmp directory is on your server, you can always create one, CHMOD to 777 and point the path there.[/QUOTE]
theres /home/myname/tmp that gallery uses - i can replace the 'var' path with this?