Posts Tagged ‘ error ’

Got a packet bigger than ‘max_allowed_packet’ bytes

February 1, 2012
By

I got this on a newly installed server when I tried to import a database: View Code BASH1 2 3 [root@host ~]# mysql -u user -pPassword database < database.sql Enter password: ERROR 1153 (08S01) at line 53: Got a packet bigger than 'max_allowed_packet' bytes It’s easily fixable. The default is probably 16M, I added...

Read more »

Error noticed in Joomla site apache logs

October 27, 2011
By

rowsing trough my web logs I found the following error in the apache error log of a Joomla site: View Code APACHELOG1 PHP Notice: Array to string conversion in aaa/libraries/joomla/html/parameter.php on line 83 One suggestion found online was: Edit parameters.php and change the line 83 as...

Read more »

network-manager-applet on Slackware 13.37 (current too) compile error

May 25, 2011
By

I took the time today to bring Network Manager and network-manager-applet (both very useful on my laptop where I have VPN’s, 3G modems and various networks I connect to) First I brought all the dependencies up to date but network-manager-applet still refused to compile: View Code BASH1 2 3 4 5 6 7 8...

Read more »

Easily send mail from a bash script

March 18, 2010
By

Did you ever need to have e-mail's sent from within a bash script? Maybe alert you of errors encountered? Me too. Here's an easy way on how to do it:

Read more »

Follow Me

Subscribe via RSS