Errors in the new version 3.2.0 (updated)

Phoca Download - download manager
User avatar
Kostelano
Phoca Member
Phoca Member
Posts: 45
Joined: 23 May 2019, 20:47

Errors in the new version 3.2.0 (updated)

Post by Kostelano »

Hello!
I started to get acquainted with the new version of the component (3.2.0) and found that in the filter (EVERYWHERE, on each page) where you need to use the DIRECTION header, something else is used:

Image

In the Russian version (and probably in other languages too) the name is too long, because Joomla constant is used.

Image

It is probably best to use a language constant:

Code: Select all

JGLOBAL_ORDER_DIRECTION_LABEL="Direction"
(site/administrator/language/en-GB/en-GB.ini)

-----------------------------------------------------

I will add error messages to this topic.

Tags:
User avatar
Kostelano
Phoca Member
Phoca Member
Posts: 45
Joined: 23 May 2019, 20:47

Re: Errors in the new version 3.2.0 (updated)

Post by Kostelano »

The list of files has a field for limiting the number of files on one page.

The problem is that in the field there is NO option in 200 and 500 elements. BUT these values are in the general settings (configuration) of Joomla.

It turns out that when you select a value, for example, 200 in the general settings of the site, only 5 elements are displayed on the file list page. Those. quantity is broken.

Image

If you set the value to 100 in the settings (it is available in your component too), then everything is displayed well and there is no problem.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Errors in the new version 3.2.0 (updated)

Post by Jan »

Hi, thank you for the info, I will take a look at it but I don't exactly understand the first post?

Jan
If you find Phoca extensions useful, please support the project
User avatar
Kostelano
Phoca Member
Phoca Member
Posts: 45
Joined: 23 May 2019, 20:47

Re: Errors in the new version 3.2.0 (updated)

Post by Kostelano »

Jan wrote: 17 Apr 2020, 23:06 Hi, thank you for the info, I will take a look at it but I don't exactly understand the first post?
The constant is used in the SORT DIRECTIONS selection field:

Code: Select all

JFIELD_ORDERING_DESC="Select the ordering."
But this is not ORDERING, but DIRECTION OF ORDER and it is better to use a constant:

Code: Select all

JGLOBAL_ORDER_DIRECTION_LABEL="Direction"
---------------------------------------------------------------------

Other.
When you select ANY value (except Database) in the Display Date Type parameter field, on the frontend we get a warning:

Image

Joomla 3.9.16
PHP 7.3.2
Phoca Download 3.2.0
User avatar
Kostelano
Phoca Member
Phoca Member
Posts: 45
Joined: 23 May 2019, 20:47

Re: Errors in the new version 3.2.0 (updated)

Post by Kostelano »

Phoca Download Control Panel --> Logging: there is no reaction when you click on a link (page).

Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Errors in the new version 3.2.0 (updated)

Post by Jan »

Hi, thank you very much for all the information. I will take a look at them.

Jan
If you find Phoca extensions useful, please support the project
User avatar
Kostelano
Phoca Member
Phoca Member
Posts: 45
Joined: 23 May 2019, 20:47

Re: Errors in the new version 3.2.0 (updated)

Post by Kostelano »

Good afternoon! I will add here (in my topic), since there is already a note.

Action Log
There is a suggestion / wish: implement the plugin by analogy "Action Log - Joomla".

I noticed that recently more and more extensions add a similar plug-in to their packages. And I agree with them.

Now tracking the actions in component Phoca Download is not possible. Everything looks something like this:

Image

We need at least lines for basic actions: created / edited / deleted ...

Please consider this possibility in the future. THANK!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Errors in the new version 3.2.0 (updated)

Post by Jan »

Hi, added to feature reqest list.

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Errors in the new version 3.2.0 (updated)

Post by Jan »

Hi, should be Ok in version 3.2.1:

- undefined costant DATE_FORMAT_LC3
- links in logs
- 200,500 in pagination
- filtereing completely changed in admin

https://www.phoca.cz/news/1098-phoca-do ... 1-released

Jan
If you find Phoca extensions useful, please support the project
Post Reply