cyberroth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Content not showing on single post pageWell, it took me awhile to figure out how to edit my database to fix this newest problem, but I’ve done it. And now all problems are fixed. Thank you so much for your help, stvwlf. Bottom line: fixing the original problem required reinstalling WordPress.
Forum: Fixing WordPress
In reply to: Content not showing on single post pageHi stvwlf. We have a good news/bad news situation now. I reinstalled WordPress and my karappo-style theme, and the single-post pages work (hooray!). But then I imported my backup db to the new site, and I began getting new errors. Now when I try to go to the dashboard or to the public page, I get the message below:
Warning: main(/homepages/24/d171933638/htdocs/blog/wp-content/plugins/wp-super-cache/) [function.main]: failed to open stream: Success in /homepages/24/d171933638/htdocs/blog/wp-settings.php on line 473
Warning: main() [function.include]: Failed opening ‘/homepages/24/d171933638/htdocs/blog/wp-content/plugins/wp-super-cache/’ for inclusion (include_path=’.:/usr/lib/php’) in /homepages/24/d171933638/htdocs/blog/wp-settings.php on line 473
Warning: Cannot modify header information – headers already sent by (output started at /homepages/24/d171933638/htdocs/blog/wp-settings.php:473) in /homepages/24/d171933638/htdocs/blog/wp-includes/pluggable.php on line 850
I’ve uploaded my wp-settings.php file here in case you have time to take a look: https://wordpress.pastebin.ca/1413022
Any thoughts?
Julie
Forum: Fixing WordPress
In reply to: Content not showing on single post pageHm. Unfortunately I deleted the default theme. But I’ve tried the site with 6 other themes, and had the same problem. No error logs, either.
Should I try reinstalling WP?
Forum: Fixing WordPress
In reply to: Content not showing on single post pageThanks stvwlf. After all the checking and double-checking, I’m glad to have you confirm it’s not the single.php file (although that would have been easier).
I’m unable to find an errorlog file, which either means no errors have been logged or that I’m not looking in the right place (which is unlikely since I’ve gone through all the folders installed with wordpress).
Maybe it’s higher up in the food chain. Is there something different about how the single.php template is called vs. how index.php or archives.php are called?
Julie
Forum: Fixing WordPress
In reply to: Content not showing on single post pageFor comparison’s sake, here is the code for my (working) index.php: https://wordpress.pastebin.ca/1411764.
Thanks again.
JulieForum: Fixing WordPress
In reply to: Content not showing on single post pageThank you for looking into this, stvwlf. You can find the code here: https://wordpress.pastebin.ca/1411761
Julie
Forum: Fixing WordPress
In reply to: Single Post, no post content showingHi folks–
I’m having the same problem with WordPress 2.7.1. I’ve even tried overwriting the single.php file with index.php, and didn’t solve the problem. Here are the details:
site: blog.cyberroth.com
problem #1: I want to display full post content and the default sidebar on my single post pages, but neither of those are displaying.
problem #2: I want my category and archive month pages to display linked headlines instead of full posts, but neither of those types of pages are calling my archives.php template.
I’m new to WordPress, but I’ve been all through the documentation and the forums and nothing I’ve found works. Can anyone help me?
Thanks so much.