Hello,
After upgrading to 2.2.2, I have a few problems with links and our guestbook. Firstly, any links that function by referencing oursite.com/index.php?URL=whatever have stopped working. For instance, the link to the EE user guide at the bottom of the control panel shows that it will link to:
http://oursite.com/index.php?URL=http://ellislab.com/expressionengine/user-guide
When one clicks on that link, it opens up a new browser tab, but the page is completely blank with that address displaying in the URL bar.
Secondly, our guestbook is not working. I believe the issue stems from the CAPTCHA not being displayed now. The only other difference that I can see when comparing the source from the pre-upgrade version and the upgraded version is that there are escaped slashes in all of the referenced URLs. For instance:
Pre-upgrade:
var EE = {"BASE":"http://www.oursite.com/index.php?","THEME_URL":"http://www.oursite.com/themes/cp_themes/default/","PATH_CP_GBL_IMG":"http://www.libera.org.uk/themes/cp_global_images/","filebrowser":{"endpoint_url":"ACT=11","window_title":"File Manager","theme_url":"http://www.oursite.com/themes/cp_themes/default/"},"lang":{"or":"or","resize_image":"Resize Image","return_to_publish":"Return to Publish","confirm_exit":"When you leave, any data entered will be lost. Are you sure you want to leave?","add_new_html_button":"Add New HTML button"},"publish":{"show_write_mode":true,"title_focus":true,"smileys":true},"user_id":"3","XID":"9a8967ad04b81c3b2dc3d6aa6068b4acbc358ad5"};}
mySettings = {"nameSpace":"html","onShiftEnter":{"keepDefault":false,"replaceWith":"
\n"},"onCtrlEnter":{"keepDefault":false,"openWith":"\n","closeWith":"\n"},"markupSet":[{"name":"b","key":"B","openWith":"<strong>","closeWith":"</strong>","className":"btn_b"},{"name":"i","key":"I","openWith":"<em>","closeWith":"</em>","className":"btn_i"},{"name":"blockquote","key":"Q","openWith":"<blockquote>","closeWith":"</blockquote>","className":"btn_blockquote"},{"name":"a","key":"A","openWith":"<a >","closeWith":"</a>","className":"btn_a"}]};
myWritemodeSettings = {"nameSpace":"html","onShiftEnter":{"keepDefault":false,"replaceWith":"
\n"},"onCtrlEnter":{"keepDefault":false,"openWith":"\n","closeWith":"\n"},"markupSet":[{"name":"b","key":"B","openWith":"<strong>","closeWith":"</strong>","className":"btn_b"},{"name":"i","key":"I","openWith":"<em>","closeWith":"</em>","className":"btn_i"},{"name":"blockquote","key":"Q","openWith":"<blockquote>","closeWith":"</blockquote>","className":"btn_blockquote"},{"name":"a","key":"A","openWith":"<a >","closeWith":"</a>","className":"btn_a"}],"onTab":{"keepDefault":false,"replaceWith":"\t"}};
2.2.2:
var EE = {"BASE":"http:\/\/www.oursite\/index.php?","THEME_URL":"http:\/\/www.oursite.com\/themes\/cp_themes\/default\/","PATH_CP_GBL_IMG":"http:\/\/www.oursite.com\/themes\/cp_global_images\/","filebrowser":{"endpoint_url":"ACT=11","window_title":"File Manager","theme_url":"http:\/\/www.oursite.com\/themes\/cp_themes\/default\/"},"fileuploader":{"window_title":"File Upload","delete_url":"C=content_files&M=delete_files"},"lang":{"or":"or","resize_image":"Resize Image","return_to_publish":"Return to Publish","confirm_exit":"When you leave, any data entered will be lost. Are you sure you want to leave?","add_new_html_button":"Add New HTML button"},"publish":{"show_write_mode":true,"title_focus":true,"smileys":true},"user_id":"3","XID":"e52c32189dfa2a6d645e46d76fdb6752ec597793"};}
mySettings = {"nameSpace":"html","onShiftEnter":{"keepDefault":false,"replaceWith":"<br \>\n"},"onCtrlEnter":{"keepDefault":false,"openWith":"\n","closeWith":"<\/p>\n"},"markupSet":[{"name":"b","key":"B","openWith":"<strong>","closeWith":"<\/strong>","className":"btn_b"},{"name":"i","key":"I","openWith":"<em>","closeWith":"<\/em>","className":"btn_i"},{"name":"blockquote","key":"Q","openWith":"<blockquote>","closeWith":"<\/blockquote>","className":"btn_blockquote"},{"name":"a","key":"A","openWith":"<a >","closeWith":"<\/a>","className":"btn_a"}]};
myWritemodeSettings = {"nameSpace":"html","onShiftEnter":{"keepDefault":false,"replaceWith":"<br \>\n"},"onCtrlEnter":{"keepDefault":false,"openWith":"\n","closeWith":"<\/p>\n"},"markupSet":[{"name":"b","key":"B","openWith":"<strong>","closeWith":"<\/strong>","className":"btn_b"},{"name":"i","key":"I","openWith":"<em>","closeWith":"<\/em>","className":"btn_i"},{"name":"blockquote","key":"Q","openWith":"<blockquote>","closeWith":"<\/blockquote>","className":"btn_blockquote"},{"name":"a","key":"A","openWith":"<a >","closeWith":"<\/a>","className":"btn_a"}],"onTab":{"keepDefault":false,"replaceWith":"\t"}};I did have to copy over my previous index.php (in the web root) and remove two lines in order for the site to work after the upgrade. Post-upgrade, going to the main site would automatically redirect to the system/ folder. I’m thinking that there were a lot larger problems with the upgrade than I had once thought. Can anyone assist?
Cheers,
Nathan Zachary