Koozali.org: home of the SME Server

WeebleFM

filk

WeebleFM
« on: January 10, 2005, 02:49:48 PM »
I had installed WeebleFM http://weeblefm.sourceforge.net/ to give users browser-based access to files.  It worked great on SME 5.6.  I jsut recently upgraded to SME 6.01 and WeebleFM doesn't work correctly anymore.

Creating, moving, and deleting files all work like they should, but file uploading gives the following error:  Please check your permissions and try again.

File permissions have not changed.  The exact same installation of WeebleFM (I copied the app to another server) works fine on SME 6.0  The php.ini files on both servers are identical.

The only thing that I can see is different between the two servers is the php version (php-4.3.2-2db on SME 6.0.1 and php-4.1.2-7.3.6es1 on SME 6.0).

Can anyone think how this might affect this application?  Or am I missing the boat completely and should be looking at something else.

Thanks,
filk

filk

Update
« Reply #1 on: January 10, 2005, 05:49:57 PM »
I am almost certain that it is a php problem now, but I don't have any clue on how to fix it.  When I attempt to upload a file, it takes longer on bigger files before the error message appears.

That indcates to me that the operation is taking place okay, but perhaps the temp space on the sme where php stores the file (or in memory maybe) doesn't ahve access to move it into the users directory.

Offline Mjohnson

  • *
  • 172
  • +0/-0
WeebleFM
« Reply #2 on: November 13, 2005, 05:08:33 AM »
Sorry for the late response..lol

Here is what I did to get the upload function working:

http://no.longer.valid/phpwiki/index.php/TroubleshootingFAQ#php_basedir

At the end of the FAQ is directions regarding PHP open_basedir setting.  Modifying this setting solved my upload problem.

Hope this helps.
......