ERROR 1153 (08S01) at line 1868: Got a packet bigger than ‘max_allowed_packet’ bytes

While importing some data into a local MySQL database we got an error: [wpfmb type=’error’ theme=2]mysql evince142_tiwi1 < backup.sql ERROR 1153 (08S01) at line 1868: Got a packet bigger than ‘max_allowed_packet’ bytes[/wpfmb] This error is basically occurs when a MySQL client or the server receives a packet bigger than max_allowed_packet bytes, it issues a Packet too […]

Continue Reading…

Directory index forbidden by rule

One of our client installed joomla successfully, and tried to access the administrative URL:: http://www.domainname.com/administrator/ and  got an error. While checking on Server error logs it displayed: [wpfmb type=’error’ theme=2][error] [client XX.XX.XX.XX]Directory index forbidden by rule: /home/user/public_html/domainname.com/administrator/[/wpfmb] This error normally occurred due to multiple index files in the “administrator” folder. Follow the steps in order to remove the […]

Continue Reading…