I've just upgraded to 4.0.4 and get errors mentioned in title.
Here is how to fix them.
1. In class_core.php:
Change:
Code:
$url_info['script'] = '/' . ltrim($url_info['script'], '/\\');
to:
Code:
$url_info['script'] = '/' . ltrim($_SERVER['SCRIPT_NAME'], '/\\');
2. In member.php comment following lines:
Code:
$author_list_url = vBCms_Route_List::getURL($segments);
Code:
$page_templater->register('author_list_url', $author_list_url);
Credit goes to people who posted this at vB.com.
--------------- Added [DATE]1276988321[/DATE] at [TIME]1276988321[/TIME] ---------------
More...
For some reason gif smilies are broken because GIF is changed to PNG by update. To re-enable these edit them and change PNG to GIF again.