FATAL ERROR: get_rates(): numrows=[1] dberror:::server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. Query::: SELECT r.*, st.*, r.description as rate_description, st.description as service_description FROM pl02_rate_table as r, pl02_service_type_table as st WHERE r.service_type_id=st.service_type_id AND rate_id = 158 order by st.service_type_id,r.status DESC, r.length,r.credits ASC
|
|
||||
|