0
Welcome Guest! Login
0 items Join Now

Installed the free RokMiniEvents 3.0.2, failed on creating new module

    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Installed the free RokMiniEvents 3.0.2, failed on creating new module

    Posted 8 years 8 months ago
    • mdivk wrote:
      Hello Dan,

      I hope you are not on your vacation, can you please take a look at my site as all the info you requested are in place now.

      Thank you very much.

      I have and your PHP version is too old. Can you get your hoster to upgrade you to at least PHP 5.4.x
    • mdivk's Avatar
    • mdivk
    • Hero Rocketeer
    • Posts: 277
    • Thanks: 1

    Re: Installed the free RokMiniEvents 3.0.2, failed on creating new module

    Posted 8 years 8 months ago
    • Thank you Dan,

      I've upgraded the php version to 5.4 for the uat site, however, as you can see it, the site throws 3 error messages now:

      Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in /home3/foundba8/public_html/uat/libraries/joomla/html/parameter.php on line 512

      Strict Standards: mktime(): You should be using the time() function instead in /home3/foundba8/public_html/uat/plugins/system/vvisit_counter/vvisit_counter.php on line 32

      Strict Standards: Only variables should be assigned by reference in /home3/foundba8/public_html/uat/plugins/system/vvisit_counter/helper/vvisit_counter.php on line 28

      Can you help sort it out while fix the RokMiniEvents issue?

      Thank you very much for your kind help.
    • Last Edit: 8 years 8 months ago by mdivk.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Installed the free RokMiniEvents 3.0.2, failed on creating new module

    Posted 8 years 8 months ago
    • mdivk wrote:
      Thank you Dan,

      I've upgraded the php version to 5.4 for the uat site, however, as you can see it, the site throws 3 error messages now:

      Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with JRegistry::loadSetupFile() in /home3/foundba8/public_html/uat/libraries/joomla/html/parameter.php on line 512

      Strict Standards: mktime(): You should be using the time() function instead in /home3/foundba8/public_html/uat/plugins/system/vvisit_counter/vvisit_counter.php on line 32

      Strict Standards: Only variables should be assigned by reference in /home3/foundba8/public_html/uat/plugins/system/vvisit_counter/helper/vvisit_counter.php on line 28

      Can you help sort it out while fix the RokMiniEvents issue?

      Thank you very much for your kind help.

      The errors are really only notices andits only Joomla complaining that the php files aren't coded the best for use with PHP 5.4. This is bacause your still using a J25 template. So I've set your Global Configuration -> Server -> Error reproting to NONE to kill the display of the notices.

      You REALLY should now update the template to J3.4.3 as Joomla no longer supports J25.

      I created a RokMiniEvents module with no issues.
    • mdivk's Avatar
    • mdivk
    • Hero Rocketeer
    • Posts: 277
    • Thanks: 1

    Re: Installed the free RokMiniEvents 3.0.2, failed on creating new module

    Posted 8 years 8 months ago
    • Thank you very much Dan,

      As I need to do the same thing on the primary domain once it is working in UAT, may I confirm with you that all you did is the following?
      I've set your Global Configuration -> Server -> Error reproting to NONE

      Thanks.
    • mdivk's Avatar
    • mdivk
    • Hero Rocketeer
    • Posts: 277
    • Thanks: 1

    Re: Installed the free RokMiniEvents 3.0.2, failed on creating new module

    Posted 8 years 8 months ago
    • Thank you Dan,

      I've followed the instruction and am able to create a new RokMiniEvent module, but it doesn't show up the event associated in the google calendar and instead it still prompts error:
      The P12 key has not been found at the location specified.

      I have already uploaded the P12 file to the newly created folder: /public_html/uat/media/mod_rokminievents


      This image is hidden for guests.
      Please log in or register to see it.


      Can you sort it out? Thank you again for your patience.
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Installed the free RokMiniEvents 3.0.2, failed on creating new module

    Posted 8 years 7 months ago
    • hi,

      i just checked your site and the api key location had been filled in incorrectly.

      you had it set to:
      media/mod_rokminievents/API.p12

      which is the default and you did not change API.p12 to the actual name of the key.

      i changed that for you and now it's actually trying to call the events on the frontend but it's failing with this error:

      i suggest you double check your calendar setup again. is it not allowed to share events?
    • Kat05 / QA Lead & Support / Germany
    • mdivk's Avatar
    • mdivk
    • Hero Rocketeer
    • Posts: 277
    • Thanks: 1

    Re: Installed the free RokMiniEvents 3.0.2, failed on creating new module

    Posted 8 years 7 months ago
    • Thank you Kat,

      I don't think it is related to the sharing of calendar.

      Yes the calendar was NOT shared, however, even after I shared it now, the error message remains there with no any change.

      And I added an event for tomorrow.

      The error message seems to suggest there is no event:

      Error calling GET www.googleapis.com/calendar/v3/calendars...-08-04T00%3A00%3A00Z : (404) Not Found

      if you open the link in the GET, you will get:


      {
       "error": {
        "errors": [
         {
          "domain": "usageLimits",
          "reason": "dailyLimitExceededUnreg",
          "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
          "extendedHelp": "https://code.google.com/apis/console"
         }
        ],
        "code": 403,
        "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
       }
      }
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Installed the free RokMiniEvents 3.0.2, failed on creating new module

    Posted 8 years 7 months ago
    • hi again,

      well it's right there in the error message you've posted:
        "code": 403,
        "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."

      developers.google.com/maps-engine/documentation/errors
      scroll down a bit to where it talks about that specific error.
    • Kat05 / QA Lead & Support / Germany

Time to create page: 0.053 seconds