Post Installation - Global Configuration not accessible - Topic is solved

Need help installing Joomla! 5.x? For all Joomla! 5.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Post Reply
mach1pilot
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Feb 05, 2024 2:43 am

Post Installation - Global Configuration not accessible -

Post by mach1pilot » Mon Feb 05, 2024 2:49 am

Hello -

Im new to this board.... have installed Joomla to create a few basic sites in the past.

Just installed 5.0.2 for a new project.... everything seems to be normal except that the Global Configuration page is inaccessible. It shows this error: The error is "cannot decode raw data" (NSURLErrorDomain:-1015).

This one has me stumped.... hoping this is something you experts might recognize as an easy fix. ;)

Thanks in advance

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44127
Joined: Sat Apr 05, 2008 9:58 pm

Re: Post Installation - Global Configuration not accessible -

Post by Webdongle » Mon Feb 05, 2024 3:24 am

Googling the error shows that it is a common error with wpress not Joomla. Wpress appears to have problems with Safari browser and compressed text files.

A suggested fix is add the following to the.htaccess file

Code: Select all

# compress text file responses
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/json
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>
Please post the results of the fpa https://forumpostassistant.github.io/docs/
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

mach1pilot
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Feb 05, 2024 2:43 am

Re: Post Installation - Global Configuration not accessible -

Post by mach1pilot » Mon Feb 05, 2024 2:56 pm

Webdongle - thank you!

mach1pilot
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Feb 05, 2024 2:43 am

Re: Post Installation - Global Configuration not accessible -

Post by mach1pilot » Wed Feb 07, 2024 1:39 am

Well I tried your suggestion for which I greatly appreciate... sadly it did not help.

In trying another browser (Firefox) this is the message:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

Please contact the website owners to inform them of this problem.

I might mention that the first error noted in the first post was using Safari.

Thoughts?

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44127
Joined: Sat Apr 05, 2008 9:58 pm

Re: Post Installation - Global Configuration not accessible -

Post by Webdongle » Wed Feb 07, 2024 2:16 am

https://forumpostassistant.github.io/docs/ please
Also please check Joomla's global config and make sure you do not have compression on
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

mach1pilot
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Feb 05, 2024 2:43 am

Re: Post Installation - Global Configuration not accessible -

Post by mach1pilot » Wed Feb 07, 2024 2:44 am

I'd love to get into the global configuration page but that is the one and only one that is not accessible. Everything else works.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44127
Joined: Sat Apr 05, 2008 9:58 pm

Re: Post Installation - Global Configuration not accessible -

Post by Webdongle » Wed Feb 07, 2024 2:51 am

You can edit the configuration.php
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17481
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Post Installation - Global Configuration not accessible -

Post by toivo » Wed Feb 07, 2024 2:54 am

As requested by @Webdongle, please post the results from the FPA! The configuration report may give us clues what is wrong.

If you get any error messages or have questions about it, please post them here.
Toivo Talikka, Global Moderator

mach1pilot
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Feb 05, 2024 2:43 am

Re: Post Installation - Global Configuration not accessible -

Post by mach1pilot » Wed Feb 07, 2024 3:05 am

Well that helped a lot.

I changed this in configuration.php:

public $gzip = true; Changed the value from False to True. Now I have access to the page. Thank you Webdongle!


Post Reply

Return to “Installation Joomla! 5.x”