The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Info: Fix cgi-sys redirects and member.php errors in 4.0.4
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'], '/\\'); 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); --------------- 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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|