Welcome to Geeklog, Anonymous Tuesday, October 15 2024 @ 12:57 pm EDT
Geeklog Forums
filemgmt
Status: offline
doopisdotnet
Forum User
Chatty
Registered: 01/31/03
Posts: 38
going on 2 months and still no luck - will someone please PLEASE helkp me, im willing to pay them - i really want the filemgmt plugin to work, i just upgraded to 1.3.11 - no matter what i do i get this error:
Warning: fwrite(): supplied argument is not a valid stream resource in /home/clubcqvn/public_html/admin/plugins/filemgmt/index.php on line 1194
Warning: fclose(): supplied argument is not a valid stream resource in /home/clubcqvn/public_html/admin/plugins/filemgmt/index.php on line 1195
plugin is installed, i can create categories (i have) but thats it.
admin/plugins/filemgmt/index.php?op=filemgmtConfigAdmin i try to set the followong:
Directory to store files:
Directory to store file thumbnails:
Directory to store category thumbnails:
URL to files:
URL to file thumbnails:
URL to category thumbnails:
and no matter what i set them to and no matter what permissions i set each dir to i get the same exact error
this happend on 1.3.8, i up'ed to 1.3.10 and just up'd to 1.3.11 a little while ago and STILL no luck...
is this an issue with my host?
does anyone else on here have psek.com with the plugin working?
SOMEONE PLEASE HELP ME
Text Formatted Code
Warning: fopen(/home/clubcqvn/public_html/plugins/filemgmt/filemgmt.php): failed to open stream: Permission denied in /home/clubcqvn/public_html/admin/plugins/filemgmt/index.php on line 1169Warning: fwrite(): supplied argument is not a valid stream resource in /home/clubcqvn/public_html/admin/plugins/filemgmt/index.php on line 1194
Warning: fclose(): supplied argument is not a valid stream resource in /home/clubcqvn/public_html/admin/plugins/filemgmt/index.php on line 1195
plugin is installed, i can create categories (i have) but thats it.
admin/plugins/filemgmt/index.php?op=filemgmtConfigAdmin i try to set the followong:
Directory to store files:
Directory to store file thumbnails:
Directory to store category thumbnails:
URL to files:
URL to file thumbnails:
URL to category thumbnails:
and no matter what i set them to and no matter what permissions i set each dir to i get the same exact error
this happend on 1.3.8, i up'ed to 1.3.10 and just up'd to 1.3.11 a little while ago and STILL no luck...
is this an issue with my host?
does anyone else on here have psek.com with the plugin working?
SOMEONE PLEASE HELP ME
9
7
Quote
Status: offline
Blaine
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
Location:Canada
I believe I have tried to help several times. For this particular error, you either don't have the filemgmt.php file where it's expecting or directory perms are such it can not read/write to this file.
If you still need direct support then I offer my services. Contact me and we can work out the details.
Geeklog components by PortalParts -- www.portalparts.com
If you still need direct support then I offer my services. Contact me and we can work out the details.
Geeklog components by PortalParts -- www.portalparts.com
15
10
Quote
remy
Anonymous
Line 1169 reads: $file = fopen($configfile, "w"
and before that:
$configfile = $_CONF['path'] . 'plugins/filemgmt/filemgmt.php';
The file that causes the error:
/home/clubcqvn/public_html/plugins/filemgmt/filemgmt.php
This file should be in the $_CONF['path'] but it looks like it is in the $_CONF['path_html']. In either case, this file should be world-writable and possibly the directory as well !!
Workaround: try to update the file by hand; it is just containing an php-array.
and before that:
$configfile = $_CONF['path'] . 'plugins/filemgmt/filemgmt.php';
The file that causes the error:
/home/clubcqvn/public_html/plugins/filemgmt/filemgmt.php
This file should be in the $_CONF['path'] but it looks like it is in the $_CONF['path_html']. In either case, this file should be world-writable and possibly the directory as well !!
Workaround: try to update the file by hand; it is just containing an php-array.
11
12
Quote
Status: offline
doopisdotnet
Forum User
Chatty
Registered: 01/31/03
Posts: 38
Quote by remy:Workaround: try to update the file by hand; it is just containing an php-array.
Text Formatted Code
1165 DB_query("DELETE FROM {$_TABLES['access']} WHERE acc_grp_id = 2 AND acc_ft_id = $feature2_id");1166 }
1167 }
1168
1169 $file = fopen($configfile, "w");
1170 $content = "";
1171 $content .= "<?php\n";
you lost me - what am i replacing here?
-Christian
10
16
Quote
All times are EDT. The time is now 12:57 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content