akaiten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: webpage useless after uninstallation of wordpressUploading through ftp does work but, editing html files or uploading files manually through the file manager doesn’t work. I could very well just use an ftp program, but I feel uneasy knowing that there’s something wrong with my website. Unfortunately, they claimed that they can’t reset the settings nor give me a fresh user account. Stay away from surpasshosting.com. They also don’t accept phone calls. Ridiculous.
Forum: Installing WordPress
In reply to: Trouble logging in after installation.It was the carriage return spaces after the very last ?> of the PHP file. I just back spaced all of the unnecessary space and it finally allowed me to login. Thanks lane and podz!
Forum: Installing WordPress
In reply to: Trouble logging in after installation.Alright, I’ve read through most of the threads and went over your 4 step procedure before logging in and I still get the same error message. It’s most likely that I need to backspace or erase the “whitespaces,” but I have no idea which spaces to get rid of. I’ve scrolled down to lines 123, 124, 126, 127, 128, 129, and 149 to see if there is anything that looks odd in the coding, but I could only tell that some lines had been doubled spaced. So I then went ahead to backspace those breaks to make them single spaced lines and that still didn’t do the trick. I’ve noticed others solved the problem fairly easily when noticing the whitespace issue. Could someone share their methods of dealing with this?
Forum: Installing WordPress
In reply to: Trouble logging in after installation.I made some minor adjustments to the config file and finally got wordpress to install correctly and retreived my username / password. The login page loaded corrently and I entered my login information. After doing so, I received this message:
Warning: Cannot modify header information – headers already sent by (output started at /home/akaiten/public_html/wordpress/wp-config.php:37) in /home/akaiten/public_html/wordpress/wp-login.php on line 123
Warning: Cannot modify header information – headers already sent by (output started at /home/akaiten/public_html/wordpress/wp-config.php:37) in /home/akaiten/public_html/wordpress/wp-login.php on line 124
Warning: Cannot modify header information – headers already sent by (output started at /home/akaiten/public_html/wordpress/wp-config.php:37) in /home/akaiten/public_html/wordpress/wp-login.php on line 126
Warning: Cannot modify header information – headers already sent by (output started at /home/akaiten/public_html/wordpress/wp-config.php:37) in /home/akaiten/public_html/wordpress/wp-login.php on line 127
Warning: Cannot modify header information – headers already sent by (output started at /home/akaiten/public_html/wordpress/wp-config.php:37) in /home/akaiten/public_html/wordpress/wp-login.php on line 128
Warning: Cannot modify header information – headers already sent by (output started at /home/akaiten/public_html/wordpress/wp-config.php:37) in /home/akaiten/public_html/wordpress/wp-login.php on line 129
Warning: Cannot modify header information – headers already sent by (output started at /home/akaiten/public_html/wordpress/wp-config.php:37) in /home/akaiten/public_html/wordpress/wp-login.php on line 149
Anyone have any solutions for this?Forum: Installing WordPress
In reply to: Trouble logging in after installation.I don’t think I have a database actually named “akaiten_wordpress” so then I adjusted the database name in the wp-config.php file back to the original “wordpress” and then created a database under the name “wordpress.” With all that done, I have no luck accessing the login page.
Forum: Installing WordPress
In reply to: Trouble logging in after installation.I made changes to the database name in the file wp-config.php file, which was originally named “wordpress.”