Magento install - page not redirecting properly - php

I've been at this for days now with zero luck. I've tried to install Magento 2.4.3 on my local system (Ubuntu 20) but every time after composer install is done if I were to open the site I get a "The page isn’t redirecting properly" error.
Developer tools shows up nothing and I've done everything to try and isolate what is causing this with no luck. How do I get this sorted?

Related

CraftCMS - ERR_EMPTY_RESPONSE When clicking "Settings" menu item

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

Wordpress Plugins Not Installing (Ubuntu, Ssh2)

I'm running an ubuntu server with apache, and I have wordpress all installed. We're trying to get the themes and plugins available for install through the wp-admin console. So I used this guide to implement SSH2 instead of FTP.
https://www.digitalocean.com/community/tutorials/how-to-configure-secure-updates-and-installations-in-wordpress-on-ubuntu
So everything finally works for installing themes. I'm assuming when I'm uploading the zip and that's getting installed that it's correctly using the ssh settings.
However, when trying to install a plugin I'm redirected to :
http://ServerIpAddress/wp-admin/themes.php?page=tgmpa-install-plugins
That just gives me a "No data received" Chrome Page.
So the guide had me mess around with a bunch of permissions, but this almost seems kind of far removed from the ssh. The ssh is working for themes. It's not spitting out the same errors it used to when ssh wasn't implemented properly. So I figure this is something new. Has anyone seen this

Magento Homepage Showing but other pages 500 Internal Server Error

I tried installing an extension, and it said some core files where it wanted to install along where upgraded. I'm thinking it downgraded them so I upgraded again. I cleared the magento cache and now I'm getting a 500 error on every other page except the homepage.
Need help here. Any help is appreciated.
Using magento 1.9.
This is more a comment, but for readability I post it as answer:
Release Date is 2013-08-09, so it is max. compatible with 1.7, but a comment on
http://www.magentocommerce.com/magento-connect/e-reactor-slider.html
says that it also broke 1.7.0.2.
See installed files:
http://connect20.magentocommerce.com/community/Ereactor_Slider/1.0.0/package.xml
Download-Link:
http://connect20.magentocommerce.com/community/Ereactor_Slider/1.0.0/Ereactor_Slider-1.0.0.tgz
Releases (first and only release):
http://connect20.magentocommerce.com/community/Ereactor_Slider/releases.xml
So you could try to deactivate it in app/etc/modules/Ereactor_Slider.xml:
<active>false</active>
If that brings no success try to uninstall it and clear all caches again.
The developer is a company and has a shop for the extension with a contact form:
http://shop.e-reactor.dk/contacts/
Maybe they can help?
Good luck

M2E PRO - Blank Website after installing

I have tried to install M2E Pro to my magento website and it makes the full website blank and until I uninstall it.
I contacted M2E Pro and they said they tried to login and said they could not login to my Magento Connect - they got a 404 error.
What would cause this and how can i fix it?

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