Search results

  1. Mark

    [Admin Settings] Error 500

    Correct, I cannot explain why your server is timing out after 45 seconds, its is contrary to your settings.
  2. Mark

    [Admin Settings] Error 500

    mod_fcgid: read data timeout in 45 seconds, referer: http://xxx.xxx/index.php?a=admin&b=manage your server is timed out in 45 sec
  3. Mark

    [Admin Settings] Error 500

    if you cant use these set_time_limit(0); ini_set('max_execution_time',0); then you need to edit your php.ini
  4. Mark

    [Admin Settings] Error 500

    your server is timing out. make sure you have this in your screenshots.php file set_time_limit(0); ini_set('max_execution_time',0); and make sure your hosting environment allows you to override these settings like this (may need to ask your host).
  5. Mark

    SEO Plugin

    well that is a different request altogether :)
  6. Mark

    best screenshot ever..

    haha thats about the best one for me :) sums up the last 10 years of my life working with CSS!
  7. Mark

    [Admin Settings] Error 500

    in your root (top level / )
  8. Mark

    SEO Plugin

    on/off requires yet another DB field be setup, I personally think moving/removing or even styling the template tag is adequate enough. Just my $0.02 :)
  9. Mark

    [Admin Settings] Error 500

    as suspected, the problem was a plugin that was not supported was uploaded. I have also added a couple lines to the screenshot file to prevent timeouts, this will be included in 1.0 as well. screenshots.php find: error_reporting(0); add this after: set_time_limit(0)...
  10. Mark

    Facebook

    I'm 100 % with you Steve :) we are anonymous we are legion lol
  11. Mark

    [Admin Settings] Error 500

    You can also send me FTP and your admin password in a private conversation and I can investigate further for you.
  12. Mark

    Missed Translation

    absolutely, there are quite a few language definitions we have missed. Anything posted in this thread will be corrected for next release :)
  13. Mark

    smtp mail option

    sure, will get back to working on including SMTP option for the couple folks who need it in version 1.0.
  14. Mark

    [Admin Settings] Error 500

    Looks like the plugin is not installed correct File(plugins/info.php/languages/german.php) should be File(plugins/languages/german.php)
  15. Mark

    Brand Free Version Suggestion

    Check your inbox, I just sent it to you :)
  16. Mark

    Ranked buttons not updating and other bugs

    Got a patch in place, let me know if you spot any side effects. The reason this happens was due to the old link code from ATS, it does not use the buttontype parameter so it was defaulting to the default button.
  17. Mark

    Ranked buttons not updating and other bugs

    1) its very strange indeed, Basti and I are both looking at it now with total confusion. We'll get it sorted.
  18. Mark

    [Screenshots] Error 500 on all users

    looking into this now, will report back findings soon. Please try re-rendering now, should be all set
  19. Mark

    Ranked buttons not updating and other bugs

    1) [unable to reproduce] lets give this a day or 2 and see if it persists on your list. 2) [unable to reproduce] when you click the # from the admin main page it does infact take you the edit page where you can examine the pending member and decide to approve or not. I have just checked and...
  20. Mark

    Banners

    And a reminder that allowing banners larger than 100KB is a terrible idea :)
Top