Information Required ?
avatar leerlemoniii
leerlemoniii
20 Feb 2021

Steps to reproduce the issue

fresh install of the Joomla, go to admin

Expected result

admin site should work and look correctly

Actual result

template is set to look for the isis template on the admin, but that template is not in the zip file.
Either it is expected that the template should be one of the other templates (protostar/beez3/system) and that should be set by the install, or the isis theme should come in the install.

In the very least there should be a warning that you need to install this theme from
https://github.com/asika32764/joomla-bootstrap3-isis-template

at the end of the install process.

System information (as much as possible)

I have run this on multiple systems (windows/linux/mac) using nginx, and mariadb usually. But also on apache mysql

Additional comments

avatar leerlemoniii leerlemoniii - open - 20 Feb 2021
avatar joomla-cms-bot joomla-cms-bot - labeled - 20 Feb 2021
avatar chmst
chmst - comment - 20 Feb 2021

@leerlemoniii the backend template isis is part of the joomla package, no need to donwload or install something extra.
Which error dod you get? Have you tried to clear your browser cache?

Please ask this question in the forum.joomla.org.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32478.

avatar chmst chmst - change - 20 Feb 2021
Labels Added: Information Required
avatar chmst chmst - labeled - 20 Feb 2021
avatar leerlemoniii
leerlemoniii - comment - 20 Feb 2021

the isis template is not in the download .zip package, and it is not in the
git repo as far as I can tell either.
in the browser the error was that the isis directory (and files etc.) could
not be found.

getting the isis files and putting them in the template directory fixed
immediately.
here is an snipp of the unzipped package as I downloaded it. So maybe this
was left out of the build system accidentally, but it is not in the
download from joomla site.
[image: image.png]

On Sat, Feb 20, 2021 at 11:54 AM Christiane Maier-Stadtherr <
notifications@github.com> wrote:

@leerlemoniii https://github.com/leerlemoniii the backend template isis
is part of the joomla package, no need to donwload or install something
extra.
Which error dod you get? Have you tried to clear your browser cache?

Please ask this question in the forum.joomla.org.

This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at
issues.joomla.org/tracker/joomla-cms/32478.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#32478 (comment),
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAMULC32K2Q4NCY2HNENMNDS77ZOPANCNFSM4X6C5O2A
.

avatar leerlemoniii
leerlemoniii - comment - 20 Feb 2021

looking further at this.. the isis is in the admin template directory, but
the system seems to be looking at the main template directory.

On Sat, Feb 20, 2021 at 12:15 PM Lee Lemon leerlemoniii@gmail.com wrote:

the isis template is not in the download .zip package, and it is not in
the git repo as far as I can tell either.
in the browser the error was that the isis directory (and files etc.)
could not be found.

getting the isis files and putting them in the template directory fixed
immediately.
here is an snipp of the unzipped package as I downloaded it. So maybe
this was left out of the build system accidentally, but it is not in the
download from joomla site.
[image: image.png]

On Sat, Feb 20, 2021 at 11:54 AM Christiane Maier-Stadtherr <
notifications@github.com> wrote:

@leerlemoniii https://github.com/leerlemoniii the backend template
isis is part of the joomla package, no need to donwload or install
something extra.
Which error dod you get? Have you tried to clear your browser cache?

Please ask this question in the forum.joomla.org.

This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at
issues.joomla.org/tracker/joomla-cms/32478.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#32478 (comment),
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAMULC32K2Q4NCY2HNENMNDS77ZOPANCNFSM4X6C5O2A
.

avatar leerlemoniii
leerlemoniii - comment - 20 Feb 2021

I again removed my isis template from the main template directory and got
the following errors in the browser
[image: image.png]

On Sat, Feb 20, 2021 at 11:54 AM Christiane Maier-Stadtherr <
notifications@github.com> wrote:

@leerlemoniii https://github.com/leerlemoniii the backend template isis
is part of the joomla package, no need to donwload or install something
extra.
Which error dod you get? Have you tried to clear your browser cache?

Please ask this question in the forum.joomla.org.

This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at
issues.joomla.org/tracker/joomla-cms/32478.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#32478 (comment),
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAMULC32K2Q4NCY2HNENMNDS77ZOPANCNFSM4X6C5O2A
.

avatar chmst
chmst - comment - 20 Feb 2021

The Code of the isis template is here: https://github.com/joomla/joomla-cms/tree/staging/administrator/templates/isis
And it is in every downloaded Joomla package of version 3.

So sorry I don't understand what you are doing. Where did you download your Joomla package? from here https://downloads.joomla.org/?

avatar leerlemoniii
leerlemoniii - comment - 20 Feb 2021

yes I downloaded from https://downloads.joomla.org/

I think the real problem is that for some reason the admin is using the
themes from the path
/templates
when I think the admin should be using them from the path
/administrator/templates
in which case you are correct the isis theme is in that path, but that is
not where it is trying to get the files from.
I will when I have some time try and dig through the code to figure why is.

thanks for the attempts to help anyways :)

On Sat, Feb 20, 2021 at 2:19 PM Christiane Maier-Stadtherr <
notifications@github.com> wrote:

The Code of the isis template is here:
https://github.com/joomla/joomla-cms/tree/staging/administrator/templates/isis
And it is in every downloaded Joomla package of version 3.

So sorry I don't understand what you are doing. Where did you download
yout Joomla package? from here https://downloads.joomla.org/?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#32478 (comment),
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAMULC6NYPSRH5ZFGBQDQR3TAAKLLANCNFSM4X6C5O2A
.

avatar richard67
richard67 - comment - 21 Feb 2021

Did you unpack the zip into an empty folder? Or was there some .htaccess file present? Or is there something else doing strange redirects? There are some extensions available to hide the admin area so it can’t be reached with the normal URL. Maybe something left of such tools? Or maybe a security feature by the provider, also something doing strange redirects?

avatar richard67
richard67 - comment - 21 Feb 2021

I only can guess. Never heard of such a strange error before.

avatar richard67
richard67 - comment - 21 Feb 2021

Next question: The folder where Joomla is unpacked to and then installed, is it the root folder of the domain? Or is it a sub-folder?

avatar brianteeman
brianteeman - comment - 21 Feb 2021

This really should be a question for the forum

avatar richard67 richard67 - change - 21 Feb 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-02-21 09:47:12
Closed_By richard67
avatar richard67
richard67 - comment - 21 Feb 2021

Agree.

@leerlemoniii Please use https://forum.joomla.org/ to get help with your issue. Thanks in advance.

avatar richard67 richard67 - close - 21 Feb 2021

Add a Comment

Login with GitHub to post a comment