Jasiek’s Blog

Jasiek’s Blog header image 4

Entries from May 2008

Error Code: 2006 - MySQL server has gone away

May 30th, 2008 · Comments Off · MySQL

During restore from SQL dump.
Insert is probably too big. Try to increase:
Max. packet size from default of 1 MB to something bigger (2, 3 MB)
You can use MySQL Administrator GUI available at mysql.com

[Read more →]

Tags:

Windows DSN zone setup

May 12th, 2008 · Comments Off · Microsoft, Tech Suport

SPF - make sure there is no space before “v”:
v=spf1 mx a:75.147.85.41 -all
For SOA use the following values:

Check your settings at:
http://www.dnsreport.com/

[Read more →]

Tags:

Windows 2003 IIS 6 FastCGI PHP and fopen error

May 9th, 2008 · Comments Off · Joomla/Mambo CMS, Microsoft, PHP

When setting up Joomla on Windows 2003 server with PHP in FastCGI mode I was getting an error:
PHP Warning:
fopen … failed to open stream: Permission denied in …\admin.config.php on line 374
I’ve searched high and low and there was no solution - I knew that this is the permission issue. Of course I had Internet Guest [...]

[Read more →]

Tags: