All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Author Topic: Explorer not accepting settings  (Read 10776 times)

0 Members and 1 Guest are viewing this topic.

Offline jcoolzombie

  • Newbie
  • *
  • Posts: 1
    • View Profile
Explorer not accepting settings
« on: 24 February 2008, 02:14 »
I tried to make my site use this file explorer, however it came up with this instead of working properly. What might I have not done correctly??  ???

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,296
    • View Profile
Re: Explorer not accepting settings
« Reply #1 on: 24 February 2008, 05:55 »
Did you configure the config file correctly and set the paths properly?
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers

Offline macvwin

  • Jr. Member
  • **
  • Posts: 41
    • View Profile
Re: Explorer not accepting settings
« Reply #2 on: 01 March 2008, 13:04 »
check all the files are on the same directory because what im seeing is that the "settings.php" is missing! please make sure every single file is uploaded..or it might just be a misconfiguration as Ttech mentioned above...hope it helps ;)

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,296
    • View Profile
Re: Explorer not accepting settings
« Reply #3 on: 03 March 2008, 02:12 »
;)
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers

Offline christinasparkle

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Explorer not accepting settings
« Reply #4 on: 03 September 2009, 18:25 »
I'm having no luck installing this. It makes no impact on the assigned config settings :(

I've tried changing the nice url to true and then back to false and I've also checked that all files were uploaded.

Any tips??

Here is my config:

### The Absolute Path Of The Folder That You Want To Show It's Contents (Without Trailing Slash)
// Example: /home/user/public_html/files
$root_directory = '/doghousegallery.net/audio';

### The URL To That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/files
$root_url = 'http://www.doghousegallery.net/audio';

### The Absolute Path Of The Folder You Uploaded The Files Of GaMerZ File Explorer (Without Trailing Slash)
// Example: /home/user/public_html/gfe
$gfe_directory = '/doghousegallery.net/audioexplorer';

### The URL That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/gfe
$gfe_url = 'http://www.doghousegallery.net/audioexplorer';

### Your Site Name
$site_name = 'Beacon Street Online audio explorer';

### Root File Name
$root_filename = 'index.php';

### Enable The Use Of Nice URL (Requires Apache To Have mod_rewrite Enabled)
// true: Enable | false: Disable
$nice_url = false;

### Enable Searching Of Files (Please Disable This If You Are On A High Traffic Site)
// true: Enable | false: Disable
$can_search = true;

### Default Sort Field
// name | size | type | date
$default_sort_by = 'name';

### Default Sort Order
// asc | desc
$default_sort_order = 'desc';

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Re: Explorer not accepting settings
« Reply #5 on: 03 September 2009, 18:43 »
I am 100% sure your directory is not just /doghousegallery.net/audio. There is some path before it.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline christinasparkle

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Explorer not accepting settings
« Reply #6 on: 03 September 2009, 18:54 »
Thanks :)

That's what I suspected but when I ftp in those are the only folders available to me.

I need to contact my server guy...

Offline christinasparkle

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Explorer not accepting settings
« Reply #7 on: 04 September 2009, 08:34 »
Sorry guys, I'm back again. I've checked the file path but it still isn't working for me. Any ideas??

Here's my config:


### The Absolute Path Of The Folder That You Want To Show It's Contents (Without Trailing Slash)
// Example: /home/user/public_html/files
$root_directory = '/home/user/doghousegallery.net/audio';

### The URL To That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/files
$root_url = 'http://www.doghousegallery.net/audio';

### The Absolute Path Of The Folder You Uploaded The Files Of GaMerZ File Explorer (Without Trailing Slash)
// Example: /home/user/public_html/gfe
$gfe_directory = '/home/user/doghousegallery.net/audioexplorer';

### The URL That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/gfe
$gfe_url = 'http://www.doghousegallery.net/audioexplorer';

### Your Site Name
$site_name = 'Beacon Street Online audio explorer';

### Root File Name
$root_filename = 'index.php';

### Enable The Use Of Nice URL (Requires Apache To Have mod_rewrite Enabled)
// true: Enable | false: Disable
$nice_url = false;

### Enable Searching Of Files (Please Disable This If You Are On A High Traffic Site)
// true: Enable | false: Disable
$can_search = true;

### Default Sort Field
// name | size | type | date
$default_sort_by = 'name';

### Default Sort Order
// asc | desc
$default_sort_order = 'desc';

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Re: Explorer not accepting settings
« Reply #8 on: 04 September 2009, 08:40 »
I don't see anythign wrong with it. You should your path is /home/user/ and not /home/YOUR_USERNAME/

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.