[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2011-06-13 Thread François Marier
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Specs :
  Operating System  Linux CentOS
  MySQL-client versie: 5.1.52
  Mahara 1.3.3

  What I do :
  1. Upload file in My Files
  2. make it available in a view
   > OK

  1. Make a folder
  2. make a subfolder
  3. Upload file in subfolder
  4. Make folder available (including subfolder)
  5. Make folder available in view
  6. Click on subfolder with file < no download details, only filename >  
  7. Click on filename
  > 
  
  Access Denied
  You do not have access to view this page

  Artefact 91 not in View 9 
  -

  What I did meanwhile :
  - maharaData = 775 
  - Checked in cpanel  permissions, new artefacs maps are 700 
  - put up Cron job
  -  truncate activity queue table

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/683664/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2011-02-23 Thread François Marier
** Changed in: mahara
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Specs :
  Operating System  Linux CentOS
  MySQL-client versie: 5.1.52
  Mahara 1.3.3

  What I do :
  1. Upload file in My Files
  2. make it available in a view
   > OK

  1. Make a folder
  2. make a subfolder
  3. Upload file in subfolder
  4. Make folder available (including subfolder)
  5. Make folder available in view
  6. Click on subfolder with file < no download details, only filename >  
  7. Click on filename
  > 
  
  Access Denied
  You do not have access to view this page

  Artefact 91 not in View 9 
  -

  What I did meanwhile :
  - maharaData = 775 
  - Checked in cpanel  permissions, new artefacs maps are 700 
  - put up Cron job
  -  truncate activity queue table

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2011-02-16 Thread Lucas Verhelst
Yiha! Thx a lot. I contacted my provider and the thing was : an error in my 
curl-command.:
"curl http://www.wanidea.com/mahara/lib/cron.php >/dev/null 2>&1" was "curl 
http://www.wanidea.com/mahara/lib/cron.php /dev/null 2>&1"  :)). Now it is ok!

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Specs :
  Operating System  Linux CentOS
  MySQL-client versie: 5.1.52
  Mahara 1.3.3

  What I do :
  1. Upload file in My Files
  2. make it available in a view
   > OK

  1. Make a folder
  2. make a subfolder
  3. Upload file in subfolder
  4. Make folder available (including subfolder)
  5. Make folder available in view
  6. Click on subfolder with file < no download details, only filename >  
  7. Click on filename
  > 
  
  Access Denied
  You do not have access to view this page

  Artefact 91 not in View 9 
  -

  What I did meanwhile :
  - maharaData = 775 
  - Checked in cpanel  permissions, new artefacs maps are 700 
  - put up Cron job
  -  truncate activity queue table



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2011-02-15 Thread Richard Mansfield
"I'm convinced it has nothing to do with the cron.  It is just a
limitation of mahara for viewing subfolders."

No, that's not true at all.  When you put a folder into a view, you are
supposed to be able to see all its content and all the contents of its
subfolders, etc.   Provided your cron is running correctly and running
the rebuild_artefact_parent_cache_* functions, and not getting out-of-
memory errors, you will be able to see subfolder content.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Specs :
  Operating System  Linux CentOS
  MySQL-client versie: 5.1.52
  Mahara 1.3.3

  What I do :
  1. Upload file in My Files
  2. make it available in a view
   > OK

  1. Make a folder
  2. make a subfolder
  3. Upload file in subfolder
  4. Make folder available (including subfolder)
  5. Make folder available in view
  6. Click on subfolder with file < no download details, only filename >  
  7. Click on filename
  > 
  
  Access Denied
  You do not have access to view this page

  Artefact 91 not in View 9 
  -

  What I did meanwhile :
  - maharaData = 775 
  - Checked in cpanel  permissions, new artefacs maps are 700 
  - put up Cron job
  -  truncate activity queue table



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2011-02-15 Thread Lucas Verhelst
Hey Richard,

First of all thx for the follow-up of this problem. I'm convinced it has
nothing to do with the cron. It is just a limitation of mahara for
viewing subfolders. When I make a folder accessible in a view, and after
that I create a subfolder and put some files in it, the access to these
files in that subfolder is denied. Even when I delete the folder in the
view en upload a new folder with the subfolder-structure, the "problem"
(read:limitation) remains

Lucas

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Specs :
  Operating System  Linux CentOS
  MySQL-client versie: 5.1.52
  Mahara 1.3.3

  What I do :
  1. Upload file in My Files
  2. make it available in a view
   > OK

  1. Make a folder
  2. make a subfolder
  3. Upload file in subfolder
  4. Make folder available (including subfolder)
  5. Make folder available in view
  6. Click on subfolder with file < no download details, only filename >  
  7. Click on filename
  > 
  
  Access Denied
  You do not have access to view this page

  Artefact 91 not in View 9 
  -

  What I did meanwhile :
  - maharaData = 775 
  - Checked in cpanel  permissions, new artefacs maps are 700 
  - put up Cron job
  -  truncate activity queue table



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2011-02-14 Thread Richard Mansfield
Lucas, can you confirm whether you are getting the same problem as
Jeffrey, or is it something different?  You should be able to tell by
checking your cron log for out-of-memory errors.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Specs :
  Operating System  Linux CentOS
  MySQL-client versie: 5.1.52
  Mahara 1.3.3

  What I do :
  1. Upload file in My Files
  2. make it available in a view
   > OK

  1. Make a folder
  2. make a subfolder
  3. Upload file in subfolder
  4. Make folder available (including subfolder)
  5. Make folder available in view
  6. Click on subfolder with file < no download details, only filename >  
  7. Click on filename
  > 
  
  Access Denied
  You do not have access to view this page

  Artefact 91 not in View 9 
  -

  What I did meanwhile :
  - maharaData = 775 
  - Checked in cpanel  permissions, new artefacs maps are 700 
  - put up Cron job
  -  truncate activity queue table



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2011-01-10 Thread Richard Mansfield
** Changed in: mahara
 Assignee: (unassigned) => Richard Mansfield (richard-mansfield)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Specs :
Operating SystemLinux CentOS
MySQL-client versie: 5.1.52
Mahara 1.3.3

What I do :
1. Upload file in My Files
2. make it available in a view
 > OK

1. Make a folder
2. make a subfolder
3. Upload file in subfolder
4. Make folder available (including subfolder)
5. Make folder available in view
6. Click on subfolder with file < no download details, only filename >  
7. Click on filename
> 

Access Denied
You do not have access to view this page

Artefact 91 not in View 9 
-

What I did meanwhile :
- maharaData = 775 
- Checked in cpanel  permissions, new artefacs maps are 700 
- put up Cron job
-  truncate activity queue table



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2011-01-06 Thread Jeffrey Jones
The triage mentioned above doesn't seem related to my issue, but the
symptoms are the same. (See
http://mahara.org/interaction/forum/topic.php?id=2467 and
http://mahara.org/interaction/forum/topic.php?id=2645#post11611). The
problem is the rebuild_artefact_parent_cache_complete routine needing
more memory than the config cap will allow. We currently have just short
of 3,000 users, and the artifact_parent_cache table is almost 40,000
records (lots of views with directory/subdirectory chains). I actually
haven't tested to see how much memory the routine actually requires, but
it's definitely well over 512 meg, I've currently set PHP to unlimited
memory usage, and, needless to say, I'm scared.(though the "Access
denied" messages are gone).

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Specs :
Operating SystemLinux CentOS
MySQL-client versie: 5.1.52
Mahara 1.3.3

What I do :
1. Upload file in My Files
2. make it available in a view
 > OK

1. Make a folder
2. make a subfolder
3. Upload file in subfolder
4. Make folder available (including subfolder)
5. Make folder available in view
6. Click on subfolder with file < no download details, only filename >  
7. Click on filename
> 

Access Denied
You do not have access to view this page

Artefact 91 not in View 9 
-

What I did meanwhile :
- maharaData = 775 
- Checked in cpanel  permissions, new artefacs maps are 700 
- put up Cron job
-  truncate activity queue table



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 683664] Re: access file ...denied in view ...

2010-12-20 Thread François Marier
** Changed in: mahara
   Status: New => Triaged

** Changed in: mahara
   Importance: Undecided => Medium

** Changed in: mahara
Milestone: None => 1.4.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Specs :
Operating SystemLinux CentOS
MySQL-client versie: 5.1.52
Mahara 1.3.3

What I do :
1. Upload file in My Files
2. make it available in a view
 > OK

1. Make a folder
2. make a subfolder
3. Upload file in subfolder
4. Make folder available (including subfolder)
5. Make folder available in view
6. Click on subfolder with file < no download details, only filename >  
7. Click on filename
> 

Access Denied
You do not have access to view this page

Artefact 91 not in View 9 
-

What I did meanwhile :
- maharaData = 775 
- Checked in cpanel  permissions, new artefacs maps are 700 
- put up Cron job
-  truncate activity queue table



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp