Welcome to Geeklog, Anonymous Tuesday, April 30 2024 @ 03:41 pm EDT

Geeklog Forums

Filemgmt 1.3RC3 Beta


Paul

Anonymous
Anyone managed to install Filemgmt 1.3RC3 Beta (http://www.portalparts.com/filemgmt/singlefile.php?lid=21) with Geeklog 1.3.10?

I can't get it to work. Sad

Any help would be much appreciated. Smile
 Quote

Status: offline

digitalfiasco

Forum User
Chatty
Registered: 10/20/04
Posts: 42
I have Filemgmt 1.3RC3 Beta installed but I have the files password protected using Apache dbm module. When you say you can't get it to work, what does it show, errors, etc.? This will give me a better idea. Always make a backup of your database when adding plugins or doing any kind of database changes.

Joe
 Quote

Paul

Anonymous
I downloaded "Filemgmt 1.3RC3 Beta", read the installation instructions and did as was told in it. I went to the install url and this text was displayed:

Install/Uninstall Plugin

The Plugin is Not Installed

[Install button]

I clicked on the install button and a blank page was displayed.

This is what's in error.log:

Thu Dec 23 13:15:56 2004 - Attempting to install the filemgmt Plugin
Thu Dec 23 13:15:56 2004 - executing CREATE TABLE gl_filemgmt_category (
cid int(5) unsigned NOT NULL auto_increment,
pid int(5) unsigned NOT NULL default '0',
title varchar(50) NOT NULL default '',
imgurl varchar(150) NOT NULL default '',
PRIMARY KEY (cid),
KEY pid (pid)
) TYPE=MyISAM
Thu Dec 23 13:15:56 2004 - executing CREATE TABLE gl_filemgmt_filedetail (
lid int(11) unsigned NOT NULL auto_increment,
cid int(5) unsigned NOT NULL default '0',
title varchar(100) NOT NULL default '',
url varchar(250) NOT NULL default '',
homepage varchar(100) NOT NULL default '',
version varchar(10) NOT NULL default '',
size int(8) NOT NULL default '0',
platform varchar(50) NOT NULL default '',
logourl varchar(250) NOT NULL default '',
submitter int(11) NOT NULL default '0',
status tinyint(2) NOT NULL default '0',
date int(10) NOT NULL default '0',
hits int(11) unsigned NOT NULL default '0',
rating double(6,4) NOT NULL default '0.0000',
votes int(11) unsigned NOT NULL default '0',
comments tinyint(2) NOT NULL default '1',
PRIMARY KEY (lid),
KEY cid (cid),
KEY status (status),
KEY title (title(40))
) TYPE=MyISAM
Thu Dec 23 13:15:56 2004 - executing CREATE TABLE gl_filemgmt_filedesc (
lid int(11) unsigned NOT NULL default '0',
description text NOT NULL,
KEY lid (lid)
) TYPE=MyISAM
Thu Dec 23 13:15:56 2004 - executing CREATE TABLE gl_filemgmt_broken (
reportid int(5) NOT NULL auto_increment,
lid int(11) NOT NULL default '0',
sender int(11) NOT NULL default '0',
ip varchar(20) NOT NULL default '',
PRIMARY KEY (reportid),
KEY lid (lid),
KEY sender (sender),
KEY ip (ip)
) TYPE=MyISAM
Thu Dec 23 13:15:56 2004 - executing CREATE TABLE gl_filemgmt_votedata (
ratingid int(11) unsigned NOT NULL auto_increment,
lid int(11) unsigned NOT NULL default '0',
ratinguser int(11) NOT NULL default '0',
rating tinyint(3) unsigned NOT NULL default '0',
ratinghostname varchar(60) NOT NULL default '',
ratingtimestamp int(10) NOT NULL default '0',
PRIMARY KEY (ratingid),
KEY ratinguser (ratinguser),
KEY ratinghostname (ratinghostname),
KEY lid (lid)
) TYPE=MyISAM
Thu Dec 23 13:15:56 2004 - executing CREATE TABLE gl_filemgmt_downloadhistory (
uid mediumint(8) NOT NULL default '0',
lid int(11) NOT NULL default '0',
remote_ip varchar(15) NOT NULL default '',
date datetime NOT NULL default '0000-00-00 00:00:00',
KEY lid (lid),
KEY uid (uid)
) TYPE=MyISAM
Thu Dec 23 13:15:56 2004 - Success - Created table
Thu Dec 23 13:15:56 2004 - Attempting to create filemgmt admin group
Thu Dec 23 13:15:56 2004 - ...success
Thu Dec 23 13:15:56 2004 - About to save group_id to vars table for use during uninstall
Thu Dec 23 13:15:56 2004 - ...success
Thu Dec 23 13:15:56 2004 - Adding filemgmt.user feature
Thu Dec 23 13:15:56 2004 - Success
Thu Dec 23 13:15:56 2004 - Adding filemgmt.user feature to admin group

The plugin is still not installed and I can't get it to work.

Please help me...thanks. Smile
 Quote

Status: offline

digitalfiasco

Forum User
Chatty
Registered: 10/20/04
Posts: 42
I tried to recreate the problem you had and couldn't figure it out without really looking at how you installed it. Check to see if you have all the filemgmt tables in your database. They should be gl_filemgmt_broken, gl_filemgmt_category, gl_filemgmt_downloadhistory, gl_filemgmt_filedecs, gl_filemgmt_filedetail, and gl_filemgmt_votedata.
 Quote

Paul

Anonymous
Quote by digitalfiasco: I tried to recreate the problem you had and couldn't figure it out without really looking at how you installed it. Check to see if you have all the filemgmt tables in your database. They should be gl_filemgmt_broken, gl_filemgmt_category, gl_filemgmt_downloadhistory, gl_filemgmt_filedecs, gl_filemgmt_filedetail, and gl_filemgmt_votedata.


Thanks for replying. Smile

Yes, those tables are there in the database. Rolling Eyes
 Quote

Status: offline

digitalfiasco

Forum User
Chatty
Registered: 10/20/04
Posts: 42
It seems like something stopped the addition to the admin filemgmt user. Check to see under "Groups" if you see filemgmt Admin. Also are you running your own server or someone else hosting it?
 Quote

Paul

Anonymous
Quote by digitalfiasco: It seems like something stopped the addition to the admin filemgmt user. Check to see under "Groups" if you see filemgmt Admin. Also are you running your own server or someone else hosting it?


No, it's not my own server.

Under "Groups", I have:

FileMgmt-Admin (Users in this group can administer the Filemgmt plugin)
FileMgmt-Users (Users in this group can use the Filemgmt plugin)


Also, this is how I set up the files on the server, maybe it will help:

In public_html/filemgmt:

folders: custom, images, include
files: brokenfile.php, downloadhistory.php, index.php,ratefile.php,singlefile.php, submit.php, viewcat.php, visit.php

***********************

public_html/admin/plugins/filemgmt

files: index.php, install.php, upgrade_v1.2_to_v1.3.php


***********************

outside public_html

/******/plugins/filemgmt/

folders: custom, language, sql, templates

files: config.php, filemgmt.php, functions.inc, install_doc.html

***********************

Thanks for your help. Smile
 Quote

Status: offline

digitalfiasco

Forum User
Chatty
Registered: 10/20/04
Posts: 42
Thanks for telling me what files you moved over into your installation. That helped. I noticed that you have Custom directory in your public-html, which shouldn't be there. Based on that, I would delete and recopy all of files moved over just to make sure you have everything in place. Also, if you plan on reinstalling, restore your old database backup and redo the installation. I hope this helps.
 Quote

Paul

Anonymous
Quote by digitalfiasco: Thanks for telling me what files you moved over into your installation. That helped. I noticed that you have Custom directory in your public-html, which shouldn't be there. Based on that, I would delete and recopy all of files moved over just to make sure you have everything in place. Also, if you plan on reinstalling, restore your old database backup and redo the installation. I hope this helps.


I just did that, but it still is giving me the same result. Sad

I am really lost on this one, I tried to install it several times but I can't get it to work. Banging your head

Thanks for your help...much appreciated. Smile
 Quote

Status: offline

digitalfiasco

Forum User
Chatty
Registered: 10/20/04
Posts: 42
I'm at a lost too. It should work providing that everything else is correctly installed. What does your $_CONF['have_pear'] under your config.php files say?
 Quote

Paul

Anonymous
Quote by digitalfiasco: I'm at a lost too. It should work providing that everything else is correctly installed. What does your $_CONF['have_pear'] under your config.php files say?


Everything else works fine. Smile

Here is the part about that pear:

Text Formatted Code
// +---------------------------------------------------------------------------+
// | PEAR Settings                                                             |
// |                                                                           |
// | Geeklog uses PEAR to send emails (see "Email Settings" below). Here you   |
// | can tell Geeklog whether to use the PEAR packages installed on your       |
// | server or to use the included packages.                                   |
// +---------------------------------------------------------------------------+

// If your server is running PHP 4.3.0 (or newer) then chances are that PEAR
// is already installed and you can change this to: $_CONF['have_pear'] = true;
$_CONF['have_pear'] = false;

// Geeklog comes with the necessary PEAR packages and will pick them up from
// the following directory if $_CONF['have_pear'] = false (above).
$_CONF['path_pear'] = $_CONF['path_system'] . 'pear/';
 Quote

All times are EDT. The time is now 03:41 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