Viewing 13 replies - 1 through 13 (of 13 total)
  • Same problem here. The download counter doesn’t seem to work.

    Plugin Author A5hleyRich

    (@a5hleyrich)

    Please provide the support information found under the support tab.

    I opened this issue here, is that what you meant?

    Plugin Author A5hleyRich

    (@a5hleyrich)

    I still need all your information found from the support tab.

    Thread Starter ExpertLink

    (@expertlink)

    here it is:

    ## Server Information ##

    Server: Apache/2.2.29 (FreeBSD) DAV/2 mod_ssl/2.2.29 OpenSSL/1.0.2c mod_hcgi/0.9.5
    PHP Version: 5.4.42
    MySQL Version: 5.5.40

    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Time Limit: 30
    PHP Max Post Size: 16M
    PHP Max Upload Size: 16M

    ## WordPress Information ##

    WordPress Version: 4.2.3
    Multisite: No
    Max Upload Size: 16,0 MB

    Site Address: http://www.bbv-deutschland.de
    WordPress Address: http://www.bbv-deutschland.de
    Download Address: http://www.bbv-deutschland.de/?ddownload=1

    Directory (wp-content): /home/breitban/www/bbv-deutschland.de/wp-content
    URL (wp-content): http://www.bbv-deutschland.de/wp-content

    ## Active Theme ##

    Divi Child Theme 2.0

    ## Active Plugins ##

    Advanced Code Editor 2.2.6
    Alligator Menu Popup 1.0.1
    Autoptimize 1.9.4
    BAW Login/Logout menu 1.3.2
    Black Studio TinyMCE Widget 2.2.5
    Delightful Downloads 1.5.4
    Elegant Themes Updater 1.0
    EWWW Image Optimizer 2.4.7
    Gravity Forms 1.9.12.1
    Groups 1.7.1
    Groups 404 Redirect 1.2.3
    iThemes Security Pro 1.15.4
    iThemes Sync 1.7.4
    Nav Menu Roles 1.7.0
    NinjaFirewall (WP edition) 1.4.3
    Regenerate Thumbnails 2.2.4
    SeedProd Coming Soon Pro 3.5.0
    VaultPress 1.7.5
    WordPress Importer 0.6.1
    WP Hide Dashboard 2.2.1
    WP Super Cache 1.4.4
    Yoast SEO 2.3.2

    ## Delightful Downloads Information ##

    Version: 1.5.4
    Prior Version: 1.5.2

    enable_taxonomies: 1
    members_only: 0
    members_only_redirect: 0
    open_browser: 0
    block_agents: Googlebot
    bingbot
    msnbot
    yahoo! slurp
    jeeves
    default_text: Download
    default_style: button
    default_button: custom
    default_list: title
    log_admin_downloads: 1
    grace_period: 1
    grace_period_duration: 3
    auto_delete: 0
    auto_delete_duration: 90
    enable_css: 1
    cache: 1
    cache_duration: 15
    download_url: ddownload
    folder_protection: 1
    uninstall: 0

    Ok sorry, now I get it. By the way, thank you for your time and your plugin.

    I was logged in as an admin so that is why the log wasn’t created and the back end counter didn’t go up.

    The problem persists with the front end counter. I use this code to display it:
    [ddownload_count id="1509"]

    Here’s my support tab:

    ## Server Information ##
    
    Server: Apache
    PHP Version: 5.4.4-14+deb7u11
    MySQL Version: 5.1.66
    
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Time Limit: 120
    PHP Max Post Size: 32M
    PHP Max Upload Size: 32M
    
    ## WordPress Information ##
    
    WordPress Version: 3.9.7
    Multisite: No
    Max Upload Size: 32,0 MB
    
    Site Address: http://www.mysitename.net
    WordPress Address: http://www.mysitename.net
    Download Address: http://www.mysitename.net/?ddownload=1
    
    Directory (wp-content): /home/mhd-01/www.mysitename.net/htdocs/wp-content
    URL (wp-content): http://www.mysitename.net/wp-content
    
    ## Active Theme ## 
    
    SimpleMag 2.1.1
    
    ## Active Plugins ##			
    
    Akismet 3.1.3
    All In One SEO Pack 2.2.7.1
    Cookie Law Info 1.5.2
    Delightful Downloads 1.5.4
    Google Analytics by Yoast 5.4.4
    ShareThis 7.0.22
    SI CAPTCHA Anti-Spam 2.7.7.5
    
    ## Delightful Downloads Information ##
    
    Version: 1.5.4
    Prior Version: 
    
    enable_taxonomies: 1
    members_only: 0
    members_only_redirect: 0
    open_browser: 0
    block_agents: Googlebot
    bingbot
    msnbot
    yahoo! slurp
    jeeves
    default_text: Download
    default_style: button
    default_button: blue
    default_list: title
    log_admin_downloads: 0
    grace_period: 1
    grace_period_duration: 3
    auto_delete: 0
    auto_delete_duration: 90
    enable_css: 1
    cache: 1
    cache_duration: 15
    download_url: ddownload
    folder_protection: 1
    uninstall: 0

    Aaaaaand I just rechecked and now works fine.

    It seems to take few minutes to process the download count. I guess it’s due to “cache_duration: 15”.

    Thank you again and sorry.

    @expertlink: try to log out from admin while testing

    Plugin Author A5hleyRich

    (@a5hleyrich)

    Glad it’s working. I think I need to disable the ‘Log Admin Downloads’ option by default.

    Thread Starter ExpertLink

    (@expertlink)

    definetely not working 🙁

    What can i do??

    Thanks,
    Frank

    Thread Starter ExpertLink

    (@expertlink)

    Hi A5hleyRich

    I checked again. Not logged in as Admin.
    the counter is not working and also no log files written.

    Anything else what I can test?

    Thanks,
    Frank

    Plugin Author A5hleyRich

    (@a5hleyrich)

    @expertlink Would it be possible to get a login so that I can attempt to track down the issue? If so, please send details to hello[ at ]ashleyrich.com

    Thread Starter ExpertLink

    (@expertlink)

    sure.
    sent!

    Best,
    Frank

    Plugin Author A5hleyRich

    (@a5hleyrich)

    Thanks for the information. Everything looks OK there. Could you enable WP_DEBUG_LOG by adding the following to your wp-config.php file.

    Replace:

    define(‘WP_DEBUG’, false);

    With:

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    https://codex.wordpress.org/Debugging_in_WordPress

    Then if you could attempt another download and send the debug.log file to my email. Hopefully the log file will give some information away.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘not counting downloads’ is closed to new replies.