Recent content by Liquor

  1. L

    Remove reports

    Sorry to bring this thread back up, but I would like to continue with another edge case that I would like to resolve. A report was marked rejected, after that the members account was deleted. Now the report page contains only the report info block on the sidebar, how do I claim / remove this...
  2. L

    XF 1.5 Looping trough results provided by a class in a template

    Right.. Just read through the raw source code of template compiler for foreach tag. apparently, my would not work unless my class was in direct implement with the array Assoc, as the compiler uses conversion to for instead of foreach. If I declare say the following...
  3. L

    XF 1.5 Looping trough results provided by a class in a template

    Great, good to know about that one! Now it is crying about my variable stating that it not referenced, The following templates contained errors and were not saved: sidebar_game_server_info: sidebar_game_server_info - Line 17: Invalid variable reference. line 17: <div...
  4. L

    XF 1.5 Looping trough results provided by a class in a template

    Hi, I am extremely new to Xen Foro development process, but from what I have gathered my approach should have worked, can anyone of you point out what mistakes have I hit here? I keep getting errors regarding --> The following templates contained errors and were not saved...
  5. L

    XF 1.5 Setting up crontab to work with XF1.5

    Thanks, Mike, the deferred call seems to be doing the job for now. Later when I have a bit more time I will try to review what can optimise and maybe create a single cron entry point, but this works for now.
  6. L

    XF 1.5 Borders Showing around Editor?

    Hi, the editor is using the IFRAME tag which is the same the youtube uses, the style specifies that the IFRAME tag should be included in your specific styling. A quick fix for this would be, for example - adding a parent class to your style. All of the video containers should have a class...
  7. L

    XF 1.5 Setting up crontab to work with XF1.5

    Hello, I've made a class that I want to have under a scheduled cronjob. I have added a job to the admin panel, when I click run manually I can see the results I expect in the database. I have waited 30 minutes on a cronjob that is sposed to execute on every single minute. I've not seen any...
  8. L

    XF 1.5 Cron setup & cache question

    Omg, ok. Your discourage ip feature works ;) I must have forgotten to remove it after playing with it, as it was the last feature I played with before dealing with the cache. I truly apologise for the wasted time.
  9. L

    XF 1.5 Cron setup & cache question

    I've confirmed that redis works 100% so what am i doing wrong haha
  10. L

    XF 1.5 Cron setup & cache question

    I did flush the redis cache yes. Am I right in thinking that the backend cache stores phrases, listener relations, some content, templates etc.. And the Front end cache storing css&js?
  11. L

    XF 1.5 Cron setup & cache question

    They are installed, but the only redis is in use. As I am trying to find the issue. Once the issue resolved I shall remove one of them. From what I can gather so far, if I have front end cache as Core it has this slowness, if I dont it runs smoothly, however, the login feature does not want to...
  12. L

    XF 1.5 Cron setup & cache question

    Amazon Ec2 t2.medium nginx php7.1-fpm phpinfo: http://www.positivus.net/info.php using redis for backend the admin side of things are skyrocketing .. super fast and fluent.. so far i have confirmed that it the slowness has not been caused by remote sql (RDS), i installed a local copy, same...
  13. L

    XF 1.5 Cron setup & cache question

    Hmm, if I keep refreshing the board index, I might get a blank page from time to time. Kinda confused, no errors, no logs, nothing.
  14. L

    XF 1.5 Cron setup & cache question

    Hi, sorry to bring up such a trivial topic, but I can't find any information regarding this. What is the actual cron request I am setting up for FX? I assume it's an every minute ping, but which file do I target? And regards cache, once enabling cache // $config['cache']['enabled'] = true...
  15. L

    XF 1.5 Resource & Thread tags, how to marry them?

    Scratching my head, in the SQL tags are stored against type resource but the discussion is a thread, so obviously, the thread would not pick up where it is being viewed from. Maybe there's a setting or lib someone can share that displays the resource tags against the thread while it is on the...
Top Bottom