Hello,
Perhaps someone has some insight as to why I can not upload images to the CMS tool joomla running on a client site in my ispconfig setup.
Here's the output of my httpd log
Code:
84.45.205.50 - - [06/Jan/2006:09:55:19 -0500] "POST /administrator/index2.php HTTP/1.1" 301 - "http://neilnerva.org/administrator/index2.php?option=com_media&listdir=/&mosmsg=Upload+FAILED" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6"
84.45.205.50 - - [06/Jan/2006:09:55:19 -0500] "GET /administrator/index2.php?option=com_media&listdir=/&mosmsg=Upload+FAILED HTTP/1.1" 200 18505 "http://neilnerva.org/administrator/index2.php?option=com_media&listdir=/&mosmsg=Upload+FAILED" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6"
84.45.205.50 - - [06/Jan/2006:09:55:21 -0500] "GET /administrator/index3.php?option=com_media&task=list&listdir= HTTP/1.1" 200 46860 "http://neilnerva.org/administrator/index2.php?option=com_media&listdir=/&mosmsg=Upload+FAILED" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6"
And here's what is in my error log as I make an upload.
Code:
[Fri Jan 06 09:55:19 2006] [error] an unknown filter was not added: PHP
[Fri Jan 06 09:55:19 2006] [error] an unknown filter was not added: PHP
[Fri Jan 06 09:55:19 2006] [error] an unknown filter was not added: PHP
[Fri Jan 06 09:55:19 2006] [error] an unknown filter was not added: PHP
[Fri Jan 06 09:55:21 2006] [error] an unknown filter was not added: PHP
[Fri Jan 06 09:55:21 2006] [error] an unknown filter was not added: PHP
My directories on the server are all set with permissions 755 (as per
this thread.
Should I investigate php as su_exec (as per
this thread?)
thank you in advance for any input!