Devstore Thai Posted July 14, 2010 Share Posted July 14, 2010 ถ้าดึง RSS จาก SMF 1.1.11 แล้วเจอ error ประมาณ "Invalid feed URL" หรือ "URL ไม่ถูกต้อง"ให้ลองเข้าไปที่ไฟล์ classes/Validate.php แล้วหา function isUrlจากเดิม static public function isUrl($url) { return preg_match('/^([[:alnum:]]|[:#%&_=\(\)\.\? \+\-@\/])+$/ui', $url); } แก้ไขอะไรนิดหน่อยเป็น static public function isUrl($url) { return preg_match('/^([[:alnum:]]|[:#%&_=\(\)\.\? \+\-@\/\;])+$/ui', $url); } เพียงเท่านี้ปัญหาคงดีขึ้น (หวังว่า)บ๊าย บาย ป๋อง @ นกเอกดอทคอม Link to comment Share on other sites More sharing options...
kerokid Posted July 20, 2010 Share Posted July 20, 2010 เคยเจอปัญหานี้ แต่เดี๋ยวนี้ไม่ได้ใช้แล้ว เพราะมัน เยอะเกินอืม! ดูแล้ว เพิ่มแค่ \; เข้าไปเท่านั้นเอง Link to comment Share on other sites More sharing options...
AonzZung Posted July 25, 2010 Share Posted July 25, 2010 เอ..ไม่เจอปัญหาตรงนี้แฮะ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now