오늘은 정적 페이지를 생성하기 위해 기사를 추가 할 때 오버플로가 발생했습니다 : 'Cint'.
조사 후 발견되었습니다.
Cint는 너무 많은 숫자를 지원하지 않으므로 숫자 범위가있는 것으로 추정되므로 CLNG로 변경하여 문제를 해결할 것입니다.
tsys에서 manage/contain/createfile_fun.asp에서 줄 107을 수정하십시오.
다음과 같이 코드를 복사하십시오. ifi = 0then
'파일 스토리지를 생성하는 경로
'원래 프롬프트 고린도는 filepath = createfilesavetopath (CIT (NewsID), RS1 ( "AddTime"), RS1 ( "directory"))를 넘어냅니다.
'원래 프롬프트 고린은 filelocalpath = createfilelocalpath (citefilelocalpath (citid), rs1 ( "addtime"), rs1 ( "directory"))를 넘어냅니다.
FilePath = CreateFilesaVetoPath (CLNG (NewsID), RS1 ( "AddTime"), RS1 ( "Directory"))
FILELOCALPATH = CreateFilEloCalPath (Clng (NewsID), RS1 ( "AddTime"), RS1 ( "Directory"))
또 다른
'원래 프롬프트 고린도는 filepath = createfilesavetopath (CIT (NewsID), RS1 ( "AddTime"), RS1 ( "directory"))를 넘어냅니다.
FilePath = CreateFilesaVetoPath (CLNG (NewsID), RS1 ( "AddTime"), RS1 ( "Directory"))
FilePath = Left (FilePath, (Len (Filepath) -Len (def_fileextension))) & "_"& i & def_fileextension