News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Recent posts

#41
Bugs! / Re: JDownloads backend menu op...
Last post by Arno - 10.04.2025 12:29:17
Okay.  ;)

But make sure that you use the correct level values and client ID.
#42
General / Re: Error cannot create Catego...
Last post by Arno - 10.04.2025 12:26:19
Hi,
sorry for the late reply.

QuoteClassNotFoundError
in C:\Apache24\htdocs\plugins\content\tabulizercss\tabulizercss.php (line 24)
if(!defined('DS')){define('DS',DIRECTORY_SEPARATOR);}

Your problem has nothing to do with jDownloads.
You use an old plugin which seems not to be compatible with your Joomla release.

Please deaktivate this plugin in Joomla plugin manager and try then again the Downloads Area Check.
#43
General / Re: Search Downloads Limited t...
Last post by Arno - 10.04.2025 12:18:03
Hi,
excuse me for the late reply.

I have changed it now in the next release 4.0.47 to maximal 250.

Normally, only the first results (or result pages) are of interest in a search. Otherwise, the search criteria should be narrowed down or made more precise in order to obtain a good result.
But of course there can also be exceptions and therefore I have now increased the value as desired.
#44
Bugs! / Re: Migration error JDownloads...
Last post by ColinM - 10.04.2025 12:17:01
Arno
Not been solved as still waiting for access to backend
Colin
#45
Bugs! / Re: JDownloads backend menu op...
Last post by ric_17786573 - 10.04.2025 12:13:53
Thank you for your help, lets just say its one of life's mysteries why suddenly database records are disappearing...

I will add the missing records manually, thank you for your help!
#46
Bugs! / Re: JDownloads backend menu op...
Last post by Arno - 10.04.2025 12:09:28
Quote from: ric_17786573 on 10.04.2025 11:36:58I am missing:
COM_JDOWNLOADS
COM_JDOWNLOADS_CUSTOM_FIELD_GROUPS
COM_JDOWNLOADS_CUSTOM_FIELDS
COM_JDOWNLOADS_CUSTOM_LAYOUTS

Okay, so that is the reason. But I have not an idea why this part is missing.

So you have now two options:
1) remove all existing jDownloads menu items in the table and try then to create it new with an update installation (but not sure that this will be new created by an simple update procedure)
2) add the missing menu items manually - for this you need basicly knowledge in phpmyadmin and database handling

When you have only a few Downloads with no specially access settings, you could use the jD Backup tool, remove afterwards jDownloads complete and reinstall it new with finally an backup restore process.

But I could also try to add the missing datasets for you?
But no matter what you choose, it is important to make a complete data backup beforehand!!!
#47
Bugs! / Re: JDownloads backend menu op...
Last post by ric_17786573 - 10.04.2025 11:36:58
I am missing:
COM_JDOWNLOADS
COM_JDOWNLOADS_CUSTOM_FIELD_GROUPS
COM_JDOWNLOADS_CUSTOM_FIELDS
COM_JDOWNLOADS_CUSTOM_LAYOUTS

#48
Bugs! / Re: Fehler bei der Darstellung...
Last post by Arno - 10.04.2025 11:23:27
Moin Ulrich,
Ich werde dieses Problem heute prüfen und eine Lösung erstellen.

Könntest du mir noch einen Link zum Problem via PM schicken?
#49
Bugs! / Re: JDownloads backend menu op...
Last post by Arno - 10.04.2025 11:20:06
Could you check whether the records listed below exist in the _menu table and are published? Siehe Pics.

You can use this query:
SELECT * FROM `u333_menu` WHERE `title` LIKE '%COM_JDOWNLOADS%' AND `client_id` = 1
However, you must replace the table prefix (in my example u333) with the character string used in your database.
#50
Bugs! / Re: JDownloads backend menu op...
Last post by Arno - 10.04.2025 11:03:19
Okay, I understand.

I have some Joomla 5 installations updated in the last days but never see a problem like yours.
So it seems not to be a bug which compromised all users.

But I will try to find it out.