3pills
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: controlled registrationThanks. That seems like a good way to work it. I will download it and try it out.
Forum: Installing WordPress
In reply to: New install, – doesn’t return to home siteProblem of not return to site when “view site” is clicked is no longer an issue. Resolved by correcting database option-home. ( Missing description, seemed to be the main problem causing incorrect data entry in database).
I am closing this problem. I still have a problem, but will restate as a new issue.
3pills
Forum: Installing WordPress
In reply to: New install, – doesn’t return to home siteI corrected phpmyadmin’s config file, but still erroneous info in options-home. I finally added a description for home and it save the correct data for home then, but…
I was logged into the site at the time, now I am unable to logout. When I first started this site, I could not log in because siteurl was not correct — what now?
3pills
Forum: Installing WordPress
In reply to: New install, – doesn’t return to home siteNew information.
I used phpmyadmin to view the database. I first checked options- home in the troubled site, then I checked options-home in the good site. There were two differences, no data in option overide and autoload in the troubled site, where “yes” was the data in the good site, when I attempted to correct the data, the “yes” data was already in the form. I did a save and got the following information.tbl_replace.php: Missing parameter: table (FAQ 2.8)
tbl_replace.php: Missing parameter: goto (FAQ 2.8)I am assuming this is error messages from phpmyadmin. Any one have any ideas about it. I will wait till I get home to follow up.
3pills
Forum: Installing WordPress
In reply to: New install, – doesn’t return to home siteTo podz,
I agree that it seems that it isn’t setting the value. I wanted to check the database using the instructions I received for my earlier problem but unfortunately, the company I work for has blocked the address to that location. I guess that will wait until I get home. In about an hour!
Thanks for your comments. I hope that I can get this resolved soon. I have other experiments to try with wordpress. It appears that it might be perfect as a content management system for my church’s website.
3pills
Forum: Installing WordPress
In reply to: New install, – doesn’t return to home siteOne of my local computers is the host. I have a DSL broadband account with a static ip. No provider restrictions.
As stated earlier, I am running,
PHP Version 4.2.2
mysql 3.23.54
apache 2.0.40Linux redhat 9.0 is the operating system and I have one wordpress location on my server that works perfectly. This is the second wordpress location on the same database. It seems to work for most things except when attempt to go from admin to view site or any equivalent moves that require returning to the site.
Forum: Installing WordPress
In reply to: New install, – doesn’t return to home siteJ & others,
Here is my wp-config.php file (with my db username and password removed:// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘uuuuu’); // Your MySQL username
define(‘DB_PASSWORD’, ‘pppppp’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘mom_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);I don’t see anything wrong, but I am new to this whole process. Maybe you will detect something.
3pills
Forum: Installing WordPress
In reply to: New install, – doesn’t return to home siteHere is what is in options-general
WordPress address (URI): https://www.tuftux.com/momreport
Blog address (URI): (nothing here)
I entered in Blog address (URI): https://www.tuftux.com/momreport
and update options, but when it goes through the process, options-general comes back with Blog address with nothing in it.and when I test it, it still reverts to https://www.tuftux.com/
3pills
Forum: Installing WordPress
In reply to: new installation – login attempt failsAfter care examination (using phpinfo())
PHP Version 4.2.2
mysql 3.23.54
apache 2.0.40jcj
Forum: Installing WordPress
In reply to: new installation – login attempt failsHost is my own personal linux computer. (apache)
mysql v 3.23.54 ( I think )
php 4Note: I already have one wordpress blog going off this same server, same database, same php..
https://www.wendellgeek.com/weblog/
jcj
Forum: Installing WordPress
In reply to: new installation – login attempt failsI have gone to the admin page in https://www.tuftux.com/momreport
1. clicked on options
2. observed general page
3. blog address is blank, I attempt to enter “https://www.tuftux.com/momreport ” (without the quotes) and then click on update options. It says it saved the changes, but blog address is blank again. Everything else is still there.jcj
Forum: Installing WordPress
In reply to: new installation – login attempt failsI didn’t at first, but have since. Even after making sure those two were correct, it still goes back to :
instead of :
https://www.tuftux.com/momreport/
I did leave the trailing / off in the database.
jcj
Forum: Installing WordPress
In reply to: new installation – login attempt failsusing phpmyadmin fixed that problem, but now when I click on “view site”, it doesn’t return to the proper directory. It returns to the root domain.
Probably something else in mysql, eh?
Any guidance would be appreciated.
Thanks for the help on the first problem.
Forum: Installing WordPress
In reply to: new installation – login attempt failsI should have mentioned also that this is a second wordpress installation on this server, but not on this domain. I used a different prefix other than wp_ .