Posts Tagged ‘ apache ’

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 »

Make Joomla 1.0 work with PHP 5.3

June 23, 2011
By

With the recent posts regarding resurrecting old stuff, recently I had to resurrect a Joomla 1.0 site. Soon enough I discovered that the home page doesn’t display correctly. No errors, just lots of white space . The problem is that Joomla 1.0 is not really made for PHP 5.3. Of course I could have...

Read more »

Akismet troubles traced back to DNS issues.

June 2, 2011
By

My API key for Akismet was suddenly unconfirmed by reason of not being able to reach akismet.com My provider had indeed troubles with their primary DNS so I switched to the google public one. (8.8.8.8). This is a server not a browsing machine so I don’t have any privacy worries. Long storry short, I...

Read more »

PHP code misses DNS updates.

December 22, 2010
By

Apache needs a full stop & start on DNS changes. While working on a test environment I noticed that php code was not finding new hosts. The hosts were served by an internal, private dns server which was configured as default in resolv.conf Warning: file_get_contents(http://www.testdomain.com/webapp/file.php) : failed to open stream: HTTP request failed! HTTP/1.1...

Read more »

Apache 2.2 will not serve corectly from CIFS mounted share

July 27, 2010
By

I have a home server I use for all kinds of stuff when I’m away. I have set it up recently so that it can serve a folder mounted over the network from a Windows machine. And this is where the fun started! The folders and files appear correctly, I can navigate and I...

Read more »

Uploading big files via php

February 11, 2010
By
phpupload

I’m updating a site for a client that only has file access to his hosting account via a php file manager (extPlorer for Joomla to be precise). He needed uploaded a few flash videos (in excess of 15 Mb each) but extPlorer stated that the file limit for php was set to 8 Mb....

Read more »

Follow Me

Subscribe via RSS