Recent content by quydo

  1. quydo

    Master/Slave Database [Deleted]

    Many connections still connect to master (select queries) I add $this->_force_master = null; after $this->_force_master = @(int)$_COOKIE['xf_fm']; so the code will be as follow $this->_force_master = @(int)$_COOKIE['xf_fm']; $this->_force_master = null; The problem is solved :D movie torrents
  2. quydo

    XF 1.3 Change cache server host in FrontEnd cache

    Everyone could help me :(
  3. quydo

    XF 1.3 Change cache server host in FrontEnd cache

    Hi all I read help about cache in Xenforo here: https://xenforo.com/help/cache/ In frontend, I want to change server cache to another server (not localhost - default - I think that). But I don't see option (host, servers, etc...) to do that Here is current configuration...
  4. quydo

    Change cache server host in FrontEnd cache

    Hi all I read help about cache in Xenforo here: https://xenforo.com/help/cache/ In frontend, I want to change server cache to another server (not localhost - default - I think that). But I don't see option (host, servers, etc...) to do that Here is current configuration...
  5. quydo

    XenForo + caching = AMAZING

    How can I config both APC and Memcache in my config.php file?
  6. quydo

    How can I run "Record Daily Statistics" cron in background (CLI)

    Hi everybody I have setup an cron entry on Admin Control Panel - Record Daily Statistics. It runs automatically at 7h30 AM everyday But this cron entry give an error: php-fpm not response => 502 Bad Gateway when browse with browser (Firefox, Chrome ...) Slow logs in php-fpm...
  7. quydo

    [Help] Convert attachment from Vbulletin to Xenforo

    Thank you for helping me. Can you tell me a little about mechanism save attachment when user upload :p
  8. quydo

    [Help] Convert attachment from Vbulletin to Xenforo

    I was chown user apache (php-fpm execute user) and chmod 777 -R folder data and internal_data first If I want to reconvert only attachments, I can write an php program that update base on attachment_id? (attachment_id in both Vbulletin and Xenforo are same)
  9. quydo

    [Help] Convert attachment from Vbulletin to Xenforo

    Hi everybody I have just converted my forum Vbulletin to Xenforo. All thing are good except attachments. I find step by step based on attachment_id. In xf_attachment table, from attachment_id => data_id. In xf_attachment_data, from data_id => file_hash. I try to search file_hash in...
  10. quydo

    [Question] Search index and mysql master/slave

    Thanks King Kovifor :p So I can empty two tables without make database (structure, data) errors? I know mysql empty command :D
  11. quydo

    [Question] Search index and mysql master/slave

    Hi everybody! I have some questions, please help me resolve it. 1. How can I empty table xf_search and xf_search_ịndex. Assume I did that, how can I create new xf_search and xf_search_index data 2. My site's database is too big, I want to use mysql master/slave, write in master and read in...
  12. quydo

    [8WR] XenPorta (Portal)

    I try to delete a thread and encountered problem: Warning: Uncaught exception 'ErrorException' with message 'Undefined variable: db' in /home/www/newxf/library/EWRporta/Model/Promotes.php:95 Fatal error: Call to a member function query() on a non-object in...
  13. quydo

    Convert from vBulletin to Xenforo not show PostID in main forum

    Thank you for your reply, I have just solved this problem :D
  14. quydo

    Convert from vBulletin to Xenforo not show PostID in main forum

    Hi everybody! I have just converted my VBB forum to Xenforo. Perhap all things are good, but only problem that I encouted: not show PostID in main forum. Example: http://domain/xf/index.php?posts/0/ All last post in main forum will have only above result Can you help me solve this...
  15. quydo

    Implemented Splitting results in Moderation Queue page

    same problem, can you help me :(
Top Bottom