Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [Only registered and activated users can see links. ] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.


Nguyên nhân
Có thể lỗi này do host gây ra, host không hỗ trợ eAccelerator
Các bạn mở file vb/search/criteria.phpTìm:

Mã:

if (method_exists($this->search_type, ‘get_display_name’))



Thay bằng

Mã:

if (is_object($this->search_type) && is_callable($this->search_type->get_display_name()))