BillSmart
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Install.php returns as text and 3 server errorsMichaelH,
I went ahead an added .css extensions to the list of extension to use ASCII transfer mode.
All is now well.
Thanks…Bill!
Forum: Installing WordPress
In reply to: Install.php returns as text and 3 server errorsMichaelH,
I’ve looked through the WP files and checked them with my FTP client.
The following file extensions are set to load use ASCII transfer mode: .php, .txt, .html, .js.
The following file extensions are NOT set to load using ASCII transfer:
.css, .png, .gif.I suspect I SHOULD ADD the .css file extension to the list using ASCII transfers, but NOT the .png or .gif. Correct?
…Bill!
Forum: Installing WordPress
In reply to: Install.php returns as text and 3 server errorsMichaelH,
I’ll try this ONE MORE TIME, but this will be about the 10th time I’ve done it.
I’ve always downloaded the .zip file and then use WinZip v9 to unzip, Notepad++ v5.6.8 to modify and Ipswitch WS-FTP Professional 12.2 to upload.
I’ll try 7-Zip, but I’m getting really discouraged at having to install all kinds of different tools just to get started with WP.
I’ll let you know what happens.
…Bill!
Forum: Installing WordPress
In reply to: On Install: HTTP 500 – PHP Fatal Error in wp-settingsThanks! …Bill!
Forum: Installing WordPress
In reply to: On Install: HTTP 500 – PHP Fatal Error in wp-settingsSamboll,
That worked!
I decided to try to do everything as vanilla as possible:
1. deleted everything both locally and on my web server
2. re-extracted from the v2.9.2 zip file to my PC
3. FTP’d everything to my remote web server
5. DID NOT create a wp-config.php, but let the WP software do it for me
6. left the DB_HOST as the default: ‘localhost’
7. left the $table_prefix as the default: ‘wp_’
8. did not create unique KEYs or SALTs.Questions:
1. How important are the KEYs and SALTs?
2. Do I have to delete and then reinstall WP to add them? Or is there a way to do that now, after the install?
3. If I install another instance of WP in this same database (using a different prefix for the tables), do I have to use the same KEYs and SALTs on all instances of WP?Thanks…Bill!
Forum: Installing WordPress
In reply to: On Install: HTTP 500 – PHP Fatal Error in wp-settingsSamboll,
Thanks, I’ll do what you suggest. By the way I’m trying to install v2.9.2…
Forum: Installing WordPress
In reply to: On Install: HTTP 500 – PHP Fatal Error in wp-settingsSamboll,
I tried ‘localhost’ and ‘localhost:3306’. I get the same error. Also, when I set up MySQL I used ‘www.billsmart.com’ and it worked okay to set up the connection. My web hosting service is meccahosting.com. The instructions they sent me when they set up the MySQL database are:
Your MySQL database account login information is:
Username: (username) (same as my email and works with MySQL Workbench)
Password: (your account password)
Database: billsmart_com
Hostname: http://www.billsmart.comI’m not sure this is causing the PHP Fatal Error. The server error on this specifically references a function in wp-setting.php:
Server Error: PHP Fatal error: Call to undefined function is_wp_error() in /wordpress/wp-settings.php on line 289
The function referenced (I think) in wp-settings.php is:
$prefix = $wpdb->set_prefix($table_prefix);
if ( is_wp_error($prefix) )wp_die(/*WP_I18N_BAD_PREFIX*/’ERROR: $table_prefix in wp-config.php can only contain numbers, letters, and underscores.’/*/WP_I18N_BAD_PREFIX*/);It looks to me like the set-prefix function thinks $prefix is a ‘bad’ prefix. In wp-config.php I have set this up to be:
$table_prefix = ‘wp1_’;
…but have tried it with just ‘wp_’ and still get the same error.
Any other suggestions?
…Bill!Forum: Plugins
In reply to: How authors can get all comment notificationsmbaze, I found that under OPTIONS and DISCUSSION you can configure WorkPress to send you an EMAIL under a variety of conditions when COMMENTS are posted. This solved my problem. I’d suggest you take a look. It might be able to solve yours also…Bill!
Forum: Plugins
In reply to: How authors can get all comment notificationsmbaze,
I’m having a similar problem (maybe the same problem)and haven’t been able to get any response. First of all I’ll try to answer your question: I’m new to WorldPress Blogs, but I gather there are POSTS and COMMENTS. COMMENTS are UNAPPROVED (not yet APPROVED) and APPROVED. COMMENTS don’t show up on the BLOG or the RSS feed until the author APPROVEs them. If I understand your quesiton correctly all you need to do is set up an RSS feed for the POSTS you want to be notified on, and you will receive a notification when a new COMMENT has been receveived and APPROVED for that POST.
My question has to do with UNAPPROVED COMMENTS (or COMMENTS just posted but not yet APPROVED. I am the author and I want to be notified by RSS of UNAPPROVED comments so I can then go in and approve them. OR I would like to be able to remove the APPROVAL constraint on comments and accept them all as APPROVED. Do you know how to do that? …Bill@BillSmart.com