Recent content by TazDevilLooney

  1. TazDevilLooney

    Critiques please - Fix It Wizkid

    Thanks, fell free to sign up. (y)
  2. TazDevilLooney

    What is Cloudflare ? How does it help webmasters ?

    Thanks Matt i ended up with this in the end. (y) $config['cache'] = array( 'enabled' => true, 'frontend' => 'Core', 'frontendOptions' => array( 'caching' => true, 'automatic_serialization' => false, 'cache_id_prefix' => 'you_prefix_'...
  3. TazDevilLooney

    What is Cloudflare ? How does it help webmasters ?

    Is the performance downgraded if i can't use the 'cacheSessions' => true statement?
  4. TazDevilLooney

    What is Cloudflare ? How does it help webmasters ?

    I've just converted over from Memcahced to Xcache but my forum keeps logging out randomly. I applied the fix here https://www.cloudflare.com/wiki/XenForo which worked for Memcached but doesn't seem to work with Xcache. I'm running apache on windows. $config['cache'] = array( 'enabled' =>...
  5. TazDevilLooney

    jQuery Source - Mysqli prepare error

    Ummm, i'm not sure what to suggest for you the information worked for me. You could open up a support ticket and get assistance from a member of staff.
  6. TazDevilLooney

    jQuery Source - Mysqli prepare error

    You do need to restart your mysql for the setting to take affect. It will only read the my.cnf on loading. ;)
  7. TazDevilLooney

    Critiques please - Fix It Wizkid

    Thank you all for your kind posts. Your feedback is muchly appreciated :)
  8. TazDevilLooney

    jQuery Source - Mysqli prepare error

    Try and increase [mysqld] max_allowed_packet = 32M to [mysqld] max_allowed_packet = 64M
  9. TazDevilLooney

    jQuery Source - Mysqli prepare error

    Have you adjusted wait_timeout = 300 in my.ini ?
  10. TazDevilLooney

    User Permission Queries

    Pre-moderation is the registered usergroup. :) I'll carry on updating them one at a time, i don't feel very confident in doing that. Thanks for help Brogan i best get cracking on with it. :)
  11. TazDevilLooney

    User Permission Queries

    May i ask why it's wrong. Per-mod is the primary group Verified member is the secondary group.
  12. TazDevilLooney

    User Permission Queries

    I have about 23 pages worth of members listed under incorrect permissions. Would it be possiable to run a querie to correct this and save me hours doing it by hand. I would like to change all the members with a primary user group of Verified Member only. To primary user group of...
  13. TazDevilLooney

    jQuery Source - Mysqli prepare error

    It turns out there are 2 sections in the same config file with max_allowed_packet and yep you guest it i was adjusting the wrong one. :whistle: my.ini [mysqld] max_allowed_packet = 32M <- This one was needed (y) [mysqldump] max_allowed_packet = 32M <- Not this one (n) The jQuery Source...
  14. TazDevilLooney

    jQuery Source - Mysqli prepare error

    Ok, thanks Mike ticket opened :)
  15. TazDevilLooney

    jQuery Source - Mysqli prepare error

    Adding wait_timeout = 300 to the mysql config file still produces the error :(
Back
Top Bottom