- OpenX Community Forums
![]() ![]() |
Dec 31 2011, 10:48 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 11-November 08 Member No.: 24,131 |
Hello
My openX (OpenX v2.8.7 running on Apache 1.3.42, PHP 5.2.17 et MySQL 5.5.17 ) categorically refuses to execute any external plugin I have installed. Notice this ad server does not have any cpanel administrative interface that is documented to make similar errors. Those external plugins are :
please also notice this is the only case of error 500 i have on this installation, no 500's on logins and logouts. thank you for your help in solving this annoying problem. Happy new year to all. |
|
|
|
Dec 31 2011, 01:22 PM
Post
#2
|
|
|
Mentor ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 1,303 Joined: 12-November 08 From: San Francisco Member No.: 24,158 |
Are you sure that the webserver process (apache?) has full permissions to the plugins and other directories? Generally i do
chown apache:apache -R openx (recursively own all directories and files under openx) Is there any error msg in debug.log or webserver access/error logs? |
|
|
|
Dec 31 2011, 01:47 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 11-November 08 Member No.: 24,131 |
I found no errors in error logs, just a 500 code in access log for every external plugin access tentative. (and a denial in broser view
Like this : cav13-2-89-80-87-168.dsl.sta.abo.bbox.fr - - [31/Dec/2011:14:42:45 +0100] "GET /ads/www/admin/plugins/zpBannerDesigner/banner-designer.php HTTP/1.1" 500 612 "http://www.chorten.fr/ads/www/admin/advertiser-index.php" "Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20100101 Firefox/9.0" for banner designer |
|
|
|
Dec 31 2011, 01:54 PM
Post
#4
|
|
|
Mentor ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 1,303 Joined: 12-November 08 From: San Francisco Member No.: 24,158 |
I found no errors in error logs, just a 500 code in access log for every external plugin access tentative. (and a denial in broser view Like this : cav13-2-89-80-87-168.dsl.sta.abo.bbox.fr - - [31/Dec/2011:14:42:45 +0100] "GET /ads/www/admin/plugins/zpBannerDesigner/banner-designer.php HTTP/1.1" 500 612 "http://www.chorten.fr/ads/www/admin/advertiser-index.php" "Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20100101 Firefox/9.0" for banner designer Is this path correct (and file available) /ads/www/admin/plugins/zpBannerDesigner/banner-designer.php and is it accessible/readable to the apache process? |
|
|
|
Dec 31 2011, 01:56 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 11-November 08 Member No.: 24,131 |
I finally got it, it was a file/ directory permission problem. Solved with -R 755 chmodding files and directories inside /www/admin/plugins and not /plugins directory only.
thanks for suggesting happy new year |
|
|
|
![]() ![]() |