buachompoox โพสต์ 2008-11-26 23:14:13

【UCH 1.5RC3】patch Correction Collection (11-26 last updated 14:30)

If you have the following problems, in accordance with the revision. If there is no problem, you can not repair.
As the product is still in the peak period of testing, on a daily basis to improve the repair is still a lot to carry out.
We will test in the peak period after the reunification of the service pack release. At present, for all the inconvenience caused, sorry!

In addition, you encounter other problems, please refer to such issues finishing UCenter Home1.5 RC3
There are more problems in the version of the zone can continue to feedback, as far as possible to describe in detail.

1【1.5RC3】 send e-mail, the contents of e-mail link in the wrong patch
http://www.discuz.net/thread-1122054-1-1.html
Download attachments, decompress files will be covered. / Source / function_sendmail.php can be a
Mailing address, e-mail received by the content of the link is wrong


2,【1.5RC3】 can not call back data submitted by the patch
http://www.discuz.net/thread-1122004-1-1.html
If you set the background data when the call will not be led to the pop-up dialog box can not be submitted to the problem, then you have to use the procedure to amend this problem, do not need this patch again
Set in the background data call, always pop-up dialog box, do not go to the next step, specific changes are as follows:
Open the file admin / tpl / block.htm
1, to find
alert(sqls.replace(/WHEREORDER/g, whereOrder));return false;
Remove it;
2, to find
return false;
Amended to read
return;
Can

3, RC3 the UTF-8 version of the page text garbled data transfer solution
http://www.discuz.net/thread-1122067-1-1.html
Version of the application: UCenter Home 1.5 RC3
Release Date: November 25, 2008
Usage: The following coverage of the Annex to the admin folder to the next.


4,【1.5RC3】 amendments to the wrong template collection
http://www.discuz.net/thread-1120896-1-1.html

5, just take a look at a page sql error of the patch
http://www.discuz.net/thread-1120952-1-1.html
Part of the station to open in a casual look at the conditions of self-definition, there will be a database query error, as amended as follows:
1. Download the cabinet extract, cover. / Source / network_index.php file
2. Back to the site -> not set up to see inside, since the definition of the show, you re-submitted.
OK on the


6,【1.5RC3】custom styles can not be the entry into force of amendments to the program
http://www.discuz.net/thread-1122350-1-1.html       
Open. / Source / space_index.php
Find
//处理自定义css
if($_SGLOBAL['space_css']) {
        $_SGLOBAL['space_css'] = "\n#content ".trim(preg_replace(array("/\/\*.*?\*\//is", "/\<\!.*?\>/is", "/\}\s*(.+?)\s*\{/ies"), array('', '', 'css_remake(\'\\1\')'), $_SGLOBAL['space_css']))."\n";
}
The code can be deleted.

7,【1.5RC3】 opening of the Q & A custom authentication, verification of the show amend the problem patch
http://www.discuz.net/viewthread.php?tid=1122363
Since the opening of the site part of the definition of authentication questions and answers, may be invited to answer the question blank.
It can be amended:
Open. / Source / function_common.php
Find
$count = count($_SGLOBAL['spam']);
Amended to read
$count = count($_SGLOBAL['spam']['question']);

8, contains the names of special characters such as " '" unable to open the program to amend roaming
http://www.discuz.net/viewthread.php?tid=1121161&page=1 # pid8842655
Q :
We have members in the name of the band " '" symbol of personal space inside can not add applications to real mistake, I went to sign her on a regular Why?
A :
Visit the question to amend the method for
Find cp_userapp.htm, userapp.htm in
document.title = x + ' - <!--{if $space}-->{$_SN[$space]} - <!--{/if}-->' + my_site_name + ' - Powered by UCenter Home';
Revised
document.title = x + ' - <!--{if $space}--><!--{eval echo saddslashes($_SN[$space])}--> - <!--{/if}-->' + my_site_name + ' - Powered by UCenter Home';



9, if you are rc3, dynamic home page yesterday, the time line of division is not accurate, the following amendments
http://www.discuz.net/thread-1122672-1-1.html
If you find your home page dynamic, yesterday, the time line of division is not normal, as amended as follows:
Open. / Source / function_common.php
Find
function sstrtotime($string) {
        global $_SGLOBAL, $_SCONFIG;
        $time = '';
        if($string) {
                if(function_exists('date_default_timezone_set')) {
                        date_default_timezone_set('UTC');//时区
                        $time = strtotime($string);
                } else {
                        $time = strtotime($string);
                        $time = $time - $_SCONFIG['timeoffset'] * 3600;
                }
        }
        return $time;
}
Amended to read
function sstrtotime($string) {
        global $_SGLOBAL, $_SCONFIG;
        $time = '';
        if($string) {
                $time = strtotime($string);
                if(sgmdate('H:i') != date('H:i')) {
                        $time = $time - $_SCONFIG['timeoffset'] * 3600;
                }
        }
        return $time;
}

10, to delete all user data error occurred Error: Unknown column 'touid' in 'where clause' to amend the proposal
http://www.discuz.net/viewthread.php?tid=1123324&page=1 # pid8851074

11, and just look at the home page slide stuck, or cup problem, can not open the annex to the long-range problems in the slide show solution
http://www.discuz.net/viewthread.php?tid=1123773

ไว้จะมาอัพเดทให้เรื่อยๆนะครับ

[ แก้ไขล่าสุด buachompoox เมื่อ 2008-11-26 23:37 ]

acaz โพสต์ 2008-11-27 09:38:10

ตอบกลับโพสของ หนึ่ง buachompoox

เยี่ยมมากครับผม

ตามเก็บๆๆๆๆๆ
ไปอัพเดทให้หมด
หน้า: [1]
ดูในรูปแบบกติ: 【UCH 1.5RC3】patch Correction Collection (11-26 last updated 14:30)