Unknow UCP->Tabs & Error

Support für Extensions für phpBB 3.2.x von Entwickler OXPUS
xaviermbcn
Beiträge: 29
Registriert: Mi 8. Apr 2020, 14:41

Unknow UCP->Tabs & Error

Beitrag von xaviermbcn »

Hi,

this morning, in v8.0.8 and now in v8.0.9 I discover 3 strange tabs that produced an error....

Bild

this is the error for the 3 tabs...
Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "oxpus.dlext.favorite_controller". in /home/ctms1/public_html/forum/vendor/symfony/dependency-injection/ContainerBuilder.php:805 Stack trace: #0 /home/ctms1/public_html/forum/vendor/symfony/dependency-injection/ContainerBuilder.php(451): Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition('oxpus.dlext.fav...') #1 /home/ctms1/public_html/forum/ext/oxpus/dlext/ucp/main_module.php(43): Symfony\Component\DependencyInjection\ContainerBuilder->get('oxpus.dlext.fav...') #2 /home/ctms1/public_html/forum/includes/functions_module.php(676): oxpus\dlext\ucp\main_module->main('\\oxpus\\dlext\\uc...', 'favorite') #3 /home/ctms1/public_html/forum/ucp.php(394): p_master->load_active() #4 {main} thrown in /home/ctms1/public_html/forum/vendor/symfony/dependency-injection/ContainerBuilder.php on line 805
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Unknow UCP->Tabs & Error

Beitrag von oxpus »

Please delete this modules in the ACP or move them to the download tab in the UCP, if they will be missed there.

Again malfunction settings from your first none errorfree installation.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
xaviermbcn
Beiträge: 29
Registriert: Mi 8. Apr 2020, 14:41

Re: Unknow UCP->Tabs & Error

Beitrag von xaviermbcn »

Hello,

I'm sorry but this time I'm not understand whats I should do...

This is my ACP

Bild

This is my UCP

Bild

and this my UCP->Download extension

Bild

regards,

Xavier
Zuletzt geändert von xaviermbcn am Di 14. Apr 2020, 12:28, insgesamt 1-mal geändert.
xaviermbcn
Beiträge: 29
Registriert: Mi 8. Apr 2020, 14:41

Re: Unknow UCP->Tabs & Error

Beitrag von xaviermbcn »

I'm not sure if this is due to the same problem. But after I upload a file I obtain this message.

Bild


I verify and the file "downloads_new_notify.txt" exist in "language/en/email" (or fr, es,
Subject: New Download

Hello {USERNAME},

You have received this email because there is a new download on {SITENAME} in the category {CATEGORY}:

---------------------------
{DOWNLOAD}
{DESCRIPTION}
---------------------------

If you want to take a look on this download click the following link:

{U_CATEGORY}

Remember that you can always choose not to be notified about new or edited downloads by changing the appropriate setting in your download profile.

{BOARD_EMAIL}
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Unknow UCP->Tabs & Error

Beitrag von oxpus »

The three tabs in the UCP which will not work are installed by your first try to install the extension.
So you should delete all 3 UCP modules and the category from the download extension.
Check after this if the wrong UCP modules are gone and then add them manually.

For the missing template file: I'm not sure about the reason of this message, because the message reason is empty
(looked into: )
At first: Have you already deleted the forum cache?
And have you checked the permissions of this file?
If you have uploaded the extension files via ftp client the permissions should be correct.
But I'm not sure why your forum is unable to find this file...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
xaviermbcn
Beiträge: 29
Registriert: Mi 8. Apr 2020, 14:41

Re: Unknow UCP->Tabs & Error

Beitrag von xaviermbcn »

. I deleted all 3 UCP modules and the category from the download extension.
. I Purge the cache.

But the 3 wrongs modules continuing appearing in the UCP as a tabs and with the error....

Is it a good idea to desintall the extension and reinstall it ? Or is it better I verify any folder before?

Xavier
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Unknow UCP->Tabs & Error

Beitrag von oxpus »

No, you don't need to reinstall the extension.

Please run these sql statements in the database e. g. with phpmyadmin:

Code: Alles auswählen

DELETE FROM phpbb_modules WHERE module_langname = 'DOWNLOADS';
DELETE FROM phpbb_modules WHERE module_langname = 'DL_CONFIG';
DELETE FROM phpbb_modules WHERE module_langname = 'DL_PRIVACY';
DELETE FROM phpbb_modules WHERE module_langname = 'DL_FAVORITE';
After this purge the forum cache and take a look into your UCP.
If there are no errors or unwanted tabs add the UCP modules (under a new created module category "DOWNLOADS") of the download extension manually.
This should enable the UCP modules correctly as coded.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
xaviermbcn
Beiträge: 29
Registriert: Mi 8. Apr 2020, 14:41

Re: Unknow UCP->Tabs & Error

Beitrag von xaviermbcn »

Hi,

"Downloads" row doesn't exit in the table but the others 3 are correctly deleted.
After Purged the cache and created manually the Category and the 3 modules all function fine !

thank you !

Xavier
xaviermbcn
Beiträge: 29
Registriert: Mi 8. Apr 2020, 14:41

Re: Unknow UCP->Tabs & Error

Beitrag von xaviermbcn »

Hi,

Bild
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Unknow UCP->Tabs & Error

Beitrag von oxpus »

?? Does is work now?
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Antworten