awhughes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: White Text and Widgets IssueHappy to report:
The Issue turns out to be something i changed related to a server setting. It was actually a setting located in the php.ini file,
specifically:
magic_quotes_gpc = on
magic_quotes_runtime = onI have now changed this to:
magic_quotes_gpc = off
magic_quotes_runtime = offForum: Fixing WordPress
In reply to: White Text and Widgets IssueI read that and couldn’t find anything that could help me.
Forum: Fixing WordPress
In reply to: White Text and Widgets IssueErrors that i get WITH FRESH INSTALL.
when i try to switch editors
Error: switchEditors is not defined
Source File: http://godropbears.com/wp-admin/page.php?action=edit&post=2
Line: 1and when i try to add widgets to the sidebar
Error: illegal character
Source File: http://godropbears.com/wp-admin/load-scripts.php?c=1&load=hoverIntent,common,jquery-color,thickbox,theme-preview&ver=7cccc49e3f8148675288b56f5fb521e5
Line: 1, Column: 44
Source Code:
)+Math.abs(d-n))<m.sensitivity){a(f).unbind(\”mousemove\”,e);f.hoverIntent_s=1;return m.over.apply(f,[g])}else{h=o;d=n;f.hoverIntent_t=setTimeout(function(){c(g,f)},m.interval)}};var i=function(g,f){f.hoverIntent_t=clearTimeout(f.hoverIntent_t);f.hoverIntForum: Fixing WordPress
In reply to: White Text and Widgets IssueIt appears that it was an install issue. All the ones done via installertron had to this issue. looks like i’ll be striping back the sites. and reinstalling.