interactivewest
Forum Replies Created
-
Forum: Plugins
In reply to: Salesforce Web to Lead Plugin – Failure to Connect to Salesforce.comHave web hosting company revert back to Open SSL 1.0 or 1.1 on server where your site is hosted or move your site to web hosting company that runs Linux with Open SSL 1.1.
Forum: Plugins
In reply to: Salesforce Web to Lead Plugin – Failure to Connect to Salesforce.comThe issue turned out to be a server setup issue at University of Colorado Boulder. Site was moved after Forum was uploaded and working. It was then moved to a server running OpenSSL 1.2. Certain servers at Salesforce will work with OpenSSL 1.2 and older servers won’t. That’s why the problem was a sporadic one.
Forum: Fixing WordPress
In reply to: htaccess issue with subdomainIssue has been resolved. Server admin viewed index.php file that we uploaded that contained “Silence is Golden” commented out thus generating a blank page. I downloaded latest version 3.0.1 and copied coding from index.php file:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>That worked.
Forum: Installing WordPress
In reply to: Error with ABSPATH After InstallationYou can keep status of issue as unresolved. I have deleted WordPress files and will utilize b2evolution as blog solution for client.
Forum: Installing WordPress
In reply to: Error with ABSPATH After InstallationPlease respond. Otherwise I’ll uninstall WordPress and go back to b2evolution. At least it will install.
Cheers,
Gene Fourney
Forum: Installing WordPress
In reply to: Error with ABSPATH After InstallationYes. Unpacked it twice and uploaded twice. I deleted code for bookmark.php in file and then next line errors. Looks like an absolute path issue. Files were installed in root directory but that shouldn’t make a difference. Should I turn off PHP Safe Mode? Any other suggestions?
Cheers,
Gene