Forum
The configuration page for my twitter is blank and is not giving me any options, can you please advise?
The configuration page for my twitter is blank and is not giving me any options, can you please advise?
Could you edit your WordPress config file (wp-config.php)?
Change define('WP_DEBUG', false); to
if(isset($_GET['xh-debug']))
define('WP_DEBUG', true);
else
define('WP_DEBUG', false);
Then open the Xhanch - My Twitter configuration page.
Add &xh-debug at the end of browser's URL.
What errors/waring did you see?
Hi,
These are the errors :
PHP Notice: wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>init</code> hooks. Please see <a href="" http://codex.wordpress.org/Debugging_in_WordPress">Debuggin g" in WordPress</a> for more information. (This message was added in version 3.3.) in D:CustomerDatawebspaceswebspace_00164839webappsSiteApp36409htdocswp-includesfunctions.php on line 3587
PHP Notice: Use of undefined constant XCloner - assumed 'XCloner' in D:CustomerDatawebspaceswebspace_00164839webappsSiteApp36409htdocswp-contentpluginsxcloner-backup-and-restorexcloner.php on line 28
PHP Notice: Use of undefined constant XCloner - assumed 'XCloner' in D:CustomerDatawebspaceswebspace_00164839webappsSiteApp36409htdocswp-contentpluginsxcloner-backup-and-restorexcloner.php on line 28
PHP Notice: Undefined index: ctn_kwd_any in D:CustomerDatawebspaceswebspace_00164839webappsSiteApp36409htdocswp-contentpluginsxhanch-my-twitteradminsetting.php on line 600
PHP Notice: Undefined index: ecl_kwd_any in D:CustomerDatawebspaceswebspace_00164839webappsSiteApp36409htdocswp-contentpluginsxhanch-my-twitteradminsetting.php on line 614
PHP Notice: Undefined index: sql_crt in D:CustomerDatawebspaceswebspace_00164839webappsSiteApp36409htdocswp-contentpluginsxhanch-my-twitteradminsetting.php on line 621
PHP Notice: get_bloginfo was called with an argument that is <strong>deprecated</strong> since version 2.2! The <code>siteurl</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>url</code> option instead. in D:CustomerDatawebspaceswebspace_00164839webappsSiteApp36409htdocswp-includesfunctions.php on line 3551
So, there is no warnings or errors.
What's your WordPress version?