0
Welcome Guest! Login
0 items Join Now

rokminievents3 permission problem

  • rokminievents3 permission problem

    Posted 10 years 4 months ago
    • I am getting this error when trying to display rokminievents3

      Warning: mkdir(): Permission denied in /home/liquid/public_html/modules/mod_rokminievents3/lib/RokMiniEvents3/Source/google/api-php-client/src/Google/Cache/File.php on line 102
      Could not create storage directory: /tmp/Google_Client/57

      I have checked to make sure all of the tmp directories have 755 permissions. I also manually created the Google_Client/57 directory in each tmp directory I found.
      Any idea what I'm missing?
      Thanks
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: rokminievents3 permission problem

    Posted 10 years 4 months ago
    • The ../modules/mod_rokminievents3/ajax.php has to be accessed from outside the site to work so it can't be protected by .htaccess. You would have to make sure the file had an exclusion for ajax.php
  • Re: rokminievents3 permission problem

    Posted 10 years 4 months ago
    • Dan,
      Thanks for your reply. Can you give me an example of what the code needs to look like to unblock that file in .htaccess? I added an htaccess file to that directory and put these lines in it

      Allow From All
      Satisfy Any

      I'm still getting the error.
      Thanks,
      Jesse
    • Last Edit: 10 years 4 months ago by fourfather. Reason: New info
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: rokminievents3 permission problem

    Posted 10 years 4 months ago
    • fourfather wrote:
      Dan,
      Thanks for your reply. Can you give me an example of what the code needs to look like to unblock that file in .htaccess? I added an htaccess file to that directory and put these lines in it

      Allow From All
      Satisfy Any

      I'm still getting the error.
      Thanks,
      Jesse

      No you don't want that. I'm not great at htaccess but a little Googling found me this which should do the trick:
      RewriteCond %{REQUEST_URI} !^/modules/mod_rokminievents3\.php

Time to create page: 0.060 seconds