I have a site that was originally the “second” site in an MSM environment.
The “first” site in that environment was deleted (as the result of a legal/copyright issue between two partners).
Now when I connect to the (“second”) site through http://www.simudyne.com/ everything is fine, but if I drop the “www”, as in http://simudyne.com/ I get plastered with EE errors;
Notice: Undefined index: uris in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: array_flip() [[b]function.array-flip[/b]]: The argument should be an array in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: implode() [[b]function.implode[/b]]: Invalid arguments passed in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Notice: Undefined index: uris in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: array_flip() [function.array-flip]: The argument should be an array in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: implode() [function.implode]: Invalid arguments passed in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Notice: Undefined index: uris in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: array_flip() [function.array-flip]: The argument should be an array in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: implode() [function.implode]: Invalid arguments passed in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Notice: Undefined index: uris in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: array_flip() [function.array-flip]: The argument should be an array in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: implode() [function.implode]: Invalid arguments passed in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Notice: Undefined index: uris in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: array_flip() [function.array-flip]: The argument should be an array in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537
Warning: implode() [function.implode]: Invalid arguments passed in /home/simudcom/public_html/admin/modules/weblog/mod.weblog.php on line 1537It is not immediately apparent to me what these two functions do and as such where I might focus my diagnostic efforts first.
Would anyone be kind enough to provide me with a point of focus, please?
Thanks
Jules