esok
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Admin Loginthanks mahalie but, still i am having the same problem. nothing is happening to my login screen. i tried to check if its reading the database by providing false login details and this works fine but when i entered correct id and password nothing happens.
Any suggestions??Yes, JOOMLA. Life is too short to waste… or keeping banging your head against the wall. I’m thinking WordPress just does not work on some setups.
Forum: Installing WordPress
In reply to: wp-admin/install.php Page Not FoundIn Windows you can right click on a file, like readme.html, and then select “Open With”. You then can choose to open it with Internet Explorer and also choose to always open .html files with IE.
Forum: Installing WordPress
In reply to: Clearing Old Database TablesTo clear the database tables, you would need PhpMyAdmin or MySQL admin tool given to you by your host. From there you can connect to the MySQL database and clear the tables, delete the database, or create a new one.
Forum: Installing WordPress
In reply to: WordPress Installation DisasterI don’t have a .htaccess file, maybe the issue is with WordPress creating or writing to this file. This could be a permission issue and make sense why some people see the problem and other don’t. Will try this out too…
Forum: Installing WordPress
In reply to: Front Page redirects to site home page.Another user claimed to have solved their login redirection problem via editing the .htaccess file, I’m going to try this out.
I don’t have a .htaccess file in my installation, I wonder if that is the missing piece of the puzzle.
Forum: Installing WordPress
In reply to: WordPress Installation DisasterSorry but it looks like a server issue to me. See above. The login url is malformed.
I will setup a different web server and see what happens.
Also, the malformed url can be the result of PHP code used by WordPress or the combination of web server and PHP code used. I’m leaning in the direction of WordPress PHP code, since my other PHP programs and Joomla don’t have this problem, but multiple WordPress users do.
Forum: Installing WordPress
In reply to: WordPress Installation DisasterI think there’s a server redirection\set up problem going on here. The redirect url shouldn’t have index tacked on the end of it.
Esmi, I agree and I’m studying on why that could be happening. I don’t understand why inputting my user name and password on the WordPress login would redirect me in this way.
Interestingly, if I put NO user name and password and try to login, the SAME thing happens. So NO user name and password, acts the same as if putting in a CORRECT user name and password, which is redirect back to the login page. However it will give an error to the wrong user name and password.
Forum: Installing WordPress
In reply to: WordPress Installation DisasterI’m with you ZiiZii. I’m not a complete computer idiot and have done my best to read and follow instructions, then read through the troubleshooting steps. This includes “fresh” downloads.
I tried to install Joomla, EVERYTHING WORKED PERFECTLY. Basically I’m moving forward with Joomla, but I’m still curious as to what is the problem with WordPress. Since I have my own server, I can afford to experiment a bit.
I’m very perplexed at this login problem. There seems to be some unknown combination that creates the login problem and nobody has been able to explain it. I wonder if it is the type of unzip software that is being used? The OS does not seem to matter, as I read both Linux and Windows users having the same problem.
ZiiZii what did you use to unzip WordPress? I used peazip, open source file manager and extract tool. That might not be it, but it seems people at WordPress continue to have the login problem, but people can’t figure out why. There just has to be a reason.
Forum: Installing WordPress
In reply to: wp-admin/install.php Page Not Foundhttp://mydomain.wp-admin/install.php You may want to check if you can get to it like http://mydomain/wp-admin/install.php
Did you put WordPress in the web server’s root director or in a folder??? You should double check. Trying to test that you can get to the readme.html first, will also help in terms of locating the files.
Forum: Installing WordPress
In reply to: wp-admin/install.php Page Not FoundWordPress has a readme.html file, you should start their first and it is linked to the install.php
You need to make sure you have MySQL, have created or found the NAME of the database you will use, then have created the a user account for the database. Most people use PhpMyAdmin. Then you configure the wp-config-sample.php and save to wp-config.php
Note- don’t expect a 5 minute install, as everything has to be perfectly setup and go perfectly for that to happen. It is some kind of WordPress joke… Worse case scenerio, consider Joomla or other CMS… I found the Joomla install to go smoothly… Anyway per WordPress read me…
1.Unzip the package in an empty directory.
2.Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
3.Save the file as wp-config.php
4.Upload everything.
5.Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums with as much data as you can gather.
6.Note the password given to you.
7.The install script should then send you to the login page. Sign in with the username admin and the password generated during the installation. You can then click on ‘Profile’ to change the password.
Forum: Installing WordPress
In reply to: help installing phpmyadmin to create database?My understanding is that you could use PhPMyAdmin to grant privileges to the MySQL database. Maybe you want to double check.
I have direct access to my own MySQL database, so I can go to the command line or use GUI tools.
Forum: Fixing WordPress
In reply to: wp-login.php simply refreshes instead of logging into admin pageI don’t understand why this would work? I don’t have a .htaccess file with my server, but I’m having the same redirection problem as you showed.
Any other way to solve the admin login page problem?
Forum: Installing WordPress
In reply to: help installing phpmyadmin to create database?I was a bit confused, but got pass those steps.
Check your wp-config.php
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘XYZ’);/** MySQL database username */
define(‘DB_USER’, ‘user of your database’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘password.’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);Warning- localhost (127.0.0.1) may not be the correct hostname for your database. Consult your host and ask them what the hostname should be if localhost or 127.0.0.1 does not work.
phpMyAdmin is what you use to create or delete a database. You can use it to create a user and password for the database you created.
—–“mysql> GRANT ALL PRIVILEGES ON databasename.* TO “wordpressusername”@”hostname”
-> IDENTIFIED BY “password”;——mysql> is the COMMAND LINE. This would be IF you owned or had direct access to the computer. Since the server is on your host, you likely will NOT have command line access.
1. So you would use PhpMyAdmin to create the MySQL database, user, and user password.
2. You would then put that information into wp-config.php
Forum: Installing WordPress
In reply to: WordPress Installation Disasterhttp://#.#.#.#/wp-login.php?redirect_to=http%3A%2F%2F#.#.#.#%2Fwp-admin%2Findex
Does anybody understand what the above means or why it happens?
#.#.#.# = IP address or my domain (that was modified by me to protect IP/domain)
I noticed the above URL when I get redirected to the same login page.
I type in the user name and password at http://mydomain.com/wp-login.php .
Then instead of a login, I get the same login page again, but user name and password. This then shows up in the address box- http://#.#.#.#/wp-login.php?redirect_to=http%3A%2F%2F#.#.#.#%2Fwp-admin%2Findex
Forum: Installing WordPress
In reply to: WordPress Installation DisasterAnother interesting thing about the reoccurring login problem, is that if you select the box for “remember me”, that does not work either. The login page will reload anyway.