maryp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Contact Form 7 and WordPress version 2.9.2I’m having same problem as nickareshni.
Everything seems to be working, but get the “Failed to send” error message when attempt to use form.Suggestions?
Forum: Plugins
In reply to: Contact Form 7…Not Sending E-mailsI’m using WP 9.2
Just installed this plug in and keep getting “failed to send” error message.
I’ve tried using emails on the server and off site.. still won’t send.Forum: Fixing WordPress
In reply to: Dashboard problems: PlugIns Not showing upSorry..but for those with similar problem.. I started deleting plug ins one at a time. After I had deleted two, the plug in area worked fine. I had also had a problem with the main dashboard page not showing all content..and now it does.
So if you have this problem, delete plugins that you have recently installed.
Forum: Installing WordPress
In reply to: Subscribe2 Trouble sending emailsIt looks like the problem was with “recipients per email”.
I limited it to 30 and they are sending now.I had contacted my host but they didn’t tell me they had a limit on that.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Gallery images not openning up correctlyI think my problem is related..
Every thing seems to be working except that the thumbnails don’t open correctly.
Please check this page: https://www.mspwebdesign.com/?page_id=6
If I click on a gallery.. that opens ok.. but then when I click on a thumbnail..it opens alone in the same page.
Slideshows work ok.
Everything used to work fine..but I just upgraded to the new version and can’t get it to work. Help!
Forum: Installing WordPress
In reply to: Cannot install WordPressFixed it.. the php was not turned on for this particular domain name.. it was newly added to the server.
Thanks for the help.Forum: Installing WordPress
In reply to: Cannot install WordPressOk.. I went back to the original below Happy blogging..
uploaded..
ran the install.php
Same problem!
( p.s. I do have a support ticket into IPower)Forum: Installing WordPress
In reply to: Cannot install WordPressThis is what my config file looks like right now:
********
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘***’); // The name of the database
define(‘DB_USER’, ‘***’); // Your MySQL username
define(‘DB_PASSWORD’, ‘***’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// 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’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, /var/www/vhosts/ebooktalk.net/httpdocs/(__FILE__).’/’);
require_once(‘ /var/www/vhosts/ebooktalk.net/httpdocs/wp-settings.php’);
?>I just tweaked some things and tried again.. same problem:
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”); require_once(‘/var/www/vhosts/ebooktalk.net/httpdocs/wp-config.php’); require_once(‘/var/www/vhosts/ebooktalk.net/httpdocs/upgrade-functions.php’); $schema = ( isset($_SERVER[‘HTTPS’]) && strtolower($_SERVER[‘HTTPS’]) == ‘on’ ) ? ‘https://’ : ‘https://’; $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, $schema . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) ); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?>hide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $wpdb->users”); if ($installed) die(‘
‘.__(‘Already Installed’).’
‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’‘); $wpdb->show_errors(); switch($step) { case 0: ?>
ReadMe documentation at your leisure.’), ‘../readme.html’); ?>etc.. etc…
Forum: Installing WordPress
In reply to: Cannot install WordPressHow do I get the php to be parsed?
As I said.. I’ve got a php Forum on this server and a program called Formfields on this server.. so the php is working for some things.To answer the question about where I’m putting in full path…
It’s whereever it says “require_once..”
Instead of the “short” version ..I put:
require_once(“/var/www/vhosts/domainname.com/httpdocs/filename.php”);Forum: Installing WordPress
In reply to: Cannot install WordPressI am doing EXACTLY the same thing that I did when I installed it on my other server..
But with IPower I get this:wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”); require_once(‘/var/www/vhosts/ebooktalk.net/httpdocs/wp-config.php’); require_once(‘/var/www/vhosts/ebooktalk.net/httpdocs/upgrade-functions.php’); $schema = ( isset($_SERVER[‘HTTPS’]) && strtolower($_SERVER[‘HTTPS’]) == ‘on’ ) ? ‘https://’ : ‘https://’; $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, $schema . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) ); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?>
hide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $wpdb->users”); if ($installed) die(‘
‘.__(‘Already Installed’).’
‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’‘); $wpdb->show_errors(); switch($step) { case 0: ?>
ReadMe documentation at your leisure.’), ‘../readme.html’); ?>*************
The config file is there..and has correct info.
I just checked the database..was going to clear tables and hit install again.. there are no tables.So far I put in that full path on the config file and on the wp-admin/install.php
As I said.. I’ve had this same problem with another program.. that was installed perfectly on my server, but wouldn’t work on IPower. Once I put the full paths in for FORMfields.. it worked.
I just can’t seem to get this to work.Perhaps it is different because this IPower account is a “Virtual Server” ???
Forum: Installing WordPress
In reply to: Cannot install WordPressI got this same error.
I know that the server (IPower) I am trying to install on is set up screwy so that it doesn’t let php programs recognize the absolute path.
For another program installed on the same server, I had to change the require to the exact path with no short cuts
like this:
require(“/var/www/vhosts/booktalkauthors.com/httpdocs/FORMfields/FORMfields.php”);So I assume that is what I have to do with Word Press, however I don’t know which files I will have to do this on.. is it alot that have that “require_once” code??
This server is actually owned by the woman I work with.. I installed Word Press on my own server.. with a different host.. and it worked perfectly. So I know what I’m doing.. just want to do all of the changes at once.
Anyone know which files need to be changed??