Thanks
]]>Also the line:
Warning: Creating default object from empty value in /home/content/45/6853745/html/wp-includes/user.php on line 660
Often appears at the top of the page.
I am facing a problem, My wordpress installation url showing some strange behaviour.
In general setting wordpress address url is set as https://www.example.com
,site address url is set as https://www.example.com and static front page is set as “your latest post”.
We have customized themes index.php which is currently visible at https://www.example.com that is fine.
Now my problem is when someone enter https://example.com rather than https://www.example.com in browser, it showing a blog listing page (your latest post).
Can someone please explain what is wrong and how we can take care of this.
Thanks
]]>I set the the following in wp-config.php in version 2.9.2 and forgot to remove it before upgrading automatically to verson 3.0.1.
define(‘WP_SITEURL’, ‘https://mysiteurl.com/wordpress’);
define(‘WP_HOME’, ‘https://mysiteurl.com/’);
After the upgrade to 3.0.1 the WordPress address (URL) and Site address (URL) boxes are grayed out in General settings but the 2 lines above are not in wp-config.php. To ungray them I would normally remove those 2 lines. Can anyone give me some advice as to where to look to remove references to these URLs and make them editable again via General Settings. (Also the website root in the browser ends with a double “//” which may well be related.)
Thanks
]]>I need some help in editing the siteurl and homeurl values in mysql database. Though I need to edit this via the mysql cmdline rather than using myphpadmin as I am doing this from my local machine. So is there a way to change this field value in a single cmd line?
]]>