ACP Missing
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
ACP Missing
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://ausfreighters.com
PHP Version: 3.0.6
What have you done before the problem was there?
What have you already tryed to solve the problem?
Tried reinstalling Portal and also tried added the modules manually but they just don't show up.
Description and Message
Hi All
I have installed Portal and it is working fine the only issue is.
When i go into the ACP there is no Mods tab. There is a .MODS tab but it doesn't have any ref to Portal.
I did search on phpbb and was thinking maybe it is a Permission thing but i was unable to see anywhere that would be causing this.
I no this is Noob Question but im just stuck lol
Thanks in Advance all
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://ausfreighters.com
PHP Version: 3.0.6
What have you done before the problem was there?
What have you already tryed to solve the problem?
Tried reinstalling Portal and also tried added the modules manually but they just don't show up.
Description and Message
Hi All
I have installed Portal and it is working fine the only issue is.
When i go into the ACP there is no Mods tab. There is a .MODS tab but it doesn't have any ref to Portal.
I did search on phpbb and was thinking maybe it is a Permission thing but i was unable to see anywhere that would be causing this.
I no this is Noob Question but im just stuck lol
Thanks in Advance all
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: ACP Missing
Take a look at your groups Admin permission and click on Advanced Permissions. You should find it in the Miscellaneous Tab.
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
Re: ACP Missing
Thanks for the quick reply mate.Marc wrote:Take a look at your groups Admin permission and click on Advanced Permissions. You should find it in the Miscellaneous Tab.
Just double checked it and in the Misc i can't see anything relating to the portal
Would it say Portal or ??
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
Re: ACP Missing
Sorry for the double post i u must think im a noob.
well technically i am to portal php yeah still could be noob.
Its just when i go into the permission groups of admin there is nothing there that relates to the Portal
well technically i am to portal php yeah still could be noob.
Its just when i go into the permission groups of admin there is nothing there that relates to the Portal
-
- Active Member
- Posts: 1
- Joined: 23. February 2010 11:31
Re: ACP Missing
I had the same problem.
This is what I did to solve it :
1) check in table 'phpbb_acl_options' you have a row where auth_option = 'a_portal_manage' (remember the associated 'auth_option_id')
2) as we cannot check table 'phpbb_acl_roles' (because of a blob), execute the following request :
remember the result as role_id
3) check in table 'phpbb_acl_roles_data' that you have a row where auth_option_id and role_id are matching previous fetched values and auth_setting = 1
In my case, this raw was missing !
I add it with :
IMPORTANT : don't forget to clean your cache (in admin panel) and logout+re-login from your admin panel...
It worked for me ! After that I can now add the portal related tabs in the system configuration
This is what I did to solve it :
1) check in table 'phpbb_acl_options' you have a row where auth_option = 'a_portal_manage' (remember the associated 'auth_option_id')
2) as we cannot check table 'phpbb_acl_roles' (because of a blob), execute the following request :
Code: Select all
SELECT role_id FROM phpbb_acl_roles WHERE role_name = 'ROLE_ADMIN_FULL'
3) check in table 'phpbb_acl_roles_data' that you have a row where auth_option_id and role_id are matching previous fetched values and auth_setting = 1
In my case, this raw was missing !
I add it with :
Code: Select all
insert into phpbb_acl_roles_data (auth_option_id, role_id, auth_setting ) values (<auth_option_id fetched in 1>, <role_id fetched in 2>, 1)
It worked for me ! After that I can now add the portal related tabs in the system configuration
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
Re: ACP Missing
Sounds difficult but i will back up and give it a try.
Thanks for your help mate.
Thanks for your help mate.
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
Re: ACP Missing
Sorry mate i tried and tried but i can't locate this im guessing it is deep in the tree but i can't locate it im sorry to be this much a pain in the ****lesitedejp.com wrote:I had the same problem.
This is what I did to solve it :
1) check in table 'phpbb_acl_options' you have a row where auth_option = 'a_portal_manage' (remember the associated 'auth_option_id')
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
Re: ACP Missing
ok Sorry all but i must be a real No0b cause i can't seem to find those files can anyone provide me locations for the files.
and maybe a little information
Sorry to be a pain.
and maybe a little information
Sorry to be a pain.
-
- Active Member
- Posts: 1
- Joined: 16. March 2010 10:47
- phpBB.de User: griff
- phpBB.com User: griff
Re: ACP Missing
I thought I was the only one with this problem!
I am also having the same problem. I can see any tabs or any options to edit the portal page.
Does anyone have any other information about this? Sorry to be a pain.
Thanks
I am also having the same problem. I can see any tabs or any options to edit the portal page.
Does anyone have any other information about this? Sorry to be a pain.
Thanks
-
- Active Member
- Posts: 10
- Joined: 1. January 2009 19:40
Re: ACP Missing
I have used this fine mod for years but after the last upgrade I lost my ACP tab.
For the last year I modified it manually as my AC tab disappeared when upgraded.
Today I was able to gain a portion of the ACP by using the acp system maintenance and added the module tab manually.
For the last year I modified it manually as my AC tab disappeared when upgraded.
Today I was able to gain a portion of the ACP by using the acp system maintenance and added the module tab manually.
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
Re: ACP Missing
Yeeah i have tried that but there is nothing there relating to the portal.tropicalsuns wrote: Today I was able to gain a portion of the ACP by using the acp system maintenance and added the module tab manually.
-
- Active Member
- Posts: 10
- Joined: 1. January 2009 19:40
Re: ACP Missing
I was able to rebuild all of the ACP modules manually
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
Re: ACP Missing
Do you mean other than going into the permission part and adding it or ?tropicalsuns wrote:I was able to rebuild all of the ACP modules manually
-
- Active Member
- Posts: 10
- Joined: 1. January 2009 19:40
Re: ACP Missing
Adding it by going into ACP-System-Module management-Administration Control Panel and adding the the modules one by one.
First add as a module and then category and another category to make them appear as a link on the left.
One by one until they are all there purge the cache.
First add as a module and then category and another category to make them appear as a link on the left.
One by one until they are all there purge the cache.
-
Topic author - Active Member
- Posts: 11
- Joined: 9. February 2010 22:24
- phpBB.com User: 6Maverick6
- Location: Dubbo, Australia
- Contact:
Re: ACP Missing
Sorry for bumping an old topic im wondering if it would be worth updating to the new version.
**Edit: Option still open for someone to fix and payment be made. prefer paypal if you do.**
**Edit: Option still open for someone to fix and payment be made. prefer paypal if you do.**