Install Joomla 4 on Sub-Domain from Softaculous
To install scripts and execute
500 ERROR
From my Hosting Administrators
Thank you for your patience.
Our operations team checked the issue in detail and they have found that the problem was caused by duplicate entries of variables in the configuration file. It looks like the problem is due to a bug in Joomla and hope they will fix it in the future updates.
The Joomla installation at https://wiki.domainname.com/ is now working fine after commenting out the following duplicate entries.
============
JConfig::$caching on line 45 and 65.
JConfig::$cachetime on line 47 and 66.
JConfig::$gzip on line 30 and 67.
==========
Labels |
Added:
No Code Attached Yet
|
Title |
|
anyway we should try to collaborate with them isn't it ?
Thanks for the heads up that it's a Softaculous issue. Here in-lies the problem. The folks who loaded Joomla through Softaculous are going to want to UPGRADE (Which is how my issues all started) and they are going to get that 500 Error, it's a flood coming your way just so ya know
I have the ceo contact details if a maintainer wants them
would be nice to get in touch with them ... to sort this out...never used it personaly, but i've already heard that some people doing so..
...ops i'm not a mantainer ....
some github synch glitch again
CEO's are not going to be interested in the slightest.
Punit Varia, Script Packaging Head is more likely to be interested, its his responsibility to package Joomla for softaculous
There is a Forum Board for Bugs at Softaculous.com I submitted it there and hope they fix it. Looks like they frequent their Forum
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-08-27 02:39:40 |
Closed_By | ⇒ | jwaisner |
Closed_Date | 2021-08-27 02:39:40 | ⇒ | 2021-08-27 02:39:41 |
Closed_By | jwaisner | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @jwaisner by The JTracker Application at issues.joomla.org/joomla-cms/35371
Thank you @infoJson7 for reporting this. This has been identified as not an issue with Joomla but with Softaculous. Sounds like you have already reached out to their support. I will be closing this.
Hi,
Thank you for reporting the issue.
While we are unable to replicate the issue on our servers, if we can get access to a test account on one of the servers from the reporters I would like to personally look into it and get it resolved.
You can send the login details with a support ticket with a link to this thread :
https://softaculous.deskuss.com/
Mention @ Brijesh in the ticket and I shall check it asap.
Regards,
Brijesh Kothari
President - Softaculous
CEO's are not going to be interested in the slightest.
thankfully you're wrong and we got the president instead ;)
In order to narrow down if the issue is with just one hosting provider or more, may I ask which hosting provider are you guys using ?
We are using A2Hosting. I have also submitted a ticket at https://www.softaculous.com/board/index.php?tid=17911 and Punit is working on it. I submitted a ticket to https://softaculous.deskuss.com/ with @ Brijesh and @ Punit in it with Logins for Cpanel
@infoJson7 Thank you for sharing the login details over support ticket.
We were able to identity the exact cause of the issue.
The issue is due to customization done by A2 Hosting after the installation process is completed by Softaculous using the hooks available.
Joomla changed their syntax of storing integer and boolean values in configuration.php
Example :
Joomla 3 : public $caching = '0';
Joomla 4 : public $caching = 0;
Joomla 3 : public $gzip = '0';
Joomla 4 : public $gzip = false;
So previously Joomla didn't use boolean and saved just 0 and 1 and the integers were saved with a single quote wrapped around it.
@brianteeman can you confirm this ?
Due to this the A2 Hosting system failed to detect that the variable already exists and added the variables at the end of the file causing the issue reported in this thread.
We have notified the A2 Hosting team and we are confident they will be fixing this asap.
Regards,
Brijesh Kothari
So previously Joomla didn't use boolean and saved just 0 and 1 and the integers were saved with a single quote wrapped around it.
@brianteeman can you confirm this ?
Basically yes. The relevant file is https://github.com/joomla/joomla-cms/blob/4.0-dev/installation/src/Model/ConfigurationModel.php and the relevant pull request where the changes were made is #17082
So previously Joomla didn't use boolean and saved just 0 and 1 and the integers were saved with a single quote wrapped around it.
@brianteeman can you confirm this ?Basically yes. The relevant file is https://github.com/joomla/joomla-cms/blob/4.0-dev/installation/src/Model/ConfigurationModel.php and the relevant pull request where the changes were made is #17082
Thanks!
Thanks for all the HELP...you guys are all TOP NOTCH people. You probably hear mostly BS and complaints all day, so I want to let you know, you guys went ABOVE AND BEYOND and for FREE and it turned out it was a bunch of people who do the hosting that I PAY FOR...and go no results and the guys who do it for FREE came out on TOP. Again top notch each and everyone of you
PS Phil E Taylor didn't realize who you were, but I knew that name sounded familiar you looked familiar....I used to buy your extensions back in the day with Blue Flame Digital Solutions....didn't realize you code with the project....Good Man ALWAYS on top of things paid and free
Thanks for all the HELP...you guys are all TOP NOTCH people. You probably hear mostly BS and complaints all day, so I want to let you know, you guys went ABOVE AND BEYOND and for FREE and it turned out it was a bunch of people who do the hosting that I PAY FOR...and go no results and the guys who do it for FREE came out on TOP. Again top notch each and everyone of you
? ? ? PS Phil E Taylor didn't realize who you were, but I knew that name sounded familiar you looked familiar....I used to buy your extensions back in the day with Blue Flame Digital Solutions....didn't realize you code with the project....Good Man ALWAYS on top of things paid and free
?
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35371.
Thank you for the kind words :)
I have heard many reports of Softaculous breaking Joomla 4 installs - not Joomla issue :-)
Sent from my iPhone