jnnynkdcelebs
Forum Replies Created
-
Forum: Plugins
In reply to: [nrelate Related Content] nRelate not displayed on my siteHi guys,
Any luck? Just following up.
Forum: Plugins
In reply to: [nrelate Related Content] nRelate not displayed on my siteHi guys,
I wrote to the email you gave me hours ago.. still no response?
Forum: Plugins
In reply to: [nrelate Related Content] nRelate not displayed on my siteHello, I just installed nrelate related posts and it is not showing up..
Like the OP I have selected single posts from admin and also put the php code in after the loop on my page.
We do use W3 for caching which I did follow and apply the additional steps to not minify the nrelate .js
I did not show up then still. I now have the cache plugin disabled and it is still not showing. Could you help advise please.
Forum: Plugins
In reply to: [WP Super Cache] Initial Install – Admin pages flash then white?@donncha… Here are the following specs of our install.
Version 1.4
Step 1. Install plugin
Step 2. Click plugin settings
A. First error message:
“WP_CACHE constant set to falseThe WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:
define(‘WP_CACHE’, true);“
Step 3. Add define(‘WP_CACHE’, true); to our wp-config.php file above the last require_once.
Step 4. WP Super Cache settings..
A. Pages flashes with info and then goes blank.
B. View Source of blank page.
1. `<p>Warning! WP Super Cache caching <strong>was</strong> broken but has been <strong>fixed</strong>! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />The file /home/admin/sites/mysite.com/public_html/wp-content/advanced-cache.php has been recreated and WPCACHEHOME fixed in your wp-config.php. Reload to hide this message.</p></div><div id=”message” class=”updated fade”><h3>Warning! <em>Could not update /home/admin/sites/mysite.com/public_html/wp-config.php!</em> WPCACHEHOME must be set in config file.</h3><div id=”message” class=”updated fade”><h3>Warning! /home/admin/sites/mysite.com/public_html/wp-content is writeable!</h3>
<p>You should change the permissions on /home/admin/sites/mysite.com/public_html/wp-content and make it more restrictive. Use your ftp client, or the following command to fix things: <code>chmod 755 /home/admin/sites/mysite.com/public_html/wp-content/</code></p>`Step 5. Add line of code to wp-config.php under previously added line.
A. `define(‘WP_CACHE’, true);
define( ‘WPCACHEHOME’, dirname(__FILE__) .’/wp-content/plugins/wp-super-cache’ ); `Step 6. WP Super Cache settings
A. New errors up top via wp debug. Page still blank.
Warning: include(/home/admin/sites/mysite.com/public_html/wp-content/plugins/wp-super-cachewp-cache-base.php): failed to open stream: No such file or directory in /home/admin/sites/mysite.com/public_html/wp-content/plugins/wp-super-cache/wp-cache.php on line 63 Warning: include(): Failed opening '/home/admin/sites/mysite.com/public_html/wp-content/plugins/wp-super-cachewp-cache-base.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/admin/sites/mysite.com/public_html/wp-content/plugins/wp-super-cache/wp-cache.php on line 63 Warning: include_once(/home/admin/sites/mysite.com/public_html/wp-content/plugins/wp-super-cacheossdl-cdn.php): failed to open stream: No such file or directory in /home/admin/sites/mysite.com/public_html/wp-content/plugins/wp-super-cache/wp-cache.php on line 80 Warning: include_once(): Failed opening '/home/admin/sites/mysite.com/public_html/wp-content/plugins/wp-super-cacheossdl-cdn.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/admin/sites/mysite.com/public_html/wp-content/plugins/wp-super-cache/wp-cache.php on line 80
Step 7. View source of blank page
A. Error Message in source same as step 4BForum: Plugins
In reply to: [WP Super Cache] Initial Install – Admin pages flash then white?There are no errors in my php error log.
In regards to my question above, can you show me how that code should be edited above ?