ACP Missing

Current Version: 1.0.6
Released: 09.01.10
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.

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

ACP Missing

Post by 6Maverick6 »

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
:ugeek:
User avatar

Marc
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

Post by Marc »

Take a look at your groups Admin permission and click on Advanced Permissions. You should find it in the Miscellaneous Tab.

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

Re: ACP Missing

Post by 6Maverick6 »

Marc wrote:Take a look at your groups Admin permission and click on Advanced Permissions. You should find it in the Miscellaneous Tab.
Thanks for the quick reply mate.
Just double checked it and in the Misc i can't see anything relating to the portal :(

Would it say Portal or ??

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

Re: ACP Missing

Post by 6Maverick6 »

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 :(

lesitedejp.com
Active Member
Posts: 1
Joined: 23. February 2010 11:31

Re: ACP Missing

Post by lesitedejp.com »

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 :

Code: Select all

SELECT role_id FROM phpbb_acl_roles WHERE role_name = 'ROLE_ADMIN_FULL'
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 :

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)
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

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

Re: ACP Missing

Post by 6Maverick6 »

Sounds difficult but i will back up and give it a try.
Thanks for your help mate.

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

Re: ACP Missing

Post by 6Maverick6 »

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')
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 ****

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

Re: ACP Missing

Post by 6Maverick6 »

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.

griff
Active Member
Posts: 1
Joined: 16. March 2010 10:47
phpBB.de User: griff
phpBB.com User: griff

Re: ACP Missing

Post by griff »

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

tropicalsuns
Active Member
Posts: 10
Joined: 1. January 2009 19:40

Re: ACP Missing

Post by tropicalsuns »

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.

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

Re: ACP Missing

Post by 6Maverick6 »

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.
Yeeah i have tried that but there is nothing there relating to the portal.

tropicalsuns
Active Member
Posts: 10
Joined: 1. January 2009 19:40

Re: ACP Missing

Post by tropicalsuns »

I was able to rebuild all of the ACP modules manually

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

Re: ACP Missing

Post by 6Maverick6 »

tropicalsuns wrote:I was able to rebuild all of the ACP modules manually
Do you mean other than going into the permission part and adding it or ?

tropicalsuns
Active Member
Posts: 10
Joined: 1. January 2009 19:40

Re: ACP Missing

Post by tropicalsuns »

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.

Topic author
6Maverick6
Active Member
Posts: 11
Joined: 9. February 2010 22:24
phpBB.com User: 6Maverick6
Location: Dubbo, Australia
Contact:

Re: ACP Missing

Post by 6Maverick6 »

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.**
Locked

Return to “board3 Portal 1.0.x - English Support”