ForumPostAssistant / FPA

The Forum Post Assistant (FPA) script has been developed to assist Joomla!® forum posters to be able to post relevant system, instance, PHP and troubleshooting information directly in to a pre-formatted forum post. This will save a few hours of posting back and forth, asking for, and explaining how to acquire useful information in order for other forum users to help troubleshoot a problem.
https://forumpostassistant.github.io/docs/
GNU General Public License v2.0
25 stars 15 forks source link

CMS found #89

Closed frostmakk closed 4 years ago

frostmakk commented 4 years ago

In the old GUI the cms found field looked like image and image

Now it looks like image and image

Does it look a bit forgotten?

sozzled commented 4 years ago

Good work, @frostmakk

Confirmed

fpa_CMSfound

RussW commented 4 years ago

yes, it appears that some work on displaying v4 in the GUI still needs to be done

RussW commented 4 years ago

My error, was looking for the platform version file at the same time as displaying the CMS versioning.

CMS Version info should now be fixed but... it seems the platform version file in J4-beta has changed location and is no-longer being found, am looking in to where it can be found now.

frostmakk commented 4 years ago

Don't think you will find one. Not sure, but was there some talk about platform / framework / merging / not separate / whatever ?

RussW commented 4 years ago

Yes, I believe you are correct, but there must be somewhere that the framework versioning is mentioned, will need to keep working on that particular panel, for the moment, correcting some of my mis-edited code for that panel, it will show "N/A" at the moment because the platform version cannot be found. (maybe should be updated to "Unknown" instead.

sozzled commented 4 years ago

OOohhh ... Be careful about displaying "unknown". It may convey the impression that J! 4 is unreliable. (Well, sure, J! 4 is unreliable at present but I don't want us to get us off-side with the J! 4 team if the FPA script mentioned that). I anticipate this will prompt Brian calling (again) for the FPA to be axed or, at least, for the J! forum to distance itself from what we're doing.

RussW commented 4 years ago

"Not Found" instead? which is probably a more "accurate" description

As for external 3rd Party opinion of this project, do we care? This project is not associated with Joomla!, carries the required disclaimer and can only be shutdown by Github themselves (for some form of breach) or the project members.

RussW commented 4 years ago

Out of personal interest... is this opinion or "call to axe" statement documented anywhere? I'd be interested know the reasons why FPA is considered to be such evil as to after it so hard...

sozzled commented 4 years ago

Fair enough (and I agree with the overriding sentiment that 3rd-party armchair expert opinion is irrelevant).

I assume, Russ, that you visit the J! forum and read some of these opinions?

We're off-topic. Getting back to the issue: we don't know what we don't know and the J! 4 developers are someone schtum about what's happening in tying J! 4 framework → CMS. But, if FPA v1.5.0 was able to display "in development" (as shown in the image @frostmakk posted), what's changed?

Perhaps a better way of asking the question: Has J! 4 Beta done something or has FPA v1.6 done something? I don't know.

RussW commented 4 years ago

@sozzled only the CMS data was found in the provided image, so I am assuming that the framework data is in error the same as I am seeing on J4

Screen Shot 2020-06-10 at 9 41 01 am

Which also now what we see in FPA 1.6.0

Screen Shot 2020-06-10 at 9 44 33 am

There was a problem FPA, caused by me for the CMS Info, but the Framework info appears to have changed (as frostmark mentioned)

sozzled commented 4 years ago

I'm no closer to understanding. I assume, by inference, that you will look into this and put it on the "todo" list.

RussW commented 4 years ago

It is on the TODO List : This Issue in particular.

The issue in brief;

sozzled commented 4 years ago

Fair enough. Probably needs "someone" to ask the J! 4 devs to help out. Don't ask me: I'm just paddling in the J! 4 pond at the matter and not getting my feet too wet. I'm already in the gun for expressing my opinions about J! 4. Just ask Brian who thinks that my commentary is "unhelpful" or insulting all the "hard work" that the J! dev team has been doing. :laughing:

sozzled commented 4 years ago

Nice work fpa_CMSfound

frostmakk commented 4 years ago

Yes. Working fine now. Regarding the other matter with the platform file: If the framework is now merged into J4, then there is no separate platform, hence N/A is perfectly valid. Will close this when you on the flip side has woken again. 😄

sozzled commented 4 years ago

I think I have the answer: it's not that the framework was merged into the platform, it's the other way around; the platform has been merged into the framework. The final J! platform was 13.1 and that looks to be where the "platform" side of things ceased to exist.

Perhaps, because it appears that "platform" has been made obsolete, there's no need to check for it?

RussW commented 4 years ago

Well researched, thanks @frostmakk - Shall we leave it as "N/A" for J4 at the moment and we can decide how to handle that particular panel going forward at a later date?

sozzled commented 4 years ago

Fair enough for the present. As I wrote (as a consequence of doing some background research), it looks like "platform" is a thing of the past. Will leave it to you. Cheers.

RussW commented 4 years ago

Yes, it (plarform) is removed in J4, but still present in J3, so it's handy to generally leave it as it is at the moment (although it has never been a hugely useful piece of information in troubleshooting), and as J4 becomes more common place see if there is some more relevant or useful to replace the older platform information with, seeing as it appears to be "composer" based, maybe the versioning of that, to be sure if that is updated it is at an appropriate version for the J4 release. But for now, we are just showing "N/A" as @frostmakk suggested as this is not only accurate but appropriate in this case.