Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 05:50 am 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:

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 1169

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?

Banging your head SOMEONE PLEASE HELP ME Banging your head
 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
 Quote

remy

Anonymous
Line 1169 reads: $file = fopen($configfile, "w&quotWink;
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.

 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
 Quote

All times are EDT. The time is now 05:50 am.

  • 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