Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Forum: Plugins
    In reply to: My Upload Manager
    Thread Starter skp

    (@skp)

    Thanks for the modifications avigell. I didn’t even think about adding a link to the file name. I didn’t have a chance to test this on a linux machine yet so your modifications helped out those with linux servers. I’ll upload the modified version on my server. I gave you credits in the readme.

    To schun,
    you can try adding a @ at the beginning of line 6 where it says…
    require_once(‘admin.php’);
    so that it reads
    @require_once(‘admin.php’);
    This should supress the warning messages. I know this isn’t the correct the way to fix this but it should take care of your warning messages. The file that avigell modified was the same file that I took out the whitespaces.

    Forum: Plugins
    In reply to: My Upload Manager
    Thread Starter skp

    (@skp)

    Could you tell me what operating system the server is using? Are you getting any errors or is the list just blank? Do the headers show at least?

    I have only tested this under a Windows 2003 based server. I’m going to test it on other servers. If anyone has gotten it to work on anything else please let me know.

    Forum: Plugins
    In reply to: My Upload Manager
    Thread Starter skp

    (@skp)

    What version of PHP are you using?

    I made a minor change to the upload-manager.php file. I think it should fix the problem you are having. I didn’t know about the whitespace before the first php tag causing problem with php including the headers.

    Try downloading it again and let me know if it works. The new file should have a date of 3/30/2005.

    Forum: Plugins
    In reply to: My Upload Manager
    Thread Starter skp

    (@skp)

    After you install this there should be 2 tabs under Upload…Upload and Upload Manager. Can you see the Upload page correctly? If you can you try going to the Upload Manager page directly to see if its working…

    [Your wordpress installation path]/wp-admin/upload-manager.php

    If that works then you might have done something wrong when modifying the menu.php file.

    Forum: Plugins
    In reply to: My Upload Manager
    Thread Starter skp

    (@skp)

    I added deletion confirmations and the ability to rename files.

    Click here to download it.

    Still wondering if someone could help me turn this into a plugin.

    skp

    (@skp)

    I created an upload manager to delete the files. I made it as an extra tab under upload in 1.5. It’s pretty basic. You can delete individual files or all of them.

    Check this post:
    http://wordpress.org/support/topic.php?id=27582

    skp

    (@skp)

    I have the same problem. The server is using IIS. When the file is uploaded with WordPress the ownership is given to Internet Guest Account and the permissions are different than the parent folder. I have another account that has ownership of the parent folder and I can’t even change the ownership of the files uploaded inside the folder using that account. In fact, I can’t even view the files if I am logged in on that computer as that user. I have checked the permissions for files uploaded using Coppermine and they work just fine. Maybe WordPress uploads using a different method?
    I am able to delete the files, however, if I FTP into the server. And when I upload a file using FTP the permissions are the same as the parent folder.
    I just checked right now and when a thumbnail is created when you upload the file, the permissions allow me to change the ownership. Maybe the upload script needs to be changed to upload to a temp file first and then copied to the final file. I think that should fix the problem.

    Thread Starter skp

    (@skp)

    finally figured it out…just turned off magic_quotes in php and it works great now

    Thread Starter skp

    (@skp)

    Anybody have an answer to this? This is affecting posts made by users also.

    Is there a way to set psnGallery so that it will not show private albums when you have it set to show everything?

Viewing 10 replies - 1 through 10 (of 10 total)