websage
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with a ShadedGrey ThemeNothing changed:
When you go to https://www.websage.net/wordpress/ it works; when you go to:
https://www.websage.net/blog/ I get the following error:Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in /home/websagen/public_html/wordpress/wp-content/themes/ShadedGrey/index.php on line 3
Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in /home/websagen/public_html/wordpress/wp-content/themes/ShadedGrey/index.php on line 3
Fatal error: main(): Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/websagen/public_html/wordpress/wp-content/themes/ShadedGrey/index.php on line 3
From my admin’s options:
WordPress address (URI): https://websage.net/wordpress
Blog address (URI): https://websage.net/blogForum: Fixing WordPress
In reply to: Problem with a ShadedGrey ThemeCan anyone help with this? The ShadedGrey theme works in the /wordpress subdirectory but I need it to work in the /blog subdirectory which has been assigned to be the URL for the blog.
Thanks in advance,
MitkoForum: Fixing WordPress
In reply to: Problem with a ShadedGrey ThemeSo, what should the correct code be, then? Both /blog and /wordpress are subdirectories of the root.
Forum: Fixing WordPress
In reply to: Problem with a ShadedGrey ThemeThe WP install is in /wordpress and the content should be in /blog. I followed all the steps:
My index.php says:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: Messed up my blog URINow I have a different problem – I installed the ShadedGrey theme. The theme works fine on websage.net/wordpress but it does not work on websage.net/blog.
It gives me the following error message:
Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in /home/websagen/public_html/wordpress/wp-content/themes/ShadedGrey/index.php on line 3
Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in /home/websagen/public_html/wordpress/wp-content/themes/ShadedGrey/index.php on line 3
Fatal error: main(): Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/websagen/public_html/wordpress/wp-content/themes/ShadedGrey/index.php on line 3
Any idea why?
Forum: Fixing WordPress
In reply to: Messed up my blog URIYes, WebSage is the Weblog Title but for some reason the author link in the archives links to the WordPress folder and not the Blog folder.
Forum: Fixing WordPress
In reply to: Messed up my blog URIWhen I go to my archives, I see the following:
You are currently browsing the WebSage weblog archives for November, 2004.
My name, WebSage is linked to the WordPress directory and not to the Blog directory. How can I edit this?
Thanks in advance!
Forum: Fixing WordPress
In reply to: Messed up my blog URIThanks! This did the trick!
Forum: Fixing WordPress
In reply to: Messed up my blog URII do have access to phpmyadmin but changing the values did not change a thing…
Forum: Fixing WordPress
In reply to: Messed up my blog URIWhat is the difference between home and siteurl
Forum: Fixing WordPress
In reply to: How to post an abstract of the latest post to my front pageHmm, I did that but I do not get anything:
Forum: Fixing WordPress
In reply to: How to post an abstract of the latest post to my front pageThank you so much! This is starting to work:
https://lawrencemmiller.com/blog.php
Now, how can I have just the excerpt of the latest entry posted on the front page?
Thanks in advance!
Forum: Fixing WordPress
In reply to: How to post an abstract of the latest post to my front pageOK, I did what you had suggested: I uploaded the plugin, activated it, and then pasted the following
- Recently Commented
<?php c2c_get_recently_commented(3); ?>into my test page:
https://www.lawrencemmiller.com/blog.php
See the error I get on the right-side column:
Recent Posts
Fatal error: Call to undefined function: c2c_get_recent_posts() in /home/lawre2/public_html/blog.php on line 103I am sure I am showing my total ignorance of PHP here but I would greatly appreciate anybody’s help with this.
Ideally, I would implement this code on the front page which currently is static HTML (I assume I will have to rename it into index.php).
Thanks in advance!
Mitko
Forum: Plugins
In reply to: How to install a plugin?OK, thanks, I upgraded! Now, how do I activate the upload function?
Forum: Plugins
In reply to: How to install a plugin?Opps, apparently I am on 1.2.2… Where do I get upgrade instructions and files?