Darktemper Posted February 18, 2016 Report Share Posted February 18, 2016 When I click on the link "Video Ads - Player Info" from the left hand menu when using as a "Default Manager" I get the following error when the page tries to load:Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.The path in the address bar is:http://www.mydomain.com/rev/www/admin/plugins/videoReport/players.phpThis is the correct path and I opened the file players.php and the addressing in it seems to go to the correct folders for file access:<?phprequire_once '../../../../init.php';require_once '../../config.php';require_once MAX_PATH . '/lib/OA/Admin/TemplatePlugin.php';$production = $GLOBALS['_MAX']['CONF']['debug']['production'];$urlIframe = "./players-content.html";// TEMPLATE$oTpl = new OA_Plugin_Template('players.html', 'openXVideoAds');$oTpl->assign('urlIframe', $urlIframe);phpAds_PageHeader("players-vast",'','../../');$oTpl->display();phpAds_PageFooter();I noticed the closing php tag was missing so I tried to add ?> to the end of the file, uploaded it and got the same error.Everything else in the ad server software works just great.Any ideas anyone?TIA. Quote Link to comment Share on other sites More sharing options...
Ian Posted February 22, 2016 Report Share Posted February 22, 2016 What does your httpd logs say about this error ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.