Relocating slider to a different page
-
Admin
Open up the wp-config.php file in your WordPress root folder, and find this line:
define('WP_DEBUG', false);
Change from false to true, and WordPress will output error message instead of just blank page so that you can see what’s wrong.
Syahir,
Well – I got more than I expected! Looks like I’ve got lots of plug-in related errors:
Warning: include_once(/home/Web/classicboxingcoach.com/html/boxing/inthecorner/wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /home/Web/classicboxingcoach.com/html/boxing/wp-content/advanced-cache.php on line 8
Warning: include_once(): Failed opening '/home/Web/classicboxingcoach.com/html/boxing/inthecorner/wp-content/plugins/wp-super-cache/wp-cache-phase1.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/smarty') in /home/Web/classicboxingcoach.com/html/boxing/wp-content/advanced-cache.php on line 8
Notice: Undefined index: aiosp_enabled in /home/Web/classicboxingcoach.com/html/boxing/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766
Notice: Undefined index: aiosp_enabled in /home/Web/classicboxingcoach.com/html/boxing/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766
Notice: Use of undefined constant mrt_update_notice - assumed 'mrt_update_notice' in /home/Web/classicboxingcoach.com/html/boxing/wp-content/plugins/wp-security-scan/securityscan.php on line 48
Notice: Use of undefined constant mrt_wpdberrors - assumed 'mrt_wpdberrors' in /home/Web/classicboxingcoach.com/html/boxing/wp-content/plugins/wp-security-scan/securityscan.php on line 50
Notice: Use of undefined constant mrt_wpdberrors - assumed 'mrt_wpdberrors' in /home/Web/classicboxingcoach.com/html/boxing/wp-content/plugins/wp-security-scan/securityscan.php on line 51
Notice: Use of undefined constant mrt_remove_wp_version - assumed 'mrt_remove_wp_version' in /home/Web/classicboxingcoach.com/html/boxing/wp-content/plugins/wp-security-scan/securityscan.php on line 53If I’m correct, the plug-in super cache appears to be trying to cache a directory (‘in the corner’) but that directory no longer exists (I deleted it some time ago). And the SEO and Security plug-in appear to have undefined terms. Who knew?
Anyhow – is this the type of thing that is causing my troubles?
Admin
Could be, but none of them are fatal errors. They should not be causing just a blank page to appear. Anyways, try moving out all three plugins from the plugins directory: wp-super-cache, all-in-one-seo-pack, and wp-security-scan, to see if they caused the problem.
Well, after moving the offending plugins to another folder and I activated the code and still got blanked out screens. Also, the only errors being reported now are:
Warning: include_once(/home/Web/classicboxingcoach.com/html/boxing/inthecorner/wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /home/Web/classicboxingcoach.com/html/boxing/wp-content/advanced-cache.php on line 8
Warning: include_once(): Failed opening '/home/Web/classicboxingcoach.com/html/boxing/inthecorner/wp-content/plugins/wp-super-cache/wp-cache-phase1.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/smarty') in /home/Web/classicboxingcoach.com/html/boxing/wp-content/advanced-cache.php on line 8Admin
Try removing or renaming the
advanced-cache.php
file in thewp-content
directory.Sorry for the long delay in responding… life got a little hectic there for a bit!
Anyways, I renamed the ‘advanced-cache.php file, but it didn’t help. It still crashes the whole site, i.e. a blank screen.
Viewing 6 posts - 11 through 16 (of 16 total)
- 1
- 2
- You must be logged in to reply to this topic.