Calendar reoccurring events

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rob Graves
    New Member
    • May 2011
    • 9
    • 4.1.x

    Calendar reoccurring events

    I'm adding reoccurring events on the calendar and they don't reoccur. I have to manually change them. What am I missing?

    Thanks.
    Server Type Linux Users to Moderate
    Web Server Apache (cgi-fcgi) Threads to Moder
    PHP 7.1.4 Posts to Moderate
    PHP Max Post Size 64.00 MB Attachments to Moderate
    PHP Maximum Upload Size 64.00 MB Events to Moderate
    PHP Memory Limit 256.00 MB Number of Queued E-Mails 0
    MySQL Version 5.6.32-78.1
    MySQL Packet Size 16.00 MB
    default style, vbstopforumspam close thread installed

    Original Negril Jamaica Forum Message Board on Negril.com

    Last edited by Rob Graves; Tue 24 Oct '17, 4:26am.
  • Rob Graves
    New Member
    • May 2011
    • 9
    • 4.1.x

    #2
    Thanks for the support...

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24286
      • 6.0.X

      #3
      Please try the following:

      1. To disable the plugin/hook system completely, edit includes/config.php and add the following code:
      Just below
      Code:
      <?php
      enter
      Code:
      define('DISABLE_HOOKS', true);
      2. Now go to AdminCP > Style Manager
      and create a new style with no parent.
      Now browse your forum using this new style.

      Does the problem still occur?
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • Rob Graves
        New Member
        • May 2011
        • 9
        • 4.1.x

        #4
        Yes, the problem reoccurs. This changed nothing.

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24286
          • 6.0.X

          #5
          Could be a bug. I'll need to do some testing to check.
          However, vB4 is no longer being developed, so if it does turn out to be a bug, it is unlikely ever to be fixed.
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          • Rob Graves
            New Member
            • May 2011
            • 9
            • 4.1.x

            #6
            Any clue yet? Can the events be edited in the MySQL?

            Comment

            • BirdOPrey5
              Senior Member
              • Jul 2008
              • 9613
              • 5.6.3

              #7
              I have VB 4.2.5 setup and working and was able to create a simple recurring event that recurs the first of every month using PHP 5.6.x and the 2nd of every month using PHP 7.0.x. I know you are using 7.1.x but I don't have access to that on a VB 4.x site right now.

              I took a screenshot of what my recurring setup looked like - please review it: https://imgur.com/a/2NaM8

              See if you can make the same recurring event.

              The easiest thing to skip might be the time, I'm not sure what would happen without filling in a time since the boxes only have : in them by default.

              Comment

              • Rob Graves
                New Member
                • May 2011
                • 9
                • 4.1.x

                #8
                Joe,

                What happens when you change that event to happen every week? I may be entering the info incorrectly. Could you please post a screenshot of that?

                Thanks man!

                Rob
                Negril.com

                Comment

                • BirdOPrey5
                  Senior Member
                  • Jul 2008
                  • 9613
                  • 5.6.3

                  #9
                  Yes I can do weekly with PHP 7.0 as well- this is what I entered: https://imgur.com/sj0wbq6

                  And the calendar (I did a Monday event test too): https://imgur.com/ECbBgyw

                  Comment

                  • Rob Graves
                    New Member
                    • May 2011
                    • 9
                    • 4.1.x

                    #10
                    Thanks man! Just what I needed!

                    Comment

                    Related Topics

                    Collapse

                    Working...