mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02486
[Bug 683664] Re: access file ...denied in view ...
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 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
References