CraftCMS - ERR_EMPTY_RESPONSE When clicking "Settings" menu item - php

Description
Hey guys, Just trying setup Craft CMS for the first time and it all seems to work fine but when I click "Settings" in the admin panel I get the error:
localhost didn’t send any data.
ERR_EMPTY_RESPONSE
I've increased memory limit and execution time, after a lot of Googling around. But it didn't help. Sometimes I can click into the Settings page but then If I hit refresh it shows the ERR_EMPTY_RESPONSE error again. Would love to know if anyone else had had/fixed this before? Thanks
Steps to reproduce
Install and set up fresh install from composer using MAMP on local machine.
Click "Settings" item in admin menu
Additional info
Craft version: Craft Solo 3.4.5
PHP version: 7.4.1
Database driver & version: MySQL 5.7.26
Plugins & versions: None

Try upgrading MAMP to version 5.7

Related

Getting Page loading error after successful Plugin installation in Moodle

I have installed Moodle 3.7.1 with XAMPP. The installation had been successful and problem-free. I followed the below video for installation:
https://www.youtube.com/watch?v=Ov2dGoOBmSI&t=436s
Now my main objective is moodle plugin development. Since I am relatively new to this I was exploring plugins and trying to build a simple one first.
But whenever I am trying to install plugin (my own or from Moodle directory) I receive the SUCCESS message but then get 'Page Loading Error' and thereafter I am not able to go to any page
I found this thread on Moodle forums and have tried most of the solutions they offered.
https://moodle.org/mod/forum/discuss.php?d=355930
I dont wish to work on older XAMPP version
My cache folder under Xampp's moodledata folder is empty and i tried clearing my browser cache and restarting the servers.
But the issue still persists
Any ideas what maybe causing this? I have a feeling that its some kind of configuration issue but I dont know where to look and what to look for.
Thanks for all the help. It took me alot of installation and uninstallations but finally when I downloaded the full Windows installer package--it worked.
I guess it was some kind of deeprooted version conflict between xampp and moodle or some configuration issue.

Magento 2 install setup - blank page

It's my first time with Magento shop. I try to install it on my web server (shared hosting) and got blank page with little grey stripe on the top.
My steps:
Download ZIP file with Magento
upload package on my web serwer via FTP
open URL with magento setup
Got blank page (screen below)
I was trying magento 2.3 with PHP 7.2 or Magento 2.2 with PHP 7.1 and also few other configurations. Always the same problem: blank page with grey tripe on the top. Where can be problem? Hosting provider told me that there is no errors, but maybe Magento need something more. Someone told me that Magento need at least 512MB of memory, so I made changes in php.ini file even to 756 and nothing...
No PHP errors. In /var/log/debug.log I have this mesages:
[2019-01-28 23:14:15] main.ERROR: Error: Application is not installed yet. [] []
You have to install Magento either by CLI or webinterface.
follow these official instructions
https://devdocs.magento.com/guides/v2.3/install-gde/install-roadmap_part1.html

Magento Partially Updated. Want to re-update

I have a site with magento version 1.8.1.0. For upgrading, I logged into magento connect and selected Version 1.9.2.2 for Mage_All_Latest and clicked "Commit Changes" button. After some time, the process of upgrading stopped, showing an error of file permission. When I clicked the refresh button, the website was neither going to the magento connect page, nor to the home page. Each request was being redirected to this url: http://siteurl/downloader
I replaced the app folder and some other files with the backups I had. The site was then loading. When I logged into magento connect, It was showing version 1.9.2.2. But the admin footer is still showing 1.8.1.0. I checked the site with http://magereport.com/ but it was showing some security risks which are solved in version 1.9.2.2. So the update was not completely done. I want to update the site again but I find no way to do this. I tried with reinstalling "Mage_All_latest" but it does nothing. Is there a way to do this?
Follow the upgrade guide from Magento: http://devdocs.magento.com/guides/m1x/install/installing_upgrade_details.html or copy the latest version over your current installation (with the disadvantage that removed files in comparison with your version will not be removed).

BuddyPress group creation broken at "Settings" step

BuddyPress version: 1.9.2
Wordpress version: 3.8.1
I have a very angry client at the moment.
The buddy press installation has been functioning flawlessly for a couple of weeks until the last few days.
When creating a new group, at the second step (Settings) the usual options of “Public/Private” etc do not show. When clicking “Next Step” button you get the WordPress error page of “Are you sure you want to do this?”
Have tried disabling all plugins and still not working so I’ve ruled out a plugin issue.
UPDATE:
Going to try move to a fresh server and reinstall piece by piece. Will report back.
I moved the installation to a fresh server and all is good now. I suspect it was something to do with the Varnish config I was running.

Need to refresh Admin page twice to load it correctly in Magento 1.8.10

I am trying to install vanilla magento 1.8.1.0 on a fresh new server, but after installation, on every admin page I go, I have to refresh the page twice to load it correctly.
When I just click on a link, only the header loads (without menubar) and the body is empty. If I refresh the page, it looks correctly. This happens sometimes on the front-end also, but happens always on the admin backend.
I have installed PHP 5.5 with OPCache on nginx on Ubuntu 13.10 server. There are no themes or plugins or any products created yet.
Any Ideas why this is happening?
Thanks,
Navneet
First click on the link -
*****Then I refresh the page to load it correctly *****
The problem was that php5-json module was not installed on the server. With previous version of PHP it was installed by default, but not anymore.
There is a simple fix to it -
apt-get install php5-json
Hope this helps anybody else who ran into same issues while clean installing a server with all latest releases.

Categories