• Hi,
    looking for help with this plugin.
    Senario:
    latest versions of WordPress, PHP, MySQL, Apache and Ubuntu.
    Running Mod_rewrite and permalinks succesfully.
    Running ‘Private WP Suite’ and ‘Audio Player’ plugins

    Different file types seem to be treated diferently! –
    Images – available to users that are logged in. Not available to users who are not logged.
    MP3’s – when the plugin is enabled, nobody can access the mp3’s, regardless of whther they’re logged in or not.
    PDF’s – same. Nobody can access.

    Please help!! I would really like to get this plugin functioning correctly.

    Many thanks
    K

    https://www.ads-software.com/extend/plugins/private-wp-suite/

Viewing 2 replies - 1 through 2 (of 2 total)
  • When protecting uploaded files, the php script reads the file on request and serves it if the user is either logged in or exempt.

    The problem could be that memory_limit needs to be increased for PHP. Or that the wp_check_filetype function doesn’t find the mime type for the file.

    It could also be that ob_clean() or flush() is outputting some error, that corrupts the file. Try adding error_reporting(0); before that.

    Thread Starter keirj

    (@keirj)

    Hi Fredrik,
    thanks for the response and the email.
    I found a partial solution using .htaccess, see below.
    I still can’t get the player to buffer the content automatically, but I’m getting close!!
    Thanks again
    Keir

    https://www.ads-software.com/support/topic/272090

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Private WP suite] Not working’ is closed to new replies.