garywilliam
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Setting up Subdirectory websitesYes, thanks that fixed that issue.
I certainly don’t expect endless free help from you and I don’t want to drive you crazy with this issue. I think perhaps I should accept the fact that this stuff is a little beyond me and I should hire a professional to install things correctly on my real webpage and correct whatever I have screwed up on my practice webpage. I went to your website and it indicates your firm is quite tied up with clients at this point. If, however, you would be interested my mail is garywilliam at worldpagepost dot com. Or, if you wish, I could try to make contact through the website. Thank you again for everything. I hope you are having a nice weekend.Forum: Networking WordPress
In reply to: Setting up Subdirectory websitesYes, that’s peculiar. I did create it at one point by putting
define('WP_ALLOW_MULTISITE', true);
in the wp-config.php file.
The Word Press codex on “Create a Network” told me to delete it in Step 5 Section 2. Perhaps that disables the feature?The following code does exist in my wp-config.php file as I think it was generated for me during the process. There is a mention of “multisite.” Also, I DO have a superadmin feature
define('WP_DEBUG', false); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'worldmemorialpost.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); /* That's all, stop editing! Happy blogging. */
I have just noticed another bug showing up on the main site Word Press page https://www.worldmemorialpost.com
I don’t know if this helps?
This saysGo to the <snip>
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/worldm14/public_html/wp-content/themes/thejournal/index.php on line 128If you think it is best to destroy all this somehow and start again, I am willing to do that. I am using this website account as practice for the account I wish to really use. I very much appreciate the time you have spent on this already.
Forum: Networking WordPress
In reply to: Setting up Subdirectory websitesThank you very much for your quick assistance. I sent the text of your reply to my host. I also sent this to them in my email.
My Tools – > Network function doesn’t appear in Word Press so I am unable to
check what she said. I did find three .htaccess files. Two are the same,
one is different.
They are .htaccess, .htaccess.good, and .htaccess20100808t.I think I am now asking you to force apache to read the htaccess file?
This was their reply.
Thank you for contacting us. By default you are set up to use .htaccess (those files are basically a way to allow users control how the web server works on a shared server, so we use them extensively), so I am not sure how valid that information is. Earlier in this ticket you had asked mod_security to be turned off. Do you still need that? If so we can do it for you.
Also, this is the .htaccess20100808t file they created for me:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]RewriteCond %{HTTP_HOST} ^worldfishandgamepost.com$ [OR] RewriteCond %{HTTP_HOST} ^www.worldfishandgamepost.com$ RewriteRule ^/?$ "http\:\/\/www\.worldmemorialpost\.com\/worldfishandgamepost" [R=301,L]
This is the code in the other two .htaccess files
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^worldfishandgamepost.com$ [OR] RewriteCond %{HTTP_HOST} ^www.worldfishandgamepost.com$ RewriteRule ^/?$ "http\:\/\/www\.worldmemorialpost\.com\/worldfishandgamepost" [R=301,L] #RewriteRule ^index\.php$ - [L] # uploaded files #RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] #RewriteCond %{REQUEST_FILENAME} -f [OR] #RewriteCond %{REQUEST_FILENAME} -d #RewriteRule ^ - [L] #RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] #RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] #RewriteRule . index.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
I am now at a loss as to what to do. As I said to my host, the “Tools” menu in Word Press does not offer me the network option so I am unable to check what you said to check. Do you have any more suggestions?
Thank you very much.Forum: Networking WordPress
In reply to: Setting up Subdirectory websitesHello. I am new to this. I have spent many hours going through the support area and other but I can’t find the answer to this. As with other similar posts my new subdirectory site in a newly installed WordPress network does not show a theme.
I have conatacted my host and they have fixed my .htaccess file. Here is an email from them:
There were some errors in your public_html/.htaccess file. I have fixed the file and your site and wp-admin loads correctly. You can view this file using the cPanel File Manager, selecting “Show hidden files”, or an FTP application, also showing hidden (dot) files. Your original file was renamed as: public_html/.htaccess.20100808tThat fixed alot but not the theme. I contacted them again and they told me to do this:
That issue is due to WordPress using the URL to form a link for the CSS style sheet. In your page source, I see:
<link rel=”stylesheet” type=”text/css” media=”all” href=”https://worldmemorialpost.com/fishandgamepost/wp-content/themes/twentyten/style.css” />
Which should be:
<link rel=”stylesheet” type=”text/css” media=”all” href=”https://worldmemorialpost.com/wp-content/themes/twentyten/style.css” />
This is an internal issue with WordPress. Please refer to documentation and support at: https://www.www.ads-software.com
I can access my site through an FTP but I don’t know what folder or file to go to to make this change.
Also, I am only using this website to practice doing what I want to do on my real future website. I don’t want to make the same mistake again on that website and I am hoping you can let me how to do things correctly next time. Thank you.