David
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Taxonomy UL with Classes for Each ItemI think I’m getting there, but it’s not working just yet. Has anyone done something like this?
<?php echo get_the_term_list( $post->ID, 'services', '?><h2>Services</h2>- <li class="<?php get_term_link( $category->slug)">', '
- ', '
' ); ?>
Forum: Fixing WordPress
In reply to: Blog Went BlankMuch appreciated!
Forum: Fixing WordPress
In reply to: Blog Went BlankAnd we’re back in business.
Thank you so much isimpledesign!
A quick follow-up question: do I need to be concerned about those errors that were reported when debug was on?
Forum: Fixing WordPress
In reply to: Blog Went BlankProgress! I removed WP Super Cache and advanced-cache.php and am now getting an error ridden blog, but a blog none-the-less!
The following errors appear:
Warning: main(/nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/advanced-cache.php) [function.main]: failed to open stream: No such file or directory in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-settings.php on line 60
Warning: main() [function.include]: Failed opening ‘/nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/local/php-4.4.9-2/share/pear’) in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-settings.php on line 60
Notice: Undefined index: aiosp_enabled in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766
Notice: Undefined index: aiosp_enabled in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766
Forum: Fixing WordPress
In reply to: Blog Went BlankI’m now receiving the following, which looks like a problem with the WP Super Cache Plugin:
Warning: main(/nfs/c04/h01/mnt/59791/domains/delsquacho.com/html/blog/wp-content/plugins/wp-super-cache/wp-cache-phase1.php) [function.main]: failed to open stream: No such file or directory in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/advanced-cache.php on line 3
Fatal error: main() [function.require]: Failed opening required ‘/nfs/c04/h01/mnt/59791/domains/delsquacho.com/html/blog/wp-content/plugins/wp-super-cache/wp-cache-phase1.php’ (include_path=’.:/usr/local/php-4.4.9-2/share/pear’) in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-content/advanced-cache.php on line 3
I renamed the plugin directory, but I’m still receiving the error.
Forum: Fixing WordPress
In reply to: Blog Went BlankI edited both php.ini and .htaccess file; no dice
When I add that line to wp-config.php it gives me the following error instead of a blank page:
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or ‘$’ in /nfs/c04/h05/mnt/59791/domains/delsquacho.com/html/blog/wp-config.php on line 23
Line 23 is:
define(‘ABSPATH’, dirname(__FILE__).’/’);Forum: Plugins
In reply to: Displaying Excepts/Links on Static PageI checked that and found two spaces at the end of the file cited, but it didn’t seem to fix the problem. After I waited a day, the error went away. I’m thinking it had something to do with WP Super Cache. At any rate, thanks!
Forum: Fixing WordPress
In reply to: Digg this button in a post and frontpageI have the exact same issue. I tried using the Digg code for a specific URL, but that didn’t help either. Can anyone shed any light on this issue?
Forum: Fixing WordPress
In reply to: Adding old, Non-WordPress content to archivesWell, I can tell you that I most likely did not format the old blog posts with any sort of consistency, which is one of the reasons I’m looking for something new.
I’m not a programmer by any stretch of the imagination, but I wouldn’t mind taking a look at what you made. It most likely wouldn’t help me, but you never know. π
Forum: Fixing WordPress
In reply to: Adding old, Non-WordPress content to archivesWell, I sense a lot of copying and pasting in my future.
Thanks for your help fellas, and especially for the speedy replies.
Forum: Fixing WordPress
In reply to: Adding old, Non-WordPress content to archivesOkay, I’m sure I can convert them, or go through and add them one at a time if need-be. I just wanted to make sure that I could post-date, and archive my old stuff. You’re saying that, although it’ll be a pain, it’s possible, right?