Installation issue my urls wont work in Drupal 8 install - drupal

I installed drupal 8 on my localhost. Installation went fine got the db installed correctly but when I try using any links I get this error. Not Found
The requested URL /drupal/admin/content was not found on this server. Also the css is broken. I think I will try a fresh install see if I have same issue.

You have to enable clean URLs. Otherwise you will get the link by http://localhost/drupal/?q=admin/content

Related

The requested URL was not found on this server. Error after installing wordpress

i have installed WordPress on my Ubuntu machine. i have also installed all the required resources like PHP, MariaDB and others.
At first i navigated to the sample site and i even made some few changes. Then after tempering with settings, when i try to go back to my sample site am getting an error.
This is the image error.
I have tried to do everything i could but still getting the same error.
How can i resolve this

Getting critical error when installing Wordpress

My hoster forced me to upgrade my Wordpress site because it was fairly old. I decided to upgrade to PHP 8.1. It caused issues with the website, so I figured I'd rebuild the whole website since it's a simple website. I deleted all the existing files and uploaded the 5.8.2 WordPress install files. Then I changed all the permissions to 0755. I created a fresh database for the install.
At first, the setup would appear. I would go through the install, but when I clicked install after entering all the database info, I got "There has been a critical error on this website." I recreated the .htaccess file to the default and tried again. Now I get this error just hitting the domain, no more setup screens. The site does redirect to the /wp-admin/setup-config.php file. I don't have a wp-config.php file in the directory, just the sample one. I tried creating a wp-config.php with the correct info, but same error. I also tried adding the debug options, increasing PHP memory, etc. Same error. I don't get any error logs.
Does anyone now how to get an error log or can help with ideas on how to create a fresh WordPress site? I did change the PHP versions to older ones, but that didn't work either.
You need to take a backup of your file ,then fallow the fallowing instruction.
Rename your plugin one by one and refresh the website.
this issue due to the unsupported plugin ,that is installed in your wordpress website.
1- Make a backup copy of the files and from the old database
2- After that, download these files on your PC
3- Install WordPress again
4- Replace the wp-content file with the old one
5- Clean the new database and import the old database through phpMyAdmin
I solved that problem installing an older version of Xampp, with previous version of php, MySQL and Apache. I give up version 8.1.1
XAMPP 7.4.27 / PHP 7.4.27
https://www.apachefriends.org/download.html
There was something wrong on the hosting side. The source of the issue was indeed that WordPress could not write to the config file. Even the hoster was unable to delete the files. We ended up deleting the entire root directory and starting from scratch. Now it's all good.
The lesson learned is that one of the sources of the "There has been a critical error on this website." error is that WordPress is unable to write/edit files. It's also why it could not write an error log. WordPress could have been more descriptive here.

Wordpress cannot establish connection to wordpress.org

Hi I am a newbie in WP and I got the following error:
This happens when I tried to update plugins, go to plugin page, update wordpress etc.
Why this is happening?
My php is 7.0.
There can be many reasons for such problems, here are possible cases you can check:
Are you running in Localhost environment? Sometimes, when WordPress is not able to connect to wordpress.org server. It can show errors.
Some plugin/themes in your site in not compatible with php7, make sure all your plugins are compatible.
You can try disabling all plugins and switching to the default theme to see if the problem still persists.
Downgrade to lower PHP version ( PHP 5.6 ), to see if the problem still there.
Try updating WordPress manually- Delete all files in your website except wp-contents folder and wp-config file.
Get a fresh copy of deleted files from wordpress.org

DRUPAL 6 re-install and phpmyadmin onto server

I have Drupal 6 installed on a server with phpmyadmin. I didn't do the install of both so i'm not familiar with what was done (although I have installed drupal on another website host... they already had phpmyadmin set up). Some of the files got deleted and now I'd like to completely over-hall everything. There is a core php fatal error. I'd like to re-install the phpmyadmin and drupal and for some reason when i replace the files I get locked out of phpmyadmin and I can't reinstall the Drupal.
I would greatly appreciate direction with this problem. It's a big roadblock for me and I've worked pretty hard on developing modules for this portal site.
thanks
ingrid
About PMA:
You can download the latest PhpMyAdmin version from here:
http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.5/phpMyAdmin-4.0.5-all-languages.zip/download#!md5!a01d5b0552f90d6cc1c848c66ca07c2f
Extract it to a new directory in your web hosting root (for example 'pma').
Now point your browser to http://mywebsite.com/pma (your website /pma) and log in with your known details.
You can now access your databases and ignore the errors/warnings for now.
Drupal:
Download the latest drupal version from http://ftp.drupal.org/files/projects/drupal-6.28.tar.gz
Extract it and copy the files over your 'old' drupal files.
You have just repaired your Drupal installation.
In case there were updates go to http://yoursite.com/?q=user and log in.
Do not do anything else until you run http://yoursite.com/update.php

Wordpress installation not get completed in Wamp server

i have installed wamp server on windows 8, and trying to install wordpress on it, but while installing it could not complete it. it's showing me the error like
http://localhost/wordpress/wp-admin/install.php?step=2
after that the process stops.
Screenshot:
I had refered the question on Wordpress Installation not getting completed but it could not help me.
Can anyone sort this out.
Wordpress is normally a breeze to install.
Have you read this Famous 5-Minute Install and the pre-requisites on the same page.
I had the same problem, I resolved it after finding this: http://wordpress.org/support/topic/installation-hangs-on-step-2-after-creating-basic-dbs-without-admin-user?replies=16
so i just edited the php.ini file as suggested in that post (increased the max_execution_time) and it worked for me.
I had the same issue. The fix for me was that I needed to include the port onto the localhost when assigning the database host.
Like: localhost:8080.

Resources