Problem with opening extenstions

Get help with installation and running phpBB 3.1.x here. Please do not post bug reports, feature requests, or extension related questions here.
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: phpBB 3.1.x is at its End of Life stage and support will NOT be provided after July 1st, 2018.
Locked
nadalbg
Registered User
Posts: 273
Joined: Wed Jul 16, 2008 12:58 pm
Contact:

Problem with opening extenstions

Post by nadalbg »

I updated my board to 3.1 but I have problem with opening extenstions tab in the administration panel. I get this error:
I had a lot of mods before, but I just installed with fresh files(yes I kept my config.php and the images, files and store), updating my database only. This is the only problem I have, I guess I need to open the extentions tab to install some and I need it.

Code: Select all

Cannot find module ./../includes/acp/acp_altt.php

BACKTRACE


FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/functions_module.php
LINE: 571
CALL: trigger_error()

FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
User avatar
John P
Registered User
Posts: 1237
Joined: Mon Jan 21, 2008 3:55 pm
Location: Netherlands
Name: John
Contact:

Re: Problem with opening extenstions

Post by John P »

Did you delete the modules in ACP?
Image
Webhosting, Custom MODs, Technical management, MOD installation and Webdesign
User avatar
Oyabun1
Former Team Member
Posts: 23162
Joined: Sun May 17, 2009 1:05 pm
Location: Australia
Name: Bill

Re: Problem with opening extenstions

Post by Oyabun1 »

nadalbg wrote:I guess I need to open the extentions tab to install some and I need it.
MODs for 3.0.x cannot be installed as extensions. If you need the MODs you should not upgrade the board until they have been converted to extensions.
                      Support Request Template
3.0.x: Knowledge Base Styles Support MOD Requests
3.1.x: Knowledge BaseStyles SupportExtension Requests
nadalbg
Registered User
Posts: 273
Joined: Wed Jul 16, 2008 12:58 pm
Contact:

Re: Problem with opening extenstions

Post by nadalbg »

John P wrote:Did you delete the modules in ACP?
I did delete the modules before the update of the board.
User avatar
John P
Registered User
Posts: 1237
Joined: Mon Jan 21, 2008 3:55 pm
Location: Netherlands
Name: John
Contact:

Re: Problem with opening extenstions

Post by John P »

There is still something left of advanced last topic titles
Image
Webhosting, Custom MODs, Technical management, MOD installation and Webdesign
nadalbg
Registered User
Posts: 273
Joined: Wed Jul 16, 2008 12:58 pm
Contact:

Re: Problem with opening extenstions

Post by nadalbg »

John P wrote:There is still something left of advanced last topic titles
how can I delete it in the MySQL database?
User avatar
janus_zonstraal
Registered User
Posts: 6418
Joined: Sat Aug 30, 2014 1:30 pm

Re: Problem with opening extenstions

Post by janus_zonstraal »

Look here:

Code: Select all

FILE: [ROOT]/includes/functions_module.php
LINE: 571
CALL: trigger_error()
not in the database
Sorry! My English is bat ;) !!!
nadalbg
Registered User
Posts: 273
Joined: Wed Jul 16, 2008 12:58 pm
Contact:

Re: Problem with opening extenstions

Post by nadalbg »

I solved it, I had to remove the menus of the uninstalled mods, now I can open extenstions tab.
cataratacongenita
Registered User
Posts: 1
Joined: Mon Nov 03, 2014 2:05 pm

Re: Problem with opening extenstions

Post by cataratacongenita »

nadalbg wrote:I solved it, I had to remove the menus of the uninstalled mods, now I can open extenstions tab.
How do you do this?
nadalbg
Registered User
Posts: 273
Joined: Wed Jul 16, 2008 12:58 pm
Contact:

Re: Problem with opening extenstions

Post by nadalbg »

cataratacongenita wrote:
nadalbg wrote:I solved it, I had to remove the menus of the uninstalled mods, now I can open extenstions tab.
How do you do this?
system - administration control panel, then disable something you don't want, in my case the old mods menus.
User avatar
viking60
Registered User
Posts: 7
Joined: Tue Oct 08, 2013 4:49 pm

Re: Problem with opening extenstions

Post by viking60 »

I get the same error after having upgraded from 3.0.14 to 3.1

Code: Select all

General Error
Cannot find module ./../includes/acp/acp_altt.php

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/functions_module.php
LINE: 571
CALL: trigger_error()

FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
And I cannot make anything out of this solution. I cannot find anything to delete.

Can I please have some detailed suggestions that might fix this?

I have tried the upgrade three times and everytime this error occurs when I hit the Extention tab in ACP

I used this to upgrade:
https://www.phpbb.com/support/docs/en/3 ... /upgrade3/
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Problem with opening extenstions

Post by Lumpy Burgertushie »

download and unzip and upload to your server and access it in your browser:
https://gist.github.com/3D-I/205fd632d7 ... fa7f2a.zip
this will clear out any old MODs from the database.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
viking60
Registered User
Posts: 7
Joined: Tue Oct 08, 2013 4:49 pm

Re: Problem with opening extenstions

Post by viking60 »

Great! Thanks!

That took care of the extension tab but i cannot see any new extensions that I have put in /ext either.
Anyway great improvement.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Problem with opening extenstions

Post by Lumpy Burgertushie »

not all extensions require settings in the extensions tab so you won't have one until one of the installed extensions needs it.

read the instructions with your extensions and make sure that you have installed them correctly and find out where the settings for that extension are located.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
viking60
Registered User
Posts: 7
Joined: Tue Oct 08, 2013 4:49 pm

Re: Problem with opening extenstions

Post by viking60 »

it is sitelogo so it should turn up there - it does on a fresh install
Locked

Return to “[3.1.x] Support Forum”