Role permission problem

theimitrovsky
Forums
Hello everyone, I have created custom role that has some certain permissions for courses and other roles. I have set the permissions as i need on my local development page, and it works as it should, but on the server with the same permission settings, it doesn't work perfectly. More specifically, that role needs to see every created course, but not to be able to create one, and i managed to do that on localhost, but on live page, either i can see all courses but also create new, or completely not to be able to see them. Any sugestions what might be wrong? I will note again, the permissions are set identically, module permissions also.
James Aparicio

Hi theimitrovsky,

Hi theimitrovsky,

When you say, see every created course. What do you mean exactly? Have it listed under admin/content?

Is that it?

Best regards

theimitrovsky

Yes, administration >> opigno

Yes, administration >> opigno administration >> content the table should be there with edit actions etc. but create new course i want to be gone. I did that locally, but on server it doesn't show anything, unless i bypass content access control , but then i can add courses..
James Aparicio

Did you do the alteration

Did you do the alteration necessary at admin/structure/types/manage/course/access?

Best regards

theimitrovsky

Well i hadn't but now i did,

Well i hadn't but now i did, as they are with the settings that i know that work on localhost, still nothing :( tanks for the response btw
theimitrovsky

i should also note that i

i should also note that i cant just upload the database on server because there are some uploaded files and created users that cant be erased.
James Aparicio

So, the user can only see the

So, the user can only see the Public and Semi-Public courses, but not the Private courses, is that it?

Best regards

theimitrovsky

Hmmm,

Hmmm, apparently all the courses that are created on the server are private (they are not created by me, instead by client of mine). Does that have anything to do with the problem, and how can be solved? The client was specific that this user must be able to see all courses thanks a lot James